scr:TravelModeCategoryCodeSimpleType
simpleType TravelModeCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a means of transport used by the alien.
Diagram
Enumerations
Value | Definition |
A | Air |
L | Land |
S | Sea |
XML Schema
<xs:simpleType name="TravelModeCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a means of transport used by the alien.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
Air</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Land</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Sea</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>