itcodes:TransportMeansCodeSimpleType

simpleType TransportMeansCodeSimpleType in namespace http://release.niem.gov/niem/codes/it_codes/5.0/

Definition

A data type for the code that represents the kind of Transport means.

Diagram

Enumerations

ValueDefinition
AirIATA International Aircraft Type Codes
RailLocomotive number
Roadnational license
SEAITU Standard or Lloyds

XML Schema

<xs:simpleType name="TransportMeansCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the code that represents the kind of Transport means.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Air">
<xs:annotation>
<xs:documentation>
IATA International Aircraft Type Codes
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rail">
<xs:annotation>
<xs:documentation>
Locomotive number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Road">
<xs:annotation>
<xs:documentation>
national license
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SEA">
<xs:annotation>
<xs:documentation>
ITU Standard or Lloyds
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>