DescribedSentinelValueDomain

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