Table of contents
r:GeographicLocationType
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_GeographicUnit [ label = "{<id>GeographicUnit | + geographicTime : DateRange \l + supercedes : SpatialRelationship \l + precedes : SpatialRelationship \l \l \l| <GeographicUnit_hasGeographicExtent_association> hasGeographicExtent \l \l}" tooltip = "GeographicClassification:GeographicUnit" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Unit [ label = "{<id>DDI_Unit}" tooltip = "Conceptual:Unit" href = "../Package/Conceptual/Unit/index.html" ] } subgraph GeographicClassification { label = "GeographicClassification" node [ color = "#0000ff" ] DDI4_GeographicExtent [ label = "{<id>DDI_GeographicExtent}" tooltip = "GeographicClassification:GeographicExtent" href = "../Package/GeographicClassification/GeographicExtent/index.html" ] } DDI4_GeographicUnit -> DDI4_Unit [arrowhead=onormal color="#000000"]; DDI4_GeographicUnit:GeographicUnit_hasGeographicExtent_association -> DDI4_GeographicExtent [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasGeographicExtent" fontcolor="black" color="#00000"]; }