cbrncl:MessagePriorityCodeSimpleType
simpleType MessagePriorityCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type the defines the various code values that defines the priority associated with a message
Diagram
Enumerations
Value | Definition |
High | The message priority is high |
Normal | The message priority is normal |
Very High | The 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:restriction base="xs:token">
<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>