scr:EnrollmentCategoryCodeSimpleType
simpleType EnrollmentCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of enrollment.
Diagram
Enumerations
Value | Definition |
Employment Programs | Employment Programs |
Exchange Visitor Programs | Exchange Visitor Programs |
FAST | F.A.S.T. |
HAZMAT | Hazard Material Program |
IRT | International Registered Traveler |
MMLD | Merchant Mariner License |
PRECHECK | Traveler Precheck |
RT | Registered Traveler |
SENTRI | S.E.N.T.R.I. |
TWIC | Transportation Worker |
XML Schema
<xs:simpleType name="EnrollmentCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of enrollment.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Employment Programs">
<xs:annotation>
<xs:documentation>
Employment Programs</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Exchange Visitor Programs">
<xs:annotation>
<xs:documentation>
Exchange Visitor Programs</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FAST">
<xs:annotation>
<xs:documentation>
F.A.S.T.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HAZMAT">
<xs:annotation>
<xs:documentation>
Hazard Material Program</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IRT">
<xs:annotation>
<xs:documentation>
International Registered Traveler</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MMLD">
<xs:annotation>
<xs:documentation>
Merchant Mariner License</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PRECHECK">
<xs:annotation>
<xs:documentation>
Traveler Precheck</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RT">
<xs:annotation>
<xs:documentation>
Registered Traveler</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SENTRI">
<xs:annotation>
<xs:documentation>
S.E.N.T.R.I.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TWIC">
<xs:annotation>
<xs:documentation>
Transportation Worker</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>