scr:ActivityProcessCategoryCodeSimpleType
simpleType ActivityProcessCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of activity process.
Diagram
Enumerations
Value | Definition |
Application | Part of applicant screening process. |
Enforcement | Related to an activity by law enforcement. |
Entry | Related to a person entering the country at a POE. |
Exit | Related to a person exiting the country at a POE. |
Identify | Related to a person being identified |
National Security | Related to an activity involving national security. |
Other | All other activities. |
XML Schema
<xs:simpleType name="ActivityProcessCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of activity process.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Application">
<xs:annotation>
<xs:documentation>
Part of applicant screening process.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Enforcement">
<xs:annotation>
<xs:documentation>
Related to an activity by law enforcement.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Entry">
<xs:annotation>
<xs:documentation>
Related to a person entering the country at a POE.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Exit">
<xs:annotation>
<xs:documentation>
Related to a person exiting the country at a POE.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Identify">
<xs:annotation>
<xs:documentation>
Related to a person being identified</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="National Security">
<xs:annotation>
<xs:documentation>
Related to an activity involving national security.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
All other activities.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>