Table of contents
a:LocationNameType
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_LocationName [ label = "{<id>LocationName | + effectiveDates : DateRange \l \l \l| \l \l}" tooltip = "StructuredDataTypes:LocationName" ] subgraph StructuredDataTypes { label = "StructuredDataTypes" node [ color = "#0000ff" ] DDI4_ObjectName [ label = "{<id>DDI_ObjectName}" tooltip = "StructuredDataTypes:ObjectName" href = "../Package/StructuredDataTypes/ObjectName/index.html" ] } DDI4_LocationName -> DDI4_ObjectName [arrowhead=onormal color="#000000"]; }