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/passive_v38_0http://www.travelport.com/schema/passive_v39_0 " >
- <xs:import schemaLocation=" ../common_v38_0/Common.xsd../common_v39_0/Common.xsd " namespace=" http://www.travelport.com/schema/common_v38_0http://www.travelport.com/schema/common_v39_0 " > </xs:import>
+ <xs:element name="PassiveReservation" > ... </xs:element>
- <xs:element name="PassiveSegment" >
- <xs:complexType >
+ <xs:sequence > ... </xs:sequence>
+ <xs:attribute name="SupplierCode" type="typePassiveSupplierCode" use="optional" > ... </xs:attribute>
<xs:attribute name="Status" type="xs:string" />
<xs:attribute name="StartDate" type="xs:string" />
<xs:attribute name="EndDate" type="xs:string" />
+ <xs:attribute name="Origin" type="common:typeIATACode" > ... </xs:attribute>
+ <xs:attribute name="Destination" type="common:typeIATACode" > ... </xs:attribute>
+ <xs:attribute name="AvailabilitySource" type="xs:string" > ... </xs:attribute>
+ <xs:attribute name="PolledAvailabilityOption" type="xs:string" > ... </xs:attribute>
+ <xs:attribute name="AvailabilityDisplayType" type="xs:string" > ... </xs:attribute>
<xs:attribute name="FlightNumber" type="xs:string" />
<xs:attribute name="ClassOfService" type="xs:string" />
<xs:attribute name="NumberOfItems" type="xs:integer" />
+ <xs:attribute name="SegmentType" type="xs:string" use="required" > ... </xs:attribute>
+ <xs:attribute name="Key" type="common:typeRef" > ... </xs:attribute>
+ <xs:attribute name="VehicleType" type="xs:string" > ... </xs:attribute>
+ <xs:attribute name="PassiveProviderReservationInfoRef" type="common:typeRef" use="optional" > ... </xs:attribute>
+ <xs:attribute name="Group" type="xs:integer" use="optional" > ... </xs:attribute>
+ <xs:attribute name="TravelOrder" type="xs:integer" use="optional" > ... </xs:attribute>
- <xs:attribute name="ProviderSegmentOrder" use="optional" >
- <xs:annotation >
- <xs:documentation > To identify the appropriate travel sequence for Air/Car/Hotel/Rail segments/reservations in the provider reservation. </xs:documentation>
</xs:annotation>
- <xs:simpleType >
- <xs:restriction base="xs:integer" >
<xs:maxInclusive value="999" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="common:attrElementKeyResults" />
+ <xs:attribute name="PassiveGroup" type="xs:string" use="optional" > ... </xs:attribute>
</xs:complexType>
</xs:element>
+ <xs:group name="BasePassiveRemarkGroup" > ... </xs:group>
+ <xs:element name="PassiveRemark" > ... </xs:element>
+ <xs:element name="PassiveSegmentRef" > ... </xs:element>
+ <xs:simpleType name="typePassiveSupplierCode" > ... </xs:simpleType>
+ <xs:element name="AssociatedRemark" > ... </xs:element>
</xs:schema>