em:DeploymentStatusCodeSimpleType

simpleType DeploymentStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type that represents the deployment status

Diagram

Enumerations

ValueDefinition
AcceptedResource request has been accepted by deployment entity
CampResource is located at a camp of an incident
En-routeResource is on their way to an incident
MobilizedResource has been allocated and mobilized but not en route
On SceneResource is on scene of an incident
RejectedResource has been rejected by deployment entity
RequestedResource has been requested, not yet mobilized
StagingResource 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: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>