scr:PersonCrossingCategoryCodeSimpleType

simpleType PersonCrossingCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for a direction of a person crossing the U.S. border.

Diagram

Enumerations

ValueDefinition
Alien ChildrenUnaccompanied Alien Children
ArrivalArrival
DepartureDeparture
SmugglingSmuggling
TraffickingHuman Trafficking
UndocumentedUndocumented 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: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>