cbrncl:MessagePriorityCodeSimpleType

simpleType MessagePriorityCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type the defines the various code values that defines the priority associated with a message

Diagram

Enumerations

ValueDefinition
HighThe message priority is high
NormalThe message priority is normal
Very HighThe message priority is very high

XML Schema

<xs:simpleType name="MessagePriorityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type the defines the various code values that defines the priority associated with a message
</xs:documentation>
</xs:annotation>
<xs:enumeration value="High">
<xs:annotation>
<xs:documentation>
The message priority is high
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Normal">
<xs:annotation>
<xs:documentation>
The message priority is normal
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Very High">
<xs:annotation>
<xs:documentation>
The message priority is very high
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>