diagram | ![]() |
||||||||||||||||||||
children | Payment TicketNumbers | ||||||||||||||||||||
used by |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
source | <s:complexType name="RevalidateType"> <s:sequence> <s:element name="Payment" type="PaymentType" minOccurs="0"/> <s:element name="TicketNumbers" minOccurs="0"> <s:annotation> <s:documentation>Ticket numbers to revalidate . If empty - revalidate all tickets in PNR</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="TicketNumber" maxOccurs="unbounded"> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="10"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> </s:element> </s:sequence> </s:complexType> </s:element> </s:sequence> <s:attribute name="Penalty" type="s:decimal"/> <s:attribute name="ExchangeType" type="RefundExchangeType"> <s:annotation> <s:documentation>Values expected are: Voluntary (defalult value) Involuntary VolOnOverbook VolOnIncomplete VolOnFull</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
type | s:decimal |
source | <s:attribute name="Penalty" type="s:decimal"/> |
type | RefundExchangeType | |||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
source | <s:attribute name="ExchangeType" type="RefundExchangeType"> <s:annotation> <s:documentation>Values expected are: Voluntary (defalult value) Involuntary VolOnOverbook VolOnIncomplete VolOnFull</s:documentation> </s:annotation> </s:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | PaymentType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | CreditCard Invoice AgentAccount CardNumber | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:element name="Payment" type="PaymentType" minOccurs="0"/> |
diagram | ![]() |
||||||
properties |
|
||||||
children | TicketNumber | ||||||
annotation |
|
||||||
source | <s:element name="TicketNumbers" minOccurs="0"> <s:annotation> <s:documentation>Ticket numbers to revalidate . If empty - revalidate all tickets in PNR</s:documentation> </s:annotation> <s:complexType> <s:sequence> <s:element name="TicketNumber" maxOccurs="unbounded"> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="10"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> </s:element> </s:sequence> </s:complexType> </s:element> |
diagram | ![]() |
|||||||||
type | restriction of s:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <s:element name="TicketNumber" maxOccurs="unbounded"> <s:simpleType> <s:restriction base="s:string"> <s:minLength value="10"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> </s:element> |