CollectionsPattern

A package is a administrative collection of classes in DDI. These are not namespaces.

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_CollectionMember [ label = "{<id>CollectionMember | \l \l| \l \l}" tooltip = "CollectionsPattern:CollectionMember" ] DDI4_Comparison [ label = "{<id>Comparison | + correspondence : ComparisonMap \l \l \l| <Comparison_maps_association> maps \l \l}" tooltip = "CollectionsPattern:Comparison" ] DDI4_ComparisonMap [ label = "{<id>ComparisonMap | + hasCorrespondenceType : CorrespondenceType \l \l \l| <ComparisonMap_source_association> source \l| <ComparisonMap_target_association> target \l \l}" tooltip = "CollectionsPattern:ComparisonMap" ] DDI4_MemberIndicator [ label = "{<id>MemberIndicator | + index : \l \l \l| <MemberIndicator_member_association> member \l \l}" tooltip = "CollectionsPattern:MemberIndicator" ] DDI4_MemberRelation [ label = "{<id>MemberRelation | + hasRelationSpecification : RelationSpecification \l + semantic : ExternalControlledVocabularyEntry \l + totality : TotalityType \l \l \l| <MemberRelation_source_association> source \l| <MemberRelation_target_association> target \l \l}" tooltip = "CollectionsPattern:MemberRelation" ] DDI4_RelationStructure [ label = "{<id>RelationStructure | + totality : TotalityType \l + hasRelationSpecification : RelationSpecification \l + semantic : ExternalControlledVocabularyEntry \l + hasMemberRelation : MemberRelation \l \l \l| \l \l}" tooltip = "CollectionsPattern:RelationStructure" ] DDI4_SimpleCollection [ label = "{<id>SimpleCollection | + type : CollectionType \l + name : ObjectName \l + purpose : InternationalStructuredString \l + contains : MemberIndicator \l + isOrdered : \l \l \l| <SimpleCollection_definingConcept_association> definingConcept \l \l}" tooltip = "CollectionsPattern:SimpleCollection" ] DDI4_StructuredCollection [ label = "{<id>StructuredCollection | \l \l| <StructuredCollection_isStructuredBy_association> isStructuredBy \l \l}" tooltip = "CollectionsPattern:StructuredCollection" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_Identifiable [ label = "{<id>DDI_Identifiable}" tooltip = "Identification:Identifiable" href = "../Package/Identification/Identifiable/index.html" ] } DDI4_CollectionMember -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_Comparison -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_Comparison:Comparison_maps_association -> DDI4_SimpleCollection [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="maps" fontcolor="black" color="#00000"]; DDI4_ComparisonMap -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_ComparisonMap:ComparisonMap_source_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="source" fontcolor="black" color="#00000"]; DDI4_ComparisonMap:ComparisonMap_target_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="target" fontcolor="black" color="#00000"]; DDI4_MemberIndicator -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_MemberIndicator:MemberIndicator_member_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="member" fontcolor="black" color="#00000"]; DDI4_MemberRelation -> DDI4_ [arrowhead=onormal color="#000000"]; DDI4_MemberRelation:MemberRelation_source_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="source" fontcolor="black" color="#00000"]; DDI4_MemberRelation:MemberRelation_target_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="target" fontcolor="black" color="#00000"]; DDI4_RelationStructure -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_SimpleCollection -> DDI4_CollectionMember [arrowhead=onormal color="#000000"]; DDI4_SimpleCollection:SimpleCollection_definingConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="definingConcept" fontcolor="black" color="#00000"]; DDI4_StructuredCollection -> DDI4_SimpleCollection [arrowhead=onormal color="#000000"]; DDI4_StructuredCollection:StructuredCollection_isStructuredBy_association -> DDI4_RelationStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isStructuredBy" fontcolor="black" color="#00000"]; }