itcodes:TransportMeansCodeSimpleType
simpleType TransportMeansCodeSimpleType in namespace http://release.niem.gov/niem/codes/it_codes/4.0/
Definition
A data type for the code that represents the kind of Transport means.
Diagram
Enumerations
Value | Definition |
Air | IATA International Aircraft Type Codes |
Rail | Locomotive number |
Road | national license |
SEA | ITU 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:restriction base="xs:token">
<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>