type | restriction of s:string | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
used by | ||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
source | <s:simpleType name="RefundExchangeType"> <s:annotation> <s:documentation>Refund/exchange type Voluntary - voluntary refund Involuntary - involuntary refund (any reason) ExchgViaRefund - exchange via refund InvolIATA - voluntary refund NameChange - name change VolOnIncomplete - voluntary exchange due to incomplete commercial load of the flight VolOnOverbook - voluntary exchange on another class without fare recalculation VolOnFull - voluntary exchange due to full commercial load of the flight </s:documentation> </s:annotation> <s:restriction base="s:string"> <s:enumeration value="Voluntary"/> <s:enumeration value="Involuntary"/> <s:enumeration value="ExchgViaRefund"/> <s:enumeration value="InvolIATA"/> <s:enumeration value="NameChange"/> <s:enumeration value="VolOnIncomplete"/> <s:enumeration value="VolOnOverbook"/> <s:enumeration value="VolOnFull"/> </s:restriction> </s:simpleType> |