<xs:simpleType name="TK_TransportationCodeCodeType">
<xs:annotation>
<xs:documentation xml:lang="EN">%DOC%</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="AirTransportation"/>
<xs:enumeration value="FootTransportation"/>
<xs:enumeration value="NoTransportation"/>
<xs:enumeration value="RailTransportation"/>
<xs:enumeration value="RoadTransportation"/>
<xs:enumeration value="WaterTransportation"/>
<xs:enumeration value="TransportationMeans"/>
</xs:restriction>
</xs:simpleType> |