em:NotificationMessageStatusCodeSimpleType

simpleType NotificationMessageStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for an enumeration of possible message status types indicating outcome of notification transmission

Diagram

Enumerations

ValueDefinition
CompleteNotification Message completed successfully
Complete Not SentNotification Message was not sent
InprocessNotification Message in process
Inprocess Send ErrorNotification Message has Send Error
ReceivedNotification Message Received

XML Schema

<xs:simpleType name="NotificationMessageStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an enumeration of possible message status types indicating outcome of notification transmission
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Complete">
<xs:annotation>
<xs:documentation>
Notification Message completed successfully
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Complete Not Sent">
<xs:annotation>
<xs:documentation>
Notification Message was not sent
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inprocess">
<xs:annotation>
<xs:documentation>
Notification Message in process
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inprocess Send Error">
<xs:annotation>
<xs:documentation>
Notification Message has Send Error
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Received">
<xs:annotation>
<xs:documentation>
Notification Message Received
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>