em:MessageCategoryCodeSimpleType
simpleType MessageCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/
Definition
A data type for a code that represents the type of message
Diagram
Enumerations
| Value | Definition | 
| Information | The message is for information purpose | 
| Recall | The message has been recalled | 
| Request | The message is for request information | 
| Response | The message is for response information | 
XML Schema
<xs:simpleType name="MessageCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that represents the type of message</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Information">
<xs:annotation>
<xs:documentation>
The message is for information purpose</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Recall">
<xs:annotation>
<xs:documentation>
The message has been recalled</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Request">
<xs:annotation>
<xs:documentation>
The message is for request information</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Response">
<xs:annotation>
<xs:documentation>
The message is for response information</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>