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_UnitDataRecord [ label = "{<id>UnitDataRecord | \l \l| <UnitDataRecord_isStructuredBy_association> isStructuredBy \l| <UnitDataRecord_isViewedFrom_association> isViewedFrom \l \l}" tooltip = "LogicalDataDescription:UnitDataRecord" ] subgraph LogicalDataDescription { label = "LogicalDataDescription" node [ color = "#0000ff" ] DDI4_InstanceVariableRelationStructure [ label = "{<id>DDI_InstanceVariableRelationStructure}" tooltip = "LogicalDataDescription:InstanceVariableRelationStructure" href = "../Package/LogicalDataDescription/InstanceVariableRelationStructure/index.html" ] DDI4_LogicalRecord [ label = "{<id>DDI_LogicalRecord}" tooltip = "LogicalDataDescription:LogicalRecord" href = "../Package/LogicalDataDescription/LogicalRecord/index.html" ] DDI4_UnitDataViewpoint [ label = "{<id>DDI_UnitDataViewpoint}" tooltip = "LogicalDataDescription:UnitDataViewpoint" href = "../Package/LogicalDataDescription/UnitDataViewpoint/index.html" ] } DDI4_UnitDataRecord -> DDI4_LogicalRecord [arrowhead=onormal color="#000000"]; DDI4_UnitDataRecord:UnitDataRecord_isStructuredBy_association -> DDI4_InstanceVariableRelationStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isStructuredBy" fontcolor="black" color="#00000"]; DDI4_UnitDataRecord:UnitDataRecord_isViewedFrom_association -> DDI4_UnitDataViewpoint [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isViewedFrom" fontcolor="black" color="#00000"]; }