em:MessageCategoryCodeSimpleType

simpleType MessageCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type for a code that represents the type of message

Diagram

Enumerations

ValueDefinition
InformationThe message is for information purpose
RecallThe message has been recalled
RequestThe message is for request information
ResponseThe 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: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>