SignificationPattern

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_Sign [ label = "{<id>Sign | + representation : Signifier \l \l \l| <Sign_denotes_association> denotes \l \l}" tooltip = "SignificationPattern:Sign" ] DDI4_Signified [ label = "{<id>Signified | \l \l| \l \l}" tooltip = "SignificationPattern:Signified" ] DDI4_Signifier [ label = "{<id>Signifier | + content : \l + whiteSpace : WhiteSpaceRule \l \l \l| \l \l}" tooltip = "SignificationPattern:Signifier" ] subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] DDI4_CollectionMember [ label = "{<id>DDI_CollectionMember}" tooltip = "CollectionsPattern:CollectionMember" href = "../Package/CollectionsPattern/CollectionMember/index.html" ] } DDI4_Sign -> DDI4_CollectionMember [arrowhead=onormal color="#000000"]; DDI4_Sign:Sign_denotes_association -> DDI4_Signified [ arrowhead=none arrowtail=diamond labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="denotes" fontcolor="black" color="#00000"]; DDI4_Signified -> DDI4_CollectionMember [arrowhead=onormal color="#000000"]; DDI4_Signifier -> DDI4_ [arrowhead=onormal color="#000000"]; }