DescribedValueDomain

A Value Domain defined by an expression. [GSIM 1.1]

Extends

ValueDomain

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_DescribedValueDomain [ label = "{<id>DescribedValueDomain | \l \l| <DescribedValueDomainreferences> references \l \l}" tooltip = "Representations:DescribedValueDomain" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_DescribedConceptualDomain [ label = "{<id>DescribedConceptualDomain | \l \l| \l \l}" tooltip = "Conceptual:DescribedConceptualDomain" ]; } 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_DescribedValueDomain -> DDI4_ValueDomain [arrowhead=empty color="#000000" ]; DDI4_DescribedValueDomain:DescribedValueDomainreferences -> DDI4_DescribedConceptualDomain [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="1..1" edgetooltip="references" fontcolor="black" color="#00000"]; }