PhysicalDataSet - GraphΒΆ

p:PhysicalDataProductType

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_PhysicalDataSet [ label = "{<id>PhysicalDataSet | + overview : InternationalStructuredString \l + physicalFileName : \l + numberOfSegments : \l + contains : PhysicalRecordSegmentIndicator \l + isOrdered : \l + type : CollectionType \l + purpose : InternationalStructuredString \l \l \l| <PhysicalDataSet_formatsDataStore_association> formatsDataStore \l| <PhysicalDataSet_realizes_association> realizes \l| <PhysicalDataSet_isStructuredBy_association> isStructuredBy \l| <PhysicalDataSet_hasVariableStatistics_association> hasVariableStatistics \l| <PhysicalDataSet_definingConcept_association> definingConcept \l \l}" tooltip = "FormatDescription:PhysicalDataSet" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Concept [ label = "{<id>DDI_Concept}" tooltip = "Conceptual:Concept" href = "../Package/Conceptual/Concept/index.html" ] } subgraph SimpleCodebook { label = "SimpleCodebook" node [ color = "#0000ff" ] DDI4_VariableStatistics [ label = "{<id>DDI_VariableStatistics}" tooltip = "SimpleCodebook:VariableStatistics" href = "../Package/SimpleCodebook/VariableStatistics/index.html" ] } subgraph FormatDescription { label = "FormatDescription" node [ color = "#0000ff" ] DDI4_PhysicalOrderRelationStructure [ label = "{<id>DDI_PhysicalOrderRelationStructure}" tooltip = "FormatDescription:PhysicalOrderRelationStructure" href = "../Package/FormatDescription/PhysicalOrderRelationStructure/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_DataStore [ label = "{<id>DDI_DataStore}" tooltip = "LogicalDataDescription:DataStore" href = "../Package/LogicalDataDescription/DataStore/index.html" ] } DDI4_PhysicalDataSet -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_PhysicalDataSet:PhysicalDataSet_formatsDataStore_association -> DDI4_DataStore [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="formatsDataStore" fontcolor="black" color="#00000"]; DDI4_PhysicalDataSet:PhysicalDataSet_realizes_association -> DDI4_StructuredCollection [ arrowhead=none arrowtail=none edgetooltip="realizes" fontcolor="black" color="#00000"]; DDI4_PhysicalDataSet:PhysicalDataSet_isStructuredBy_association -> DDI4_PhysicalOrderRelationStructure [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="isStructuredBy" fontcolor="black" color="#00000"]; DDI4_PhysicalDataSet:PhysicalDataSet_hasVariableStatistics_association -> DDI4_VariableStatistics [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasVariableStatistics" fontcolor="black" color="#00000"]; DDI4_PhysicalDataSet:PhysicalDataSet_definingConcept_association -> DDI4_Concept [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="definingConcept" fontcolor="black" color="#00000"]; }