Table of contents
r:GeographicBoundaryType
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_GeographicExtent [ label = "{<id>GeographicExtent | + boundingPolygon : Polygon \l + excludingPolygon : Polygon \l + geographicTime : DateRange \l + hasAreaCoverage : AreaCoverage \l + hasCentroid : SpatialPoint \l + locationPoint : SpatialPoint \l + isSpatialLine : SpatialLine \l \l \l| <GeographicExtent_hasBoundingBox_association> hasBoundingBox \l \l}" tooltip = "GeographicClassification:GeographicExtent" ] subgraph Discovery { label = "Discovery" node [ color = "#0000ff" ] DDI4_BoundingBox [ label = "{<id>DDI_BoundingBox}" tooltip = "Discovery:BoundingBox" href = "../Package/Discovery/BoundingBox/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] } DDI4_GeographicExtent -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_GeographicExtent:GeographicExtent_hasBoundingBox_association -> DDI4_BoundingBox [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasBoundingBox" fontcolor="black" color="#00000"]; }