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_ValueMapping [ label = "{<id>ValueMapping | + physicalDataType : ExternalControlledVocabularyEntry \l + defaultDecimalSeparator : Char \l + defaultDigitGroupSeparator : Char \l + numberPattern : \l + defaultValue : ValueString \l + nullSequence : \l + format : ExternalControlledVocabularyEntry \l + length : \l + minimumLength : \l + maximumLength : \l + scale : \l + decimalPositions : \l + isRequired : \l \l \l| <ValueMapping_formatsDataPoint_association> formatsDataPoint \l| <ValueMapping_describesSegmentLocation_association> describesSegmentLocation \l| <ValueMapping_realizes_association> realizes \l \l}" tooltip = "FormatDescription:ValueMapping" ] subgraph FormatDescription { label = "FormatDescription" node [ color = "#0000ff" ] DDI4_PhysicalSegmentLocation [ label = "{<id>DDI_PhysicalSegmentLocation}" tooltip = "FormatDescription:PhysicalSegmentLocation" href = "../Package/FormatDescription/PhysicalSegmentLocation/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_CollectionMember [ label = "{<id>DDI_CollectionMember}" tooltip = "CollectionsPattern:CollectionMember" href = "../Package/CollectionsPattern/CollectionMember/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_Identifiable [ label = "{<id>DDI_Identifiable}" tooltip = "Identification:Identifiable" href = "../Package/Identification/Identifiable/index.html" ] } subgraph LogicalDataDescription { label = "LogicalDataDescription" node [ color = "#0000ff" ] DDI4_DataPoint [ label = "{<id>DDI_DataPoint}" tooltip = "LogicalDataDescription:DataPoint" href = "../Package/LogicalDataDescription/DataPoint/index.html" ] } DDI4_ValueMapping -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_ValueMapping:ValueMapping_formatsDataPoint_association -> DDI4_DataPoint [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="1..1" headlabel="0..n" edgetooltip="formatsDataPoint" fontcolor="black" color="#00000"]; DDI4_ValueMapping:ValueMapping_describesSegmentLocation_association -> DDI4_PhysicalSegmentLocation [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="describesSegmentLocation" fontcolor="black" color="#00000"]; DDI4_ValueMapping:ValueMapping_realizes_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }