InstanceVariable - 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_InstanceVariable [ label = "{<id>InstanceVariable | + variableFunction : ExternalControlledVocabularyEntry \l + physicalDataType : ExternalControlledVocabularyEntry \l + platformType : ExternalControlledVocabularyEntry \l \l \l| <InstanceVariable_measures_association> measures \l| <InstanceVariable_basedOnRepresentedVariable_association> basedOnRepresentedVariable \l| <InstanceVariable_basedOnConceptualVariable_association> basedOnConceptualVariable \l| <InstanceVariable_takesPlatformSpecificSentinelValues_association> takesPlatformSpecificSentinelValues \l| <InstanceVariable_sourceCapture_association> sourceCapture \l| <InstanceVariable_generatedBy_association> generatedBy \l \l}" tooltip = "Conceptual:InstanceVariable" ] subgraph Conceptual { label = "Conceptual" node [ color = "#0000ff" ] DDI4_ConceptualVariable [ label = "{<id>DDI_ConceptualVariable}" tooltip = "Conceptual:ConceptualVariable" href = "../Package/Conceptual/ConceptualVariable/index.html" ] DDI4_Population [ label = "{<id>DDI_Population}" tooltip = "Conceptual:Population" href = "../Package/Conceptual/Population/index.html" ] DDI4_RepresentedVariable [ label = "{<id>DDI_RepresentedVariable}" tooltip = "Conceptual:RepresentedVariable" href = "../Package/Conceptual/RepresentedVariable/index.html" ] } subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_Act [ label = "{<id>DDI_Act}" tooltip = "Workflows:Act" href = "../Package/Workflows/Act/index.html" ] } subgraph DataCapture { label = "DataCapture" node [ color = "#0000ff" ] DDI4_Capture [ label = "{<id>DDI_Capture}" tooltip = "DataCapture:Capture" href = "../Package/DataCapture/Capture/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_InstanceVariable -> DDI4_RepresentedVariable [arrowhead=onormal color="#000000"]; DDI4_InstanceVariable:InstanceVariable_measures_association -> DDI4_Population [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="measures" fontcolor="black" color="#00000"]; DDI4_InstanceVariable:InstanceVariable_basedOnRepresentedVariable_association -> DDI4_RepresentedVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="basedOnRepresentedVariable" fontcolor="black" color="#00000"]; DDI4_InstanceVariable:InstanceVariable_basedOnConceptualVariable_association -> DDI4_ConceptualVariable [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="basedOnConceptualVariable" fontcolor="black" color="#00000"]; DDI4_InstanceVariable:InstanceVariable_takesPlatformSpecificSentinelValues_association -> DDI4_SentinelValueDomain [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="takesPlatformSpecificSentinelValues" fontcolor="black" color="#00000"]; DDI4_InstanceVariable:InstanceVariable_sourceCapture_association -> DDI4_Capture [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="sourceCapture" fontcolor="black" color="#00000"]; DDI4_InstanceVariable:InstanceVariable_generatedBy_association -> DDI4_Act [ arrowhead=none arrowtail=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..1" edgetooltip="generatedBy" fontcolor="black" color="#00000"]; }