DocumentInformation - 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_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" ] subgraph Utility { label = "Utility" node [ color = "#0000ff" ] DDI4_ExternalMaterial [ label = "{<id>DDI_ExternalMaterial}" tooltip = "Utility:ExternalMaterial" href = "../Package/Utility/ExternalMaterial/index.html" ] DDI4_FundingInformation [ label = "{<id>DDI_FundingInformation}" tooltip = "Utility:FundingInformation" href = "../Package/Utility/FundingInformation/index.html" ] } 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_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"]; }