Table of contents
A package is a administrative collection of classes in DDI. These are not namespaces.
Classes
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_ControlledVocabulary [ label = "{<id>ControlledVocabulary | + type : CollectionType \l + name : ObjectName \l + purpose : InternationalStructuredString \l + contains : VocabularyEntryIndicator \l + isOrdered : \l \l \l| <ControlledVocabulary_isStructuredBy_association> isStructuredBy \l| <ControlledVocabulary_realizes_association> realizes \l| <ControlledVocabulary_definingConcept_association> definingConcept \l \l}" tooltip = "CustomMetadata:ControlledVocabulary" ] DDI4_CustomInstance [ label = "{<id>CustomInstance | + name : ObjectName \l + purpose : InternationalStructuredString \l + type : CollectionType \l + contains : CustomValueIndicator \l + isOrdered : \l \l \l| <CustomInstance_realizes_association> realizes \l| <CustomInstance_correspondsTo_association> correspondsTo \l| <CustomInstance_definingConcept_association> definingConcept \l \l}" tooltip = "CustomMetadata:CustomInstance" ] DDI4_CustomItem [ label = "{<id>CustomItem | + maxOccurs : \l + minOccurs : \l + key : \l \l \l| <CustomItem_uses_association> uses \l| <CustomItem_hasConcept_association> hasConcept \l| <CustomItem_comparesTo_association> comparesTo \l| <CustomItem_realizes_association> realizes \l \l}" tooltip = "CustomMetadata:CustomItem" ] DDI4_CustomItemRelationStructure [ label = "{<id>CustomItemRelationStructure | + criteria : InternationalStructuredString \l + displayLabel : LabelForDisplay \l + usage : InternationalStructuredString \l + hasRelationSpecification : RelationSpecification \l + semantic : ExternalControlledVocabularyEntry \l + totality : TotalityType \l + hasMemberRelation : CustomItemRelation \l \l \l| <CustomItemRelationStructure_realizes_association> realizes \l \l}" tooltip = "CustomMetadata:CustomItemRelationStructure" ] DDI4_CustomStructure [ label = "{<id>CustomStructure | + type : CollectionType \l + name : ObjectName \l + purpose : InternationalStructuredString \l + contains : CustomItemIndicator \l + isOrdered : \l \l \l| <CustomStructure_realizes_association> realizes \l| <CustomStructure_isStructuredBy_association> isStructuredBy \l| <CustomStructure_definingConcept_association> definingConcept \l \l}" tooltip = "CustomMetadata:CustomStructure" ] DDI4_CustomValue [ label = "{<id>CustomValue | + value : ValueString \l + key : \l \l \l| <CustomValue_correspondsTo_association> correspondsTo \l| <CustomValue_comparesTo_association> comparesTo \l| <CustomValue_realizes_association> realizes \l \l}" tooltip = "CustomMetadata:CustomValue" ] DDI4_VocabularyEntry [ label = "{<id>VocabularyEntry | + entryTerm : InternationalStructuredString \l + definition : InternationalStructuredString \l \l \l| <VocabularyEntry_realizes_association> realizes \l \l}" tooltip = "CustomMetadata:VocabularyEntry" ] DDI4_VocabularyRelationStructure [ label = "{<id>VocabularyRelationStructure | + criteria : InternationalStructuredString \l + displayLabel : LabelForDisplay \l + usage : InternationalStructuredString \l + hasRelationSpecification : RelationSpecification \l + semantic : ExternalControlledVocabularyEntry \l + totality : TotalityType \l + hasMemberRelation : VocabularyEntryRelation \l \l \l| <VocabularyRelationStructure_realizes_association> realizes \l \l}" tooltip = "CustomMetadata:VocabularyRelationStructure" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] DDI4_InstanceVariable [ label = "{<id>DDI_InstanceVariable}" tooltip = "Conceptual:InstanceVariable" href = "../Package/Conceptual/InstanceVariable/index.html" ] DDI4_RepresentedVariable [ label = "{<id>DDI_RepresentedVariable}" tooltip = "Conceptual:RepresentedVariable" href = "../Package/Conceptual/RepresentedVariable/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_CollectionMember [ label = "{<id>DDI_CollectionMember}" tooltip = "CollectionsPattern:CollectionMember" href = "../Package/CollectionsPattern/CollectionMember/index.html" ] DDI4_RelationStructure [ label = "{<id>DDI_RelationStructure}" tooltip = "CollectionsPattern:RelationStructure" href = "../Package/CollectionsPattern/RelationStructure/index.html" ] DDI4_SimpleCollection [ label = "{<id>DDI_SimpleCollection}" tooltip = "CollectionsPattern:SimpleCollection" href = "../Package/CollectionsPattern/SimpleCollection/index.html" ] DDI4_StructuredCollection [ label = "{<id>DDI_StructuredCollection}" tooltip = "CollectionsPattern:StructuredCollection" href = "../Package/CollectionsPattern/StructuredCollection/index.html" ] } subgraph Identification { label = "Identification" node [ color = "#0000ff" ] DDI4_AnnotatedIdentifiable [ label = "{<id>DDI_AnnotatedIdentifiable}" tooltip = "Identification:AnnotatedIdentifiable" href = "../Package/Identification/AnnotatedIdentifiable/index.html" ] DDI4_Identifiable [ label = "{<id>DDI_Identifiable}" tooltip = "Identification:Identifiable" href = "../Package/Identification/Identifiable/index.html" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_ValueDomain [ label = "{<id>DDI_ValueDomain}" tooltip = "Representations:ValueDomain" href = "../Package/Representations/ValueDomain/index.html" ] } DDI4_ControlledVocabulary -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_ControlledVocabulary:ControlledVocabulary_isStructuredBy_association -> DDI4_VocabularyRelationStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isStructuredBy" fontcolor="black" color="#00000"]; DDI4_ControlledVocabulary:ControlledVocabulary_realizes_association -> DDI4_StructuredCollection [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_ControlledVocabulary:ControlledVocabulary_definingConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="definingConcept" fontcolor="black" color="#00000"]; DDI4_CustomInstance -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_CustomInstance:CustomInstance_realizes_association -> DDI4_SimpleCollection [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_CustomInstance:CustomInstance_correspondsTo_association -> DDI4_CustomStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="correspondsTo" fontcolor="black" color="#00000"]; DDI4_CustomInstance:CustomInstance_definingConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="definingConcept" fontcolor="black" color="#00000"]; DDI4_CustomItem -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_CustomItem:CustomItem_uses_association -> DDI4_ValueDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="uses" fontcolor="black" color="#00000"]; DDI4_CustomItem:CustomItem_hasConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasConcept" fontcolor="black" color="#00000"]; DDI4_CustomItem:CustomItem_comparesTo_association -> DDI4_RepresentedVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="comparesTo" fontcolor="black" color="#00000"]; DDI4_CustomItem:CustomItem_realizes_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_CustomItemRelationStructure -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_CustomItemRelationStructure:CustomItemRelationStructure_realizes_association -> DDI4_RelationStructure [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_CustomStructure -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_CustomStructure:CustomStructure_realizes_association -> DDI4_StructuredCollection [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_CustomStructure:CustomStructure_isStructuredBy_association -> DDI4_CustomItemRelationStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isStructuredBy" fontcolor="black" color="#00000"]; DDI4_CustomStructure:CustomStructure_definingConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="definingConcept" fontcolor="black" color="#00000"]; DDI4_CustomValue -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_CustomValue:CustomValue_correspondsTo_association -> DDI4_CustomItem [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="correspondsTo" fontcolor="black" color="#00000"]; DDI4_CustomValue:CustomValue_comparesTo_association -> DDI4_InstanceVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="comparesTo" fontcolor="black" color="#00000"]; DDI4_CustomValue:CustomValue_realizes_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_VocabularyEntry -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_VocabularyEntry:VocabularyEntry_realizes_association -> DDI4_CollectionMember [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_VocabularyRelationStructure -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_VocabularyRelationStructure:VocabularyRelationStructure_realizes_association -> DDI4_RelationStructure [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; }