em:CheckInOutLocationCategoryCodeSimpleType

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

Definition

A data type for a code that represents the type of check-in or check-out location

Diagram

Enumerations

ValueDefinition
BaseBase location
CampCamp Location
EOCEmergency Operation Center Location
HelibaseHelibase Location
ICPRestatIncident Command Post Location
Incidentincident location
OtherOther Location
ReportReport to Location
StagingStaging 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: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>