scr:ManifestCategoryCodeSimpleType
simpleType ManifestCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of manifest.
Diagram
Enumerations
Value | Definition |
Cargo | Cargo |
Crew | Crew |
Passenger | Passenger |
XML Schema
<xs:simpleType name="ManifestCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of manifest.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Cargo">
<xs:annotation>
<xs:documentation>
Cargo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Crew">
<xs:annotation>
<xs:documentation>
Crew</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Passenger">
<xs:annotation>
<xs:documentation>
Passenger</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>