RepresentedVariable

A combination of a characteristic of a universe to be measured and how that measure will be represented.

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_RepresentedVariable [ label = "{<id>RepresentedVariable | \l \l| <RepresentedVariabletakesValueFrom> takesValueFrom \l| <RepresentedVariablehasUniverse> hasUniverse \l| <RepresentedVariablehasIntendedType> hasIntendedType \l \l}" tooltip = "Conceptual:RepresentedVariable" ] subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_ValueDomain [ label = "{<id>ValueDomain | + unitOfMeasurement : xs:string \l + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| \l \l}" tooltip = "Representations:ValueDomain" ]; DDI4_DataType [ label = "{<id>DataType | + scheme : InternationalString \l \l \l| \l \l}" tooltip = "Representations:DataType" ]; } subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Universe [ label = "{<id>Universe | + isInclusive : xs:boolean \l \l \l| <UniversehasSubuniverse> hasSubuniverse \l \l}" tooltip = "Conceptual:Universe" ]; DDI4_ConceptualVariable [ label = "{<id>ConceptualVariable | \l \l| <ConceptualVariablehasConcept> hasConcept \l| <ConceptualVariableuses> uses \l \l}" tooltip = "Conceptual:ConceptualVariable" ]; } DDI4_RepresentedVariable -> DDI4_ConceptualVariable [arrowhead=empty color="#000000" ]; DDI4_RepresentedVariable:RepresentedVariabletakesValueFrom -> DDI4_ValueDomain [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="takesValueFrom" fontcolor="black" color="#00000"]; DDI4_RepresentedVariable:RepresentedVariablehasUniverse -> DDI4_Universe [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="hasUniverse" fontcolor="black" color="#00000"]; DDI4_DataType -> DDI4_RepresentedVariable:RepresentedVariablehasIntendedType [arrowhead=odiamond labeldistance=1.9 taillabel="1..1" headlabel="0..1" edgetooltip="hasIntendedType" fontcolor="black" color="#00000"]; }