diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of GeneralInfoRQType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:complexType name="GeneralInfoRSType"> <s:complexContent> <s:extension base="GeneralInfoRQType"> <s:attribute name="BookingReference" type="s:string" use="required"> <s:annotation> <s:documentation>SIG booking reference</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SaleState" use="required"> <s:annotation> <s:documentation>Sold - completely sold PartSold - partially sold NotSold - not sold ExchangeInProgress - in exchange transaction</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="NotSold"/> <s:enumeration value="PartSold"/> <s:enumeration value="Sold"/> <s:enumeration value="ExchangeInProgress"/> <s:enumeration value="BookingInProcess"/> <s:enumeration value="NoPNR"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="CreationDate" type="s:dateTime" use="optional"> <s:annotation> <s:documentation>PNR creation data and time. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00</s:documentation> </s:annotation> </s:attribute> <s:attribute name="GroupName" type="s:string" use="optional"> <s:annotation> <s:documentation>GroupName for group bookings, empty for all other</s:documentation> </s:annotation> </s:attribute> </s:extension> </s:complexContent> </s:complexType> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="BookingReference" type="s:string" use="required"> <s:annotation> <s:documentation>SIG booking reference</s:documentation> </s:annotation> </s:attribute> |
type | restriction of s:string | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
source | <s:attribute name="SaleState" use="required"> <s:annotation> <s:documentation>Sold - completely sold PartSold - partially sold NotSold - not sold ExchangeInProgress - in exchange transaction</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="NotSold"/> <s:enumeration value="PartSold"/> <s:enumeration value="Sold"/> <s:enumeration value="ExchangeInProgress"/> <s:enumeration value="BookingInProcess"/> <s:enumeration value="NoPNR"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:dateTime | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="CreationDate" type="s:dateTime" use="optional"> <s:annotation> <s:documentation>PNR creation data and time. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="GroupName" type="s:string" use="optional"> <s:annotation> <s:documentation>GroupName for group bookings, empty for all other</s:documentation> </s:annotation> </s:attribute> |