OrderedCollectionCorrespondence

Generic (untyped) ordered relationship between collections.

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_OrderedCollectionCorrespondence [ label = "{<id>OrderedCollectionCorrespondence | \l \l| <OrderedCollectionCorrespondencesource> source \l| <OrderedCollectionCorrespondencetarget> target \l| <OrderedCollectionCorrespondencecontains> contains \l \l}" tooltip = "Collections:OrderedCollectionCorrespondence" ] subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_Collection [ label = "{<id>Collection | + type : CollectionType \l \l \l| <Collectioncontains> contains \l| <CollectionisOrderedBy> isOrderedBy \l \l}" tooltip = "Collections:Collection" ]; DDI4_OrderedMemberCorrespondence [ label = "{<id>OrderedMemberCorrespondence | \l \l| <OrderedMemberCorrespondencesource> source \l| <OrderedMemberCorrespondencetarget> target \l \l}" tooltip = "Collections:OrderedMemberCorrespondence" ]; DDI4_CollectionCorrespondence [ label = "{<id>CollectionCorrespondence | + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| <CollectionCorrespondencemaps> maps \l| <CollectionCorrespondencecontains> contains \l \l}" tooltip = "Collections:CollectionCorrespondence" ]; } DDI4_OrderedCollectionCorrespondence -> DDI4_CollectionCorrespondence [arrowhead=empty color="#000000" ]; DDI4_OrderedCollectionCorrespondence:OrderedCollectionCorrespondencesource -> DDI4_Collection [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="source" fontcolor="black" color="#00000"]; DDI4_OrderedCollectionCorrespondence:OrderedCollectionCorrespondencetarget -> DDI4_Collection [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="target" fontcolor="black" color="#00000"]; DDI4_OrderedMemberCorrespondence -> DDI4_OrderedCollectionCorrespondence:OrderedCollectionCorrespondencecontains [arrowhead=odiamond labeldistance=1.9 taillabel="1..n" headlabel="1..n" edgetooltip="contains" fontcolor="black" color="#00000"]; }