EnumeratedSentinelValueDomain

An enumerated value domain whose values are used only for the processing of data after capture but before dissemination.

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_EnumeratedSentinelValueDomain [ label = "{<id>EnumeratedSentinelValueDomain | \l \l| <EnumeratedSentinelValueDomainmeasures> measures \l \l}" tooltip = "Representations:EnumeratedSentinelValueDomain" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_InstanceVariable [ label = "{<id>InstanceVariable | + variableRole : StructuredString \l \l \l| <InstanceVariablemeasures> measures \l| <InstanceVariableisPopulatedBy> isPopulatedBy \l| <InstanceVariablehasPhysicalType> hasPhysicalType \l \l}" tooltip = "Conceptual:InstanceVariable" ]; } subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_EnumeratedValueDomain [ label = "{<id>EnumeratedValueDomain | \l \l| <EnumeratedValueDomainreferences> references \l \l}" tooltip = "Representations:EnumeratedValueDomain" ]; } DDI4_EnumeratedSentinelValueDomain -> DDI4_EnumeratedValueDomain [arrowhead=empty color="#000000" ]; DDI4_EnumeratedSentinelValueDomain:EnumeratedSentinelValueDomainmeasures -> DDI4_InstanceVariable [ arrowhead=none labeldistance=1.9 taillabel="0..1" headlabel="0..n" edgetooltip="measures" fontcolor="black" color="#00000"]; }