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_DocumentInformation [ label = "{<id>DocumentInformation | + contentCoverage : TypedDescriptiveText \l + isPublished : \l + hasPrimaryContent : \l + ofType : DDI4Version \l \l \l| <DocumentInformation_hasDocumentCoverage_association> hasDocumentCoverage \l| <DocumentInformation_hasPersistentAccessControl_association> hasPersistentAccessControl \l| <DocumentInformation_hasLocalAccessControl_association> hasLocalAccessControl \l| <DocumentInformation_hasFundingSource_association> hasFundingSource \l| <DocumentInformation_hasExternalMaterial_association> hasExternalMaterial \l \l}" tooltip = "Utility:DocumentInformation" ] DDI4_ExternalMaterial [ label = "{<id>ExternalMaterial | + typeOfMaterial : ExternalControlledVocabularyEntry \l + descriptiveText : InternationalStructuredString \l + uri : \l + relationshipDescription : InternationalStructuredString \l + mimeType : ExternalControlledVocabularyEntry \l + usesSegment : Segment \l + citationOfExternalMaterial : Annotation \l \l \l| \l \l}" tooltip = "Utility:ExternalMaterial" ] DDI4_FundingInformation [ label = "{<id>FundingInformation | + funderRole : ExternalControlledVocabularyEntry \l + grantNumber : \l + purpose : InternationalStructuredString \l \l \l| <FundingInformation_hasFunder_association> hasFunder \l \l}" tooltip = "Utility:FundingInformation" ] subgraph Discovery { label = "Discovery" node [ color = "#0000ff" ] DDI4_Access [ label = "{<id>DDI_Access}" tooltip = "Discovery:Access" href = "../Package/Discovery/Access/index.html" ] DDI4_Coverage [ label = "{<id>DDI_Coverage}" tooltip = "Discovery:Coverage" href = "../Package/Discovery/Coverage/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 Agents { label = "Agents" node [ color = "#0000ff" ] DDI4_Agent [ label = "{<id>DDI_Agent}" tooltip = "Agents:Agent" href = "../Package/Agents/Agent/index.html" ] } DDI4_DocumentInformation -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_DocumentInformation:DocumentInformation_hasDocumentCoverage_association -> DDI4_Coverage [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasDocumentCoverage" fontcolor="black" color="#00000"]; DDI4_DocumentInformation:DocumentInformation_hasPersistentAccessControl_association -> DDI4_Access [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasPersistentAccessControl" fontcolor="black" color="#00000"]; DDI4_DocumentInformation:DocumentInformation_hasLocalAccessControl_association -> DDI4_Access [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasLocalAccessControl" fontcolor="black" color="#00000"]; DDI4_DocumentInformation:DocumentInformation_hasFundingSource_association -> DDI4_FundingInformation [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasFundingSource" fontcolor="black" color="#00000"]; DDI4_DocumentInformation:DocumentInformation_hasExternalMaterial_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasExternalMaterial" fontcolor="black" color="#00000"]; DDI4_ExternalMaterial -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_FundingInformation -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_FundingInformation:FundingInformation_hasFunder_association -> DDI4_Agent [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasFunder" fontcolor="black" color="#00000"]; }