used by |
|
||||||||||||||
attributes |
|
||||||||||||||
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 INF - informative segment 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="INF"/> <s:enumeration value="FL"/> </s:restriction> </s:simpleType> </s:attribute> </s:attributeGroup> |
type | restriction of s:string | ||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
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 INF - informative segment 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="INF"/> <s:enumeration value="FL"/> </s:restriction> </s:simpleType> </s:attribute> |