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_AnnotatedIdentifiable [ label = "{<id>AnnotatedIdentifiable | + hasAnnotation : Annotation \l \l \l| <AnnotatedIdentifiable_relatedMaterial_association> relatedMaterial \l \l}" tooltip = "Identification:AnnotatedIdentifiable" ] DDI4_Identifiable [ label = "{<id>Identifiable | + agency : \l + id : \l + version : \l + versionResponsibility : \l + versionRationale : RationaleDefinition \l + versionDate : IsoDateType \l + isUniversallyUnique : \l + isPersistent : \l + localId : LocalIdFormat \l + basedOnObject : BasedOnObjectInformation \l \l \l| \l \l}" tooltip = "Identification:Identifiable" ] subgraph Utility { label = "Utility" node [ color = "#0000ff" ] DDI4_ExternalMaterial [ label = "{<id>DDI_ExternalMaterial}" tooltip = "Utility:ExternalMaterial" href = "../Package/Utility/ExternalMaterial/index.html" ] } DDI4_AnnotatedIdentifiable -> DDI4_Identifiable [arrowhead=onormal color="#000000"]; DDI4_AnnotatedIdentifiable:AnnotatedIdentifiable_relatedMaterial_association -> DDI4_ExternalMaterial [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="relatedMaterial" fontcolor="black" color="#00000"]; DDI4_Identifiable -> DDI4_ [arrowhead=onormal color="#000000"]; }