DescribedSubstantiveValueDomain

A described 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_DescribedSubstantiveValueDomain [ label = "{<id>DescribedSubstantiveValueDomain | \l \l| <DescribedSubstantiveValueDomainmeasures> measures \l \l}" tooltip = "Representations:DescribedSubstantiveValueDomain" ] 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_DescribedValueDomain [ label = "{<id>DescribedValueDomain | \l \l| <DescribedValueDomainreferences> references \l \l}" tooltip = "Representations:DescribedValueDomain" ]; } DDI4_DescribedSubstantiveValueDomain -> DDI4_DescribedValueDomain [arrowhead=empty color="#000000" ]; DDI4_DescribedSubstantiveValueDomain:DescribedSubstantiveValueDomainmeasures -> DDI4_RepresentedVariable [ arrowhead=none labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="measures" fontcolor="black" color="#00000"]; }