scr:ManifestCategoryCodeSimpleType

simpleType ManifestCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for a kind of manifest.

Diagram

Enumerations

ValueDefinition
CargoCargo
CrewCrew
PassengerPassenger

XML Schema

<xs:simpleType name="ManifestCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of manifest.
</xs:documentation>
</xs:annotation>
<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>