GeographicUnitIndicator - GraphΒΆ

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_GeographicUnitIndicator [ label = "{<id>GeographicUnitIndicator | + index : \l + isInLevel : \l \l \l| <GeographicUnitIndicator_member_association> member \l| <GeographicUnitIndicator_realizes_association> realizes \l \l}" tooltip = "StructuredDataTypes:GeographicUnitIndicator" ] subgraph GeographicClassification { label = "GeographicClassification" node [ color = "#0000ff" ] DDI4_GeographicUnit [ label = "{<id>DDI_GeographicUnit}" tooltip = "GeographicClassification:GeographicUnit" href = "../Package/GeographicClassification/GeographicUnit/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_MemberIndicator [ label = "{<id>DDI_MemberIndicator}" tooltip = "CollectionsPattern:MemberIndicator" href = "../Package/CollectionsPattern/MemberIndicator/index.html" ] } DDI4_GeographicUnitIndicator -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_GeographicUnitIndicator:GeographicUnitIndicator_member_association -> DDI4_GeographicUnit [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="member" fontcolor="black" color="#00000"]; DDI4_GeographicUnitIndicator:GeographicUnitIndicator_realizes_association -> DDI4_MemberIndicator [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }