Table of contents
d:LiteralTextType
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_LiteralText [ label = "{<id>LiteralText | + text : LanguageSpecificStructuredStringType \l \l \l| \l \l}" tooltip = "StructuredDataTypes:LiteralText" ] subgraph StructuredDataTypes { label = "StructuredDataTypes" node [ color = "#0000ff" ] DDI4_DynamicTextContent [ label = "{<id>DDI_DynamicTextContent}" tooltip = "StructuredDataTypes:DynamicTextContent" href = "../Package/StructuredDataTypes/DynamicTextContent/index.html" ] } DDI4_LiteralText -> DDI4_DynamicTextContent [arrowhead=onormal color="#000000"]; }