Data that has been modified is shown like this. Data that has been deleted is shown like this. Data that is added is shown like this.

To collapse a node's children click the '-' button. To expand it again, click '+'. Unchanged elements are collapsed by default.

This page is best viewed with Cascading Style Sheets and JavaScript both enabled.

For further details of DeltaXML see http://www.deltaxml.com

- <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace=" http://www.travelport.com/schema/common_v29_0http://www.travelport.com/schema/common_v32_0 " >
+ <xs:annotation > ... </xs:annotation>
<xs:include schemaLocation="Common.xsd" />
+ <xs:complexType name="BaseReq" > ... </xs:complexType>
- <xs:complexType name="BaseCoreReq" >
+ <xs:sequence > ... </xs:sequence>
+ <xs:attribute name="TraceId" type="xs:string" use="optional" > ... </xs:attribute>
+ <xs:attribute name="TokenId" type="xs:string" use="optional" > ... </xs:attribute>
+ <xs:attribute name="AuthorizedBy" type="xs:string" use="optional" > ... </xs:attribute>
+ <xs:attribute name="TargetBranch" type="typeBranchCode" use="optional" > ... </xs:attribute>
+ <xs:attribute name="OverrideLogging" type="typeLoggingLevel" use="optional" > ... </xs:attribute>
- <xs:attribute type="xs:language" use="optional" name="LanguageCode" >
- <xs:annotation >
- <xs:documentation > ISO 639 Language Code used to receive specific information in the requested language. Supported Provider: ACH. Supported Carriers:U2ISO 639 LanguageCode is used to retrieve specific information in the requested language. Use a 2 or 4 character language code, example FR or FRFR for French, EN or ENGB for English. The supported providers: ACH, RCH. </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
+ <xs:complexType name="BaseSearchReq" > ... </xs:complexType>
+ <xs:complexType name="BaseCoreSearchReq" > ... </xs:complexType>
+ <xs:complexType name="BaseSearchRsp" > ... </xs:complexType>
+ <xs:complexType name="BaseRsp" > ... </xs:complexType>
- <xs:complexType name="BaseCreateReservationReq" >
- <xs:complexContent >
- <xs:extension base="BaseReq" >
- <xs:sequence >
<xs:element ref="LinkedUniversalRecord" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="BookingTraveler" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="OSI" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="AccountingRemark" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="GeneralRemark" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="XMLRemark" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="UnassociatedRemark" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Postscript" minOccurs="0" maxOccurs="1" />
<xs:element ref="PassiveInfo" minOccurs="0" />
+ <xs:element ref="ContinuityCheckOverride" minOccurs="0" maxOccurs="1" > ... </xs:element>
<xs:element ref="AgencyContactInfo" minOccurs="0" />
<xs:element ref="CustomerID" minOccurs="0" />
<xs:element ref="FileFinishingInfo" minOccurs="0" />
<xs:element ref="CommissionRemark" minOccurs="0" />
<xs:element ref="ConsolidatorRemark" minOccurs="0" />
<xs:element ref="InvoiceRemark" minOccurs="0" maxOccurs="unbounded" />
+ <xs:element ref="SSR" minOccurs="0" maxOccurs="unbounded" > ... </xs:element>
<xs:element ref="EmailNotification" minOccurs="0" maxOccurs="1" />
- <xs:element ref="QueuePlace" minOccurs="0" maxOccurs="1" >
- <xs:annotation >
- <xs:documentation > Allow queue placement of a PNR at the time of booking in AirCreateReservationReq,HotelCreateReservationReq,PassiveCreateReservationReq and VehicleCreateReservationReq for providers 1G,1V,1P and 1J. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
+ <xs:attribute name="RuleName" use="optional" > ... </xs:attribute>
+ <xs:attribute name="UniversalRecordLocatorCode" type="typeLocatorCode" use="optional" > ... </xs:attribute>
+ <xs:attribute name="ProviderLocatorCode" type="typeLocatorCode" use="optional" > ... </xs:attribute>
+ <xs:attribute name="ProviderCode" type="xs:string" use="optional" > ... </xs:attribute>
+ <xs:attribute name="CustomerNumber" type="xs:string" use="optional" > ... </xs:attribute>
<xs:attribute name="Version" type="xs:integer" use="optional" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
+ <xs:element name="ErrorInfo" > ... </xs:element>
+ <xs:simpleType name="typeLoggingLevel" > ... </xs:simpleType>
- <xs:complexType name="BaseCreateWithFormOfPaymentReq" >
- <xs:annotation >
- <xs:documentation > Container for BaseCreateReservation along with Form Of Payment </xs:documentation>
</xs:annotation>
- <xs:complexContent >
- <xs:extension base="BaseCreateReservationReq" >
- <xs:sequence >
- <xs:element ref="FormOfPayment" minOccurs="0" maxOccurs="unbounded" >
- <xs:annotation >
- <xs:documentation > Provider:1G,1V,1P,1J,ACH,SDK. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>