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
Value | Definition |
Accepted | A request is accepted |
Received | A request has been received successfully |
Rejected | A 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:restriction base="xs:token">
<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>