Table of contents
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_GeographicUnitRelation [ label = "{<id>GeographicUnitRelation | + hasRelationSpecification : RelationSpecification \l + hasSpatialRelationSpecification : SpatialRelationSpecification \l + semantic : ExternalControlledVocabularyEntry \l + totality : TotalityType \l \l \l| <GeographicUnitRelation_source_association> source \l| <GeographicUnitRelation_target_association> target \l| <GeographicUnitRelation_realizes_association> realizes \l \l}" tooltip = "StructuredDataTypes:GeographicUnitRelation" ] 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_MemberRelation [ label = "{<id>DDI_MemberRelation}" tooltip = "CollectionsPattern:MemberRelation" href = "../Package/CollectionsPattern/MemberRelation/index.html" ] } DDI4_GeographicUnitRelation -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_GeographicUnitRelation:GeographicUnitRelation_source_association -> DDI4_GeographicUnit [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="source" fontcolor="black" color="#00000"]; DDI4_GeographicUnitRelation:GeographicUnitRelation_target_association -> DDI4_GeographicUnit [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="target" fontcolor="black" color="#00000"]; DDI4_GeographicUnitRelation:GeographicUnitRelation_realizes_association -> DDI4_MemberRelation [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }