EnumeratedValueDomain

A Value domain expressed as a list of categories and associated codes.

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