scr:PersonCrossingCategoryCodeSimpleType
simpleType PersonCrossingCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a direction of a person crossing the U.S. border.
Diagram
Enumerations
Value | Definition |
Alien Children | Unaccompanied Alien Children |
Arrival | Arrival |
Departure | Departure |
Smuggling | Smuggling |
Trafficking | Human Trafficking |
Undocumented | Undocumented Crossing |
XML Schema
<xs:simpleType name="PersonCrossingCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a direction of a person crossing the U.S. border.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Alien Children">
<xs:annotation>
<xs:documentation>
Unaccompanied Alien Children</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Arrival">
<xs:annotation>
<xs:documentation>
Arrival</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Departure">
<xs:annotation>
<xs:documentation>
Departure</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Smuggling">
<xs:annotation>
<xs:documentation>
Smuggling</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Trafficking">
<xs:annotation>
<xs:documentation>
Human Trafficking</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Undocumented">
<xs:annotation>
<xs:documentation>
Undocumented Crossing</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>