Table of contents
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_DataStore [ label = "{<id>DataStore | + characterSet : \l + dataStoreType : ExternalControlledVocabularyEntry \l + type : CollectionType \l + name : ObjectName \l + purpose : InternationalStructuredString \l + recordCount : \l + aboutMissing : InternationalStructuredString \l + contains : LogicalRecordIndicator \l + isOrdered : \l \l \l| <DataStore_realizes_association> realizes \l| <DataStore_isStructuredBy_association> isStructuredBy \l| <DataStore_isInStudy_association> isInStudy \l| <DataStore_usesRecordRelation_association> usesRecordRelation \l| <DataStore_definingConcept_association> definingConcept \l \l}" tooltip = "LogicalDataDescription:DataStore" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] } subgraph StudyRelated { label = "StudyRelated" node [ color = "#0000ff" ] DDI4_Study [ label = "{<id>DDI_Study}" tooltip = "StudyRelated:Study" href = "../Package/StudyRelated/Study/index.html" ] } subgraph CollectionsPattern { label = "CollectionsPattern" node [ color = "#0000ff" ] 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" ] } subgraph LogicalDataDescription { label = "LogicalDataDescription" node [ color = "#0000ff" ] DDI4_LogicalRecordRelationStructure [ label = "{<id>DDI_LogicalRecordRelationStructure}" tooltip = "LogicalDataDescription:LogicalRecordRelationStructure" href = "../Package/LogicalDataDescription/LogicalRecordRelationStructure/index.html" ] DDI4_RecordRelation [ label = "{<id>DDI_RecordRelation}" tooltip = "LogicalDataDescription:RecordRelation" href = "../Package/LogicalDataDescription/RecordRelation/index.html" ] } DDI4_DataStore -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_DataStore:DataStore_realizes_association -> DDI4_StructuredCollection [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_DataStore:DataStore_isStructuredBy_association -> DDI4_LogicalRecordRelationStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isStructuredBy" fontcolor="black" color="#00000"]; DDI4_DataStore:DataStore_isInStudy_association -> DDI4_Study [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="isInStudy" fontcolor="black" color="#00000"]; DDI4_DataStore:DataStore_usesRecordRelation_association -> DDI4_RecordRelation [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="usesRecordRelation" fontcolor="black" color="#00000"]; DDI4_DataStore:DataStore_definingConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="definingConcept" fontcolor="black" color="#00000"]; }