em:DeploymentStatusCodeSimpleType
simpleType DeploymentStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type that represents the deployment status
Diagram
Enumerations
Value | Definition |
Accepted | Resource request has been accepted by deployment entity |
Camp | Resource is located at a camp of an incident |
En-route | Resource is on their way to an incident |
Mobilized | Resource has been allocated and mobilized but not en route |
On Scene | Resource is on scene of an incident |
Rejected | Resource has been rejected by deployment entity |
Requested | Resource has been requested, not yet mobilized |
Staging | Resource is in the incident staging area |
XML Schema
<xs:simpleType name="DeploymentStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that represents the deployment status</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Accepted">
<xs:annotation>
<xs:documentation>
Resource request has been accepted by deployment entity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Camp">
<xs:annotation>
<xs:documentation>
Resource is located at a camp of an incident</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="En-route">
<xs:annotation>
<xs:documentation>
Resource is on their way to an incident</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mobilized">
<xs:annotation>
<xs:documentation>
Resource has been allocated and mobilized but not en route</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="On Scene">
<xs:annotation>
<xs:documentation>
Resource is on scene of an incident</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rejected">
<xs:annotation>
<xs:documentation>
Resource has been rejected by deployment entity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Requested">
<xs:annotation>
<xs:documentation>
Resource has been requested, not yet mobilized</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Staging">
<xs:annotation>
<xs:documentation>
Resource is in the incident staging area</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>