scr:TimeInUSCategoryCodeSimpleType
simpleType TimeInUSCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a quantity of time a subject has been in the United States illegally.
Diagram
Enumerations
Value | Definition |
38718 | 1 month to 1 year |
38837 | 4 to 30 days |
AE | At Entry |
NA | Not Applicable |
OVER1 | Over 1 year |
WI72 | Within 72 hours |
XML Schema
<xs:simpleType name="TimeInUSCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a quantity of time a subject has been in the United States illegally.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="38718">
<xs:annotation>
<xs:documentation>
1 month to 1 year</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="38837">
<xs:annotation>
<xs:documentation>
4 to 30 days</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AE">
<xs:annotation>
<xs:documentation>
At Entry</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NA">
<xs:annotation>
<xs:documentation>
Not Applicable</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OVER1">
<xs:annotation>
<xs:documentation>
Over 1 year</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WI72">
<xs:annotation>
<xs:documentation>
Within 72 hours</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>