**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to SeatGroup **************************************- Cabin codes used in transportation, not only air, by opposition to the Transportation class which is entered in a Code attribute. **************************************- **>Business **>BusinessFirst (probably identical to the EcoPremium) **>Coach **>Economy (with restriction) **>EcoPremium **>First (for Air, Train) **>Second (for Train) **************************************- xxx Possible amendements : **************************************- We may need to create special lists per transportation type at a later stage **************************************- |
<xs:simpleType name="CabinCodeType"> <xs:annotation> <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to SeatGroup **************************************- Cabin codes used in transportation, not only air, by opposition to the Transportation class which is entered in a Code attribute. **************************************- **>Business **>BusinessFirst (probably identical to the EcoPremium) **>Coach **>Economy (with restriction) **>EcoPremium **>First (for Air, Train) **>Second (for Train) **************************************- xxx Possible amendements : **************************************- We may need to create special lists per transportation type at a later stage **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Business"/> <xs:enumeration value="BusinessFirst"/> <xs:enumeration value="Coach"/> <xs:enumeration value="Economy"/> <xs:enumeration value="EcoPremium"/> <xs:enumeration value="First"/> <xs:enumeration value="Second"/> <xs:enumeration value="Standard"/> </xs:restriction> </xs:simpleType> |