SpatialRelationship - 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_SpatialRelationship [ label = "{<id>SpatialRelationship | + hasSpatialObjectPair : SpatialObjectPairs \l + hasSpatialRelationSpecification : SpatialRelationSpecification \l + eventDate : Date \l \l \l| <SpatialRelationship_relatesTo_association> relatesTo \l \l}" tooltip = "StructuredDataTypes:SpatialRelationship" ] subgraph GeographicClassification { label = "GeographicClassification" node [ color = "#0000ff" ] DDI4_GeographicUnit [ label = "{<id>DDI_GeographicUnit}" tooltip = "GeographicClassification:GeographicUnit" href = "../Package/GeographicClassification/GeographicUnit/index.html" ] } DDI4_SpatialRelationship -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_SpatialRelationship:SpatialRelationship_relatesTo_association -> DDI4_GeographicUnit [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="relatesTo" fontcolor="black" color="#00000"]; }