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
Value | Definition |
Airport | Airport Office Number |
BPO | Border Patrol Office Number |
DO | District Office Number |
Floor | Location Floor Designation |
Headquarters | Headquarters Office Number |
IO | Interview Office Number |
Lane | Lane Designation |
Port of Entry | Port of Entry Designation |
Room | Room 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:restriction base="xs:token">
<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>