em:IncidentResponseTeamParticipationStatusCodeSimpleType

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

Definition

A data type for a current status of the participation of a response team in an activity or event.

Diagram

Enumerations

ValueDefinition
1Pending
2Dispatching

XML Schema

<xs:simpleType name="IncidentResponseTeamParticipationStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a current status of the participation of a response team in an activity or event.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Pending
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Dispatching
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>