FixedText - GraphΒΆ

d:TextType

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_FixedText [ label = "{<id>FixedText | + whiteSpace : WhiteSpaceRule \l \l \l| \l \l}" tooltip = "StructuredDataTypes:FixedText" ] subgraph StructuredDataTypes { label = "StructuredDataTypes" node [ color = "#0000ff" ] DDI4_LanguageSpecificStructuredStringType [ label = "{<id>DDI_LanguageSpecificStructuredStringType}" tooltip = "StructuredDataTypes:LanguageSpecificStructuredStringType" href = "../Package/StructuredDataTypes/LanguageSpecificStructuredStringType/index.html" ] } DDI4_FixedText -> DDI4_LanguageSpecificStructuredStringType [arrowhead=onormal color="#000000"]; }