scr:LocationElementCategoryCodeSimpleType

simpleType LocationElementCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for a kind of location element.

Diagram

Enumerations

ValueDefinition
AirportAirport Office Number
BPOBorder Patrol Office Number
DODistrict Office Number
FloorLocation Floor Designation
HeadquartersHeadquarters Office Number
IOInterview Office Number
LaneLane Designation
Port of EntryPort of Entry Designation
RoomRoom Designation

XML Schema

<xs:simpleType name="LocationElementCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of location element.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Airport">
<xs:annotation>
<xs:documentation>
Airport Office Number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BPO">
<xs:annotation>
<xs:documentation>
Border Patrol Office Number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DO">
<xs:annotation>
<xs:documentation>
District Office Number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Floor">
<xs:annotation>
<xs:documentation>
Location Floor Designation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Headquarters">
<xs:annotation>
<xs:documentation>
Headquarters Office Number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IO">
<xs:annotation>
<xs:documentation>
Interview Office Number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Lane">
<xs:annotation>
<xs:documentation>
Lane Designation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Port of Entry">
<xs:annotation>
<xs:documentation>
Port of Entry Designation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Room">
<xs:annotation>
<xs:documentation>
Room Designation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>