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_SampleFrame [ label = "{<id>SampleFrame | + name : ObjectName \l + displayLabel : LabelForDisplay \l + usage : InternationalStructuredString \l + purpose : InternationalStructuredString \l + limitations : InternationalStructuredString \l + updateProcedures : InternationalStructuredString \l + referencePeriod : DateRange \l + validPeriod : DateRange \l \l \l| <SampleFrame_hasCustodian_association> hasCustodian \l| <SampleFrame_hasAccess_association> hasAccess \l| <SampleFrame_hasPopulation_association> hasPopulation \l| <SampleFrame_hasPrimaryUnitType_association> hasPrimaryUnitType \l| <SampleFrame_hasSecondaryUnitType_association> hasSecondaryUnitType \l| <SampleFrame_sourceFrame_association> sourceFrame \l| <SampleFrame_hasInputParameter_association> hasInputParameter \l| <SampleFrame_hasOutputParameter_association> hasOutputParameter \l \l}" tooltip = "SamplingMethodology:SampleFrame" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_Population [ label = "{<id>DDI_Population}" tooltip = "Conceptual:Population" href = "../Package/Conceptual/Population/index.html" ] DDI4_UnitType [ label = "{<id>DDI_UnitType}" tooltip = "Conceptual:UnitType" href = "../Package/Conceptual/UnitType/index.html" ] } subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Parameter [ label = "{<id>DDI_Parameter}" tooltip = "Workflows:Parameter" href = "../Package/Workflows/Parameter/index.html" ] } subgraph Discovery { label = "Discovery" node [ color = "#0000ff" ] DDI4_Access [ label = "{<id>DDI_Access}" tooltip = "Discovery:Access" href = "../Package/Discovery/Access/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 Agents { label = "Agents" node [ color = "#0000ff" ] DDI4_Agent [ label = "{<id>DDI_Agent}" tooltip = "Agents:Agent" href = "../Package/Agents/Agent/index.html" ] } DDI4_SampleFrame -> DDI4_AnnotatedIdentifiable [arrowhead=onormal color="#000000"]; DDI4_SampleFrame:SampleFrame_hasCustodian_association -> DDI4_Agent [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasCustodian" fontcolor="black" color="#00000"]; DDI4_SampleFrame:SampleFrame_hasAccess_association -> DDI4_Access [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasAccess" fontcolor="black" color="#00000"]; DDI4_SampleFrame:SampleFrame_hasPopulation_association -> DDI4_Population [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasPopulation" fontcolor="black" color="#00000"]; DDI4_SampleFrame:SampleFrame_hasPrimaryUnitType_association -> DDI4_UnitType [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="hasPrimaryUnitType" fontcolor="black" color="#00000"]; DDI4_SampleFrame:SampleFrame_hasSecondaryUnitType_association -> DDI4_UnitType [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="hasSecondaryUnitType" fontcolor="black" color="#00000"]; DDI4_SampleFrame:SampleFrame_sourceFrame_association -> DDI4_SampleFrame [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="sourceFrame" fontcolor="black" color="#00000"]; DDI4_SampleFrame:SampleFrame_hasInputParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasInputParameter" fontcolor="black" color="#00000"]; DDI4_SampleFrame:SampleFrame_hasOutputParameter_association -> DDI4_Parameter [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="hasOutputParameter" fontcolor="black" color="#00000"]; }