scr:ActivityProcessCategoryCodeSimpleType

simpleType ActivityProcessCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for a kind of activity process.

Diagram

Enumerations

ValueDefinition
ApplicationPart of applicant screening process.
EnforcementRelated to an activity by law enforcement.
EntryRelated to a person entering the country at a POE.
ExitRelated to a person exiting the country at a POE.
IdentifyRelated to a person being identified
National SecurityRelated to an activity involving national security.
OtherAll 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: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>