attributeGroup BookingStatusType
used by
element FlightScheduleType/ReservationDetails/Reservation
complexTypes BookingInfoType CouponBaseType RemarkType
attributes
Name  Type  Use  Default  Fixed  Annotation
Status  derived by: s:string        
documentation
Booking status:
  OK - confirmed
  RQ - waitlisted/requested
  NO - not booked/cancelled
  NS - no seat required
  HX - cancelled
  FL - flown/used
source <s:attributeGroup name="BookingStatusType">
 
<s:attribute name="Status">
   
<s:annotation>
     
<s:documentation>Booking status:
  OK - confirmed
  RQ - waitlisted/requested
  NO - not booked/cancelled
  NS - no seat required
  HX - cancelled
  FL - flown/used
</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:enumeration value="OK"/>
       
<s:enumeration value="RQ"/>
       
<s:enumeration value="NO"/>
       
<s:enumeration value="NS"/>
       
<s:enumeration value="HX"/>
       
<s:enumeration value="FL"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
</s:attributeGroup>

attribute BookingStatusType/@Status
type restriction of s:string
facets
Kind Value Annotation
enumeration OK
enumeration RQ
enumeration NO
enumeration NS
enumeration HX
enumeration FL
annotation
documentation
Booking status:
  OK - confirmed
  RQ - waitlisted/requested
  NO - not booked/cancelled
  NS - no seat required
  HX - cancelled
  FL - flown/used
source <s:attribute name="Status">
 
<s:annotation>
   
<s:documentation>Booking status:
  OK - confirmed
  RQ - waitlisted/requested
  NO - not booked/cancelled
  NS - no seat required
  HX - cancelled
  FL - flown/used
</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="OK"/>
     
<s:enumeration value="RQ"/>
     
<s:enumeration value="NO"/>
     
<s:enumeration value="NS"/>
     
<s:enumeration value="HX"/>
     
<s:enumeration value="FL"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy