**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to TransportationRoleGroup **************************************- to express in Requests or Responses whether transportation is One way, return or more complex Type and Direction are tightly linked data : A return flight has 2 directions for instance. **> OneWay and return are obvious **> Circular is a multi leg circular trip **> Complex is a multi leg trip in general (From To From To2 From To3 To4 From) would qualify for a complex non circular trip **> World is for Round the World trips **************************************- |
<xs:simpleType name="TransportationTypeCodeType"> <xs:annotation> <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to TransportationRoleGroup **************************************- to express in Requests or Responses whether transportation is One way, return or more complex Type and Direction are tightly linked data : A return flight has 2 directions for instance. **> OneWay and return are obvious **> Circular is a multi leg circular trip **> Complex is a multi leg trip in general (From To From To2 From To3 To4 From) would qualify for a complex non circular trip **> World is for Round the World trips **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Circular"/> <xs:enumeration value="Complex"/> <xs:enumeration value="Direct"/> <xs:enumeration value="OneWay"/> <xs:enumeration value="Return"/> <xs:enumeration value="World"/> </xs:restriction> </xs:simpleType> |