em:IncidentResponseTeamParticipationStatusCodeSimpleType
simpleType IncidentResponseTeamParticipationStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a current status of the participation of a response team in an activity or event.
Diagram
Enumerations
Value | Definition |
1 | Pending |
2 | Dispatching |
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:restriction base="xs:token">
<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>