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_IndexEntryRelation [ label = "{<id>IndexEntryRelation | + hasRelationSpecification : RelationSpecification \l + semantic : ExternalControlledVocabularyEntry \l + totality : TotalityType \l \l \l| <IndexEntryRelation_source_association> source \l| <IndexEntryRelation_target_association> target \l| <IndexEntryRelation_realizes_association> realizes \l \l}" tooltip = "StructuredDataTypes:IndexEntryRelation" ] subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_MemberRelation [ label = "{<id>DDI_MemberRelation}" tooltip = "CollectionsPattern:MemberRelation" href = "../Package/CollectionsPattern/MemberRelation/index.html" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_ClassificationIndexEntry [ label = "{<id>DDI_ClassificationIndexEntry}" tooltip = "Representations:ClassificationIndexEntry" href = "../Package/Representations/ClassificationIndexEntry/index.html" ] } DDI4_IndexEntryRelation -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_IndexEntryRelation:IndexEntryRelation_source_association -> DDI4_ClassificationIndexEntry [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="source" fontcolor="black" color="#00000"]; DDI4_IndexEntryRelation:IndexEntryRelation_target_association -> DDI4_ClassificationIndexEntry [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="target" fontcolor="black" color="#00000"]; DDI4_IndexEntryRelation:IndexEntryRelation_realizes_association -> DDI4_MemberRelation [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }