**************************************- Transportation can be Complete = The segment covers the whole trip (either a unique segment or the different bits are not relevant or described Feeder = A feeder only Journey = A global information (can be sales oriented, but not necessarily the actual sectors) Longhaul = The longhaul only Sector = an actual sector being flown Trailer = The trailer only Transfer = A transfer after or before a transportation segment Unknown = Unknown or not relevant This attribute can be used in conjunction with the DirectionType **************************************- |
Attribute | TransportationRoleGroup/@Role |
<xs:simpleType name="TransportationRoleCodeType"> <xs:annotation> <xs:documentation>**************************************- Transportation can be Complete = The segment covers the whole trip (either a unique segment or the different bits are not relevant or described Feeder = A feeder only Journey = A global information (can be sales oriented, but not necessarily the actual sectors) Longhaul = The longhaul only Sector = an actual sector being flown Trailer = The trailer only Transfer = A transfer after or before a transportation segment Unknown = Unknown or not relevant This attribute can be used in conjunction with the DirectionType **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Complete"/> <xs:enumeration value="Connecting"/> <xs:enumeration value="Feeder"/> <xs:enumeration value="Journey"/> <xs:enumeration value="Longhaul"/> <xs:enumeration value="Mediumhaul"/> <xs:enumeration value="Route"/> <xs:enumeration value="Sector"/> <xs:enumeration value="Shorthaul"/> <xs:enumeration value="Trailer"/> <xs:enumeration value="Transfer"/> </xs:restriction> </xs:simpleType> |