ConditionalText - GraphΒΆ

d:ConditionalTextType

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_ConditionalText [ label = "{<id>ConditionalText | + expression : CommandCode \l \l \l| \l \l}" tooltip = "StructuredDataTypes:ConditionalText" ] subgraph StructuredDataTypes { label = "StructuredDataTypes" node [ color = "#0000ff" ] DDI4_DynamicTextContent [ label = "{<id>DDI_DynamicTextContent}" tooltip = "StructuredDataTypes:DynamicTextContent" href = "../Package/StructuredDataTypes/DynamicTextContent/index.html" ] } DDI4_ConditionalText -> DDI4_DynamicTextContent [arrowhead=onormal color="#000000"]; }