em:CheckInOutLocationCategoryCodeSimpleType
simpleType CheckInOutLocationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a code that represents the type of check-in or check-out location
Diagram
Enumerations
Value | Definition |
Base | Base location |
Camp | Camp Location |
EOC | Emergency Operation Center Location |
Helibase | Helibase Location |
ICPRestat | Incident Command Post Location |
Incident | incident location |
Other | Other Location |
Report | Report to Location |
Staging | Staging Location |
XML Schema
<xs:simpleType name="CheckInOutLocationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that represents the type of check-in or check-out location</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Base">
<xs:annotation>
<xs:documentation>
Base location</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Camp">
<xs:annotation>
<xs:documentation>
Camp Location</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EOC">
<xs:annotation>
<xs:documentation>
Emergency Operation Center Location</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Helibase">
<xs:annotation>
<xs:documentation>
Helibase Location</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ICPRestat">
<xs:annotation>
<xs:documentation>
Incident Command Post Location</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Incident">
<xs:annotation>
<xs:documentation>
incident location</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other Location</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Report">
<xs:annotation>
<xs:documentation>
Report to Location</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Staging">
<xs:annotation>
<xs:documentation>
Staging Location</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>