em:MessageResponseCodeSimpleType

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

Definition

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

Diagram

Enumerations

ValueDefinition
AcceptedA request is accepted
ReceivedA request has been received successfully
RejectedA request is rejected

XML Schema

<xs:simpleType name="MessageResponseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that represents the response code of the message
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Accepted">
<xs:annotation>
<xs:documentation>
A request is accepted
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Received">
<xs:annotation>
<xs:documentation>
A request has been received successfully
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rejected">
<xs:annotation>
<xs:documentation>
A request is rejected
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>