EnumeratedSubstantiveValueDomain

An enumerated value domain whose values are associated with the scientific questions of interest in a study.

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_EnumeratedSubstantiveValueDomain [ label = "{<id>EnumeratedSubstantiveValueDomain | \l \l| <EnumeratedSubstantiveValueDomainmeasures> measures \l \l}" tooltip = "Representations:EnumeratedSubstantiveValueDomain" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] 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_EnumeratedValueDomain [ label = "{<id>EnumeratedValueDomain | \l \l| <EnumeratedValueDomainreferences> references \l \l}" tooltip = "Representations:EnumeratedValueDomain" ]; } DDI4_EnumeratedSubstantiveValueDomain -> DDI4_EnumeratedValueDomain [arrowhead=empty color="#000000" ]; DDI4_EnumeratedSubstantiveValueDomain:EnumeratedSubstantiveValueDomainmeasures -> DDI4_RepresentedVariable [ arrowhead=none labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="measures" fontcolor="black" color="#00000"]; }