Table of contents
l:RepresentedVariableType
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_RepresentedVariable [ label = "{<id>RepresentedVariable | + unitOfMeasurement : \l + hasIntendedDataType : ExternalControlledVocabularyEntry \l \l \l| <RepresentedVariable_takesSubstantiveValuesFrom_association> takesSubstantiveValuesFrom \l| <RepresentedVariable_drawsFrom_association> drawsFrom \l| <RepresentedVariable_basedOnConceptualVariable_association> basedOnConceptualVariable \l| <RepresentedVariable_takesPlatformSpecificSentinelValues_association> takesPlatformSpecificSentinelValues \l \l}" tooltip = "Conceptual:RepresentedVariable" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_ConceptualVariable [ label = "{<id>DDI_ConceptualVariable}" tooltip = "Conceptual:ConceptualVariable" href = "../Package/Conceptual/ConceptualVariable/index.html" ] DDI4_Universe [ label = "{<id>DDI_Universe}" tooltip = "Conceptual:Universe" href = "../Package/Conceptual/Universe/index.html" ] } subgraph Representations { label = "Representations" node [ color = "#0000ff" ] DDI4_SentinelValueDomain [ label = "{<id>DDI_SentinelValueDomain}" tooltip = "Representations:SentinelValueDomain" href = "../Package/Representations/SentinelValueDomain/index.html" ] DDI4_SubstantiveValueDomain [ label = "{<id>DDI_SubstantiveValueDomain}" tooltip = "Representations:SubstantiveValueDomain" href = "../Package/Representations/SubstantiveValueDomain/index.html" ] } DDI4_RepresentedVariable -> DDI4_ConceptualVariable [arrowhead=onormal color="#000000"]; DDI4_RepresentedVariable:RepresentedVariable_takesSubstantiveValuesFrom_association -> DDI4_SubstantiveValueDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="takesSubstantiveValuesFrom" fontcolor="black" color="#00000"]; DDI4_RepresentedVariable:RepresentedVariable_drawsFrom_association -> DDI4_Universe [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="drawsFrom" fontcolor="black" color="#00000"]; DDI4_RepresentedVariable:RepresentedVariable_basedOnConceptualVariable_association -> DDI4_ConceptualVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="basedOnConceptualVariable" fontcolor="black" color="#00000"]; DDI4_RepresentedVariable:RepresentedVariable_takesPlatformSpecificSentinelValues_association -> DDI4_SentinelValueDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="takesPlatformSpecificSentinelValues" fontcolor="black" color="#00000"]; }