<xsd:element name="InfoGroup"><xsd:annotation><xsd:documentation>Error and information group</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="ForInfo" minOccurs="0"/><xsd:element ref="Error" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence></xsd:complexType></xsd:element>
Identifies the source of this element. In other words where the content originates from. Not limited to GDS, applicable to direct connect as well. Example: 1A, 1V, or other.
PNR Record Locator associated to Source attribute.
Source
<xsd:element name="ForInfo"><xsd:annotation><xsd:documentation>Information group</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="Text" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Information text or error text. Example: Free flow text. Example: Invalid flight number</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence><xsd:attribute ref="Source" use="optional"><xsd:annotation><xsd:documentation>Identifies the source of this element. In other words where the content originates from. Not limited to GDS, applicable to direct connect as well. Example: 1A, 1V, or other.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute ref="SourceRef" use="optional"/></xsd:complexType></xsd:element>
Identifies the source of this element. In other words where the content originates from. Not limited to GDS, applicable to direct connect as well. Example: 1A, 1V, or other.
Mostly used when source specific additional input is needed and/or when QC (Quality Control) edits are processed and the POS needs instructions/options how to proceed.Multiple sources may return a separate 'Error' node with their own CustomRequest request.the UI must display one screen at a time and respond to each with a separate message.
<xsd:element name="CustomRequest"><xsd:annotation><xsd:documentation>Mostly used when source specific additional input is needed and/or when QC (Quality Control) edits are processed and the POS needs instructions/options how to proceed. Multiple sources may return a separate 'Error' node with their own CustomRequest request. the UI must display one screen at a time and respond to each with a separate message.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="DialogTitle"><xsd:annotation><xsd:documentation>Freeflow Text to be displayed in the Title Bar of the pop-up window</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Instructions" minOccurs="0"><xsd:annotation><xsd:documentation>Freeflow lines of text to be displayed inside of the pop-up window to explain or instruct the user of the necessary action(s)</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Text" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Individual line of freeflow text</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element><xsd:element ref="Control" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Control(s) needed for this pop-up. Important: The UI is asked to build the Pop-Up controls in sequential order. Possible types are: TextBox ListBox DropDown w/values ComboBox OptionGroup CheckBox DateInput TimeInput TextArea</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Button" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>The 1st button defined will be the default button for the window. All buttons will be positioned at the bottom of the forms and arranged from left to right (centered)</xsd:documentation></xsd:annotation><xsd:complexType><xsd:attribute name="ButtonLabel" use="required"><xsd:annotation><xsd:documentation>The label to be used for the button. Example: Submit</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="Validate"><xsd:annotation><xsd:documentation>Possible values Y or N (default) If "Y" this button will trigger the validation needed by the GUI prior to processing the screen. Note: Only a single button can have this attribute set to "Y". If multiple, the first instance will be used.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="MouseOverText"><xsd:annotation><xsd:documentation>Freeflow informational text designed to use as a 'mouseover' text or similar</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="Width"><xsd:annotation><xsd:documentation>GUI normally autosizes based on width of label. A certain width may be defined here in pixels.</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType></xsd:element><xsd:element name="OrigMsg" type="MessageStructure"><xsd:annotation><xsd:documentation>This is the message originally received by Company</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Reference" type="MessageStructure" minOccurs="0"><xsd:annotation><xsd:documentation>Reference node to be returned with CustomResponse node - mostly used as a linking reference between CustomRequest and CustomResponse</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
Freeflow Text to be displayed in the Title Bar of the pop-up window
Diagram
Source
<xsd:element name="DialogTitle"><xsd:annotation><xsd:documentation>Freeflow Text to be displayed in the Title Bar of the pop-up window</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="Instructions" minOccurs="0"><xsd:annotation><xsd:documentation>Freeflow lines of text to be displayed inside of the pop-up window to explain or instruct the user of the necessary action(s)</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Text" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Individual line of freeflow text</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
<xsd:element name="Text" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Individual line of freeflow text</xsd:documentation></xsd:annotation></xsd:element>
Label to describe this control. This label is usually placed in front or above the respective control. In case of a 'Button' it is the name of the button.
Description to be used to enter the returned value into a PNR General Remark element, if needed or desired.This label is usually placed in front of the returned value as remark text.Example:"ProjectID: 105514"
<xsd:element name="Control"><xsd:annotation><xsd:documentation>The control(s) needed for this pop-up.a) Textbox Possible types are: a) TextBox b) DropDown w/values c) OptionGroup</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Value" minOccurs="0" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Applicable to these control types: ListBox DropDown ComboBox OptionGroup CheckBox The provided values are used to provide a dynamically built list and/or single choice (OptionGroup) or multi-choice (CheckBox) labels. In case of 'OptionGroup' and 'CheckBox' the value is the description/label for each checkbox or radio button.</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence><xsd:attribute name="Type" use="required"><xsd:annotation><xsd:documentation>Possible Values: TextBox ListBox DropDown w/values ComboBox OptionGroup(radio) CheckBox DateInput TimeInput TextArea</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="GUILabel" use="required"><xsd:annotation><xsd:documentation>Label to describe this control. This label is usually placed in front or above the respective control. In case of a 'Button' it is the name of the button.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="PNRLabel" use="required"><xsd:annotation><xsd:documentation>Description to be used to enter the returned value into a PNR General Remark element, if needed or desired. This label is usually placed in front of the returned value as remark text. Example: "ProjectID: 105514"</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="MouseOverText"><xsd:annotation><xsd:documentation>Freeflow informational text designed to use as a 'mouseover' text or similar</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="Mandatory"><xsd:annotation><xsd:documentation>Allowed Values: Y or N If 'Y' the UI needs to identify the control as mandatory input/selection, e.g. with an asteriks or different colored background</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="Width"><xsd:annotation><xsd:documentation>Width in pixels</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="SameLine"><xsd:annotation><xsd:documentation>Allowed Values: Y or N If 'Y' the UI needs to position this control to the right of and on the same line as the preceding control.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="Pattern"><xsd:annotation><xsd:documentation>use a regular expression string</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="MinChar"><xsd:annotation><xsd:documentation>Minimum characters</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="MaxChar"><xsd:annotation><xsd:documentation>Maximum characters</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType></xsd:element>
Applicable to these control types:ListBoxDropDownComboBoxOptionGroupCheckBoxThe provided values are used to provide a dynamically built list and/or single choice (OptionGroup) or multi-choice (CheckBox) labels.In case of 'OptionGroup' and 'CheckBox' the value is the description/label for each checkbox or radio button.
Diagram
Properties
minOccurs:
0
maxOccurs:
unbounded
Source
<xsd:element name="Value" minOccurs="0" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Applicable to these control types: ListBox DropDown ComboBox OptionGroup CheckBox The provided values are used to provide a dynamically built list and/or single choice (OptionGroup) or multi-choice (CheckBox) labels. In case of 'OptionGroup' and 'CheckBox' the value is the description/label for each checkbox or radio button.</xsd:documentation></xsd:annotation></xsd:element>
The 1st button defined will be the default button for the window.All buttons will be positioned at the bottom of the forms and arranged from left to right (centered)
Possible values Y or N (default)If "Y" this button will trigger the validation needed by the GUI prior to processing the screen.Note: Only a single button can have this attribute set to "Y". If multiple, the first instance will be used.
GUI normally autosizes based on width of label. A certain width may be defined here in pixels.
Source
<xsd:element name="Button" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>The 1st button defined will be the default button for the window. All buttons will be positioned at the bottom of the forms and arranged from left to right (centered)</xsd:documentation></xsd:annotation><xsd:complexType><xsd:attribute name="ButtonLabel" use="required"><xsd:annotation><xsd:documentation>The label to be used for the button. Example: Submit</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="Validate"><xsd:annotation><xsd:documentation>Possible values Y or N (default) If "Y" this button will trigger the validation needed by the GUI prior to processing the screen. Note: Only a single button can have this attribute set to "Y". If multiple, the first instance will be used.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="MouseOverText"><xsd:annotation><xsd:documentation>Freeflow informational text designed to use as a 'mouseover' text or similar</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="Width"><xsd:annotation><xsd:documentation>GUI normally autosizes based on width of label. A certain width may be defined here in pixels.</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType></xsd:element>
<xsd:element name="OrigMsg" type="MessageStructure"><xsd:annotation><xsd:documentation>This is the message originally received by Company</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="Reference" type="MessageStructure" minOccurs="0"><xsd:annotation><xsd:documentation>Reference node to be returned with CustomResponse node - mostly used as a linking reference between CustomRequest and CustomResponse</xsd:documentation></xsd:annotation></xsd:element>
Identifies the source of this element. In other words where the content originates from. Not limited to GDS, applicable to direct connect as well. Example: 1A, 1V, or other.
Source
<xsd:element name="CreditCard"><xsd:annotation><xsd:documentation>Shows if the credit card is valid. Values are: OK = Valid credit card Invalid = Not valid credit card Example: OK</xsd:documentation></xsd:annotation><xsd:complexType><xsd:simpleContent><xsd:extension base="xsd:string"><xsd:attribute ref="Source"/></xsd:extension></xsd:simpleContent></xsd:complexType></xsd:element>
This group represents fares filed in a currency different from the currency of a point of sale. The content elements represent the original currency and amount as filed.
<xsd:element name="FiledIn"><xsd:annotation><xsd:documentation>This group represents fares filed in a currency different from the currency of a point of sale. The content elements represent the original currency and amount as filed.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:all><xsd:element ref="CurrencyCode"/><xsd:element name="Amount"><xsd:annotation><xsd:documentation>Base Fare Amount as originally filed.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:simpleContent><xsd:extension base="xsd:integer"><xsd:attribute name="BulkMask"><xsd:annotation><xsd:documentation>This mask applies to IT/BT tickets where the masked value may be "BT" or "IT" instead of the true amount. Note: this mask is ALWAYS used for the passenger ticket image.</xsd:documentation></xsd:annotation></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType></xsd:element></xsd:all></xsd:complexType></xsd:element>
This mask applies to IT/BT tickets where the masked value may be "BT" or "IT" instead of the true amount.Note: this mask is ALWAYS used for the passenger ticket image.
Source
<xsd:element name="Amount"><xsd:annotation><xsd:documentation>Base Fare Amount as originally filed.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:simpleContent><xsd:extension base="xsd:integer"><xsd:attribute name="BulkMask"><xsd:annotation><xsd:documentation>This mask applies to IT/BT tickets where the masked value may be "BT" or "IT" instead of the true amount. Note: this mask is ALWAYS used for the passenger ticket image.</xsd:documentation></xsd:annotation></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType></xsd:element>
Identifies "not valid after" date for a fare.Date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25
Diagram
Type
xsd:date
Properties
content:
simple
Source
<xsd:element name="NVA" type="xsd:date"><xsd:annotation><xsd:documentation>Identifies "not valid after" date for a fare.Date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element>
Identifies "not valid befoe" date for a fare. Date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25
Diagram
Type
xsd:date
Properties
content:
simple
Source
<xsd:element name="NVB" type="xsd:date"><xsd:annotation><xsd:documentation>Identifies "not valid befoe" date for a fare. Date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element>
DEPRECATED.Please use definitions in PricingInfo: ReservationsDateTime, HistoricPricingDate, AltTicketingDate.Historical pricing group. Required if OriginDestination group includes past date segments.
<xsd:element name="HistoricalPricingInfo"><xsd:annotation><xsd:documentation>DEPRECATED. Please use definitions in PricingInfo: ReservationsDateTime, HistoricPricingDate, AltTicketingDate. Historical pricing group. Required if OriginDestination group includes past date segments.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:choice><xsd:sequence><xsd:element name="ReservationDateTime" minOccurs="0"><xsd:annotation><xsd:documentation>This timestamp indetifies when PNR was created client application requests historical pricing for.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies departure or arrival date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Time" type="Time" minOccurs="0"><xsd:annotation><xsd:documentation>Departure or arrival time in ISO 8601 twenty-four hour clock format. Example: 14:00</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element><xsd:element name="TicketedDateTime"><xsd:annotation><xsd:documentation>Timestamp of ticket issuance for past date segments in OriginDestination section.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies departure or arrival date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Time" type="Time" minOccurs="0"><xsd:annotation><xsd:documentation>Departure or arrival time in ISO 8601 twenty-four hour clock format. Example: 14:00</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element></xsd:sequence><xsd:element name="RecordLocator" type="xsd:string" minOccurs="0" maxOccurs="0"><xsd:annotation><xsd:documentation>FUTURE USE. NOT SUPPORTED.</xsd:documentation></xsd:annotation></xsd:element></xsd:choice></xsd:complexType></xsd:element>
<xsd:element name="ReservationDateTime" minOccurs="0"><xsd:annotation><xsd:documentation>This timestamp indetifies when PNR was created client application requests historical pricing for.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies departure or arrival date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Time" type="Time" minOccurs="0"><xsd:annotation><xsd:documentation>Departure or arrival time in ISO 8601 twenty-four hour clock format. Example: 14:00</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
<xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies departure or arrival date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="Time" type="Time" minOccurs="0"><xsd:annotation><xsd:documentation>Departure or arrival time in ISO 8601 twenty-four hour clock format. Example: 14:00</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="TicketedDateTime"><xsd:annotation><xsd:documentation>Timestamp of ticket issuance for past date segments in OriginDestination section.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies departure or arrival date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Time" type="Time" minOccurs="0"><xsd:annotation><xsd:documentation>Departure or arrival time in ISO 8601 twenty-four hour clock format. Example: 14:00</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
<xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies departure or arrival date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="Time" type="Time" minOccurs="0"><xsd:annotation><xsd:documentation>Departure or arrival time in ISO 8601 twenty-four hour clock format. Example: 14:00</xsd:documentation></xsd:annotation></xsd:element>
Latitude Indicator. Values are: N = North of Equator S = South of Equator Example: S
Source
<xsd:element name="Latitude"><xsd:annotation><xsd:documentation>Geographical information for latitude. If sign attribute is missing, positive values stand for North, negative values for South. Example: 49.9856</xsd:documentation></xsd:annotation><xsd:complexType><xsd:simpleContent><xsd:extension base="xsd:decimal"><xsd:attribute name="Sign"><xsd:annotation><xsd:documentation>Latitude Indicator. Values are: N = North of Equator S = South of Equator Example: S</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="S"/><xsd:enumeration value="N"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType></xsd:element>
Longitude indicator. Values are: E = East of Meridian, W = West of Meridian Example: E
Source
<xsd:element name="Longitude"><xsd:annotation><xsd:documentation>Geographical information for longitude. If sign attribute is missing, positive values stand for East, negative values for West. Example: 9.1220</xsd:documentation></xsd:annotation><xsd:complexType><xsd:simpleContent><xsd:extension base="xsd:decimal"><xsd:attribute name="Sign"><xsd:annotation><xsd:documentation>Longitude indicator. Values are: E = East of Meridian, W = West of Meridian Example: E</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="E"/><xsd:enumeration value="W"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType></xsd:element>
Geographical position information. Allows search by geographical longitude and latitude and to define a search radius around the specified geo location.
Radius around the specified location, within which results should be included.Example: 0.5
Source
<xsd:element name="GeoCoded"><xsd:annotation><xsd:documentation>Geographical position information. Allows search by geographical longitude and latitude and to define a search radius around the specified geo location.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:all><xsd:element ref="Longitude"/><xsd:element ref="Latitude"/></xsd:all><xsd:attribute ref="Radius"/><xsd:attribute ref="DistanceUnit" default="K"><xsd:annotation><xsd:documentation>Unit of distance in which Radius is specified. Values: M = Miles K = Kilometers Defaults to kilometers, if left out. Example: M</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType></xsd:element>
Unique association ID reference of the traveler associated to this item. No comma separeted lists and no ranges allowed. Example: T1
Diagram
Type
xsd:string
Properties
content:
simple
Source
<xsd:element name="TravelerIDRef" type="xsd:string"><xsd:annotation><xsd:documentation>Unique association ID reference of the traveler associated to this item. No comma separeted lists and no ranges allowed. Example: T1</xsd:documentation></xsd:annotation></xsd:element>
ID reference used to asscociate this item to a segment. No comma separeted lists and no ranges supported. Example: F1
Diagram
Type
xsd:string
Properties
content:
simple
Source
<xsd:element name="SegmentIDRef" type="xsd:string"><xsd:annotation><xsd:documentation>ID reference used to asscociate this item to a segment. No comma separeted lists and no ranges supported. Example: F1</xsd:documentation></xsd:annotation></xsd:element>
Unique fare reference key. If present in pricing response messages, must be included in FareRulesRQ.
Diagram
Type
restriction of xsd:string
Properties
content:
simple
Facets
minLength
1
Source
<xsd:element name="FareRefKey"><xsd:annotation><xsd:documentation>Unique fare reference key. If present in pricing response messages, must be included in FareRulesRQ.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:minLength value="1"/></xsd:restriction></xsd:simpleType></xsd:element>
Rating of this hotel. Note that this element will eventually supercede the AAARating element definition. The latter will be deprecated soon.Example: NTM3 CROWN
Identifies the rating system used to rate the hotel. Values are: AAA - AAA in USGUESTS - Guest ratingHRS - Hotel Reservation System 'stars' ratingNTM - North Star Media 'crown' rating.HBC - Booking.com ratingUNK - unknown.
Source
<xsd:element name="HotelRating"><xsd:annotation><xsd:documentation>Rating of this hotel. Note that this element will eventually supercede the AAARating element definition. The latter will be deprecated soon. Example: NTM3 CROWN</xsd:documentation></xsd:annotation><xsd:complexType><xsd:simpleContent><xsd:extension base="xsd:string"><xsd:attribute name="RatingSystem"><xsd:annotation><xsd:documentation>Identifies the rating system used to rate the hotel. Values are: AAA - AAA in US GUESTS - Guest rating HRS - Hotel Reservation System 'stars' rating NTM - North Star Media 'crown' rating. HBC - Booking.com rating UNK - unknown.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="AAA"/><xsd:enumeration value="GUESTS"/><xsd:enumeration value="HRS"/><xsd:enumeration value="NTM"/><xsd:enumeration value="UNK"/><xsd:enumeration value="HBC"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType></xsd:element>
IATA 3-letter city/airport code for location. In case of non-airport location Category and Number need to be present. Example: NYC
Diagram
Type
restriction of xsd:string
Properties
content:
simple
Facets
length
3
Source
<xsd:element name="CityCode"><xsd:annotation><xsd:documentation>IATA 3-letter city/airport code for location. In case of non-airport location Category and Number need to be present. Example: NYC</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:length value="3"/></xsd:restriction></xsd:simpleType></xsd:element>
Location category:T = Airport terminalO = Off-airportC = City location P = Port X = RailN = North suburbanE = East suburbanS = South suburbanW = West suburbanA = All suburban locations R = Resort locationExample: C
Diagram
Type
restriction of xsd:string
Properties
content:
simple
Facets
length
1
Source
<xsd:element name="Category"><xsd:annotation><xsd:documentation>Location category: T = Airport terminal O = Off-airport C = City location P = Port X = Rail N = North suburban E = East suburban S = South suburban W = West suburban A = All suburban locations R = Resort location Example: C</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:length value="1"/></xsd:restriction></xsd:simpleType></xsd:element>
Location number used to identify specific rental location within a location category. Example: 001
Diagram
Type
xsd:string
Properties
content:
simple
Source
<xsd:element name="Number" type="xsd:string"><xsd:annotation><xsd:documentation>Location number used to identify specific rental location within a location category. Example: 001</xsd:documentation></xsd:annotation></xsd:element>
IATA 3-letter city/airport code for location. In case of non-airport location Category need to be present (Number for particular locaction). Example: NYC
Diagram
Type
restriction of xsd:string
Properties
content:
simple
Facets
length
3
Source
<xsd:element name="CityCode"><xsd:annotation><xsd:documentation>IATA 3-letter city/airport code for location. In case of non-airport location Category need to be present (Number for particular locaction). Example: NYC</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:length value="3"/></xsd:restriction></xsd:simpleType></xsd:element>
Location category:T = Airport terminalO = Off-airportC = City location P = Port X = RailN = North suburbanE = East suburbanS = South suburbanW = West suburban D = default location for the city.R = Resort locationExample: C
Diagram
Type
restriction of xsd:string
Properties
content:
simple
Facets
length
1
Source
<xsd:element name="Category"><xsd:annotation><xsd:documentation>Location category: T = Airport terminal O = Off-airport C = City location P = Port X = Rail N = North suburban E = East suburban S = South suburban W = West suburban D = default location for the city. R = Resort location Example: C</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:length value="1"/></xsd:restriction></xsd:simpleType></xsd:element>
Location number used to identify specific rental location within a location category. Example: 001
Diagram
Type
xsd:string
Properties
content:
simple
minOccurs:
0
Source
<xsd:element name="Number" type="xsd:string" minOccurs="0"><xsd:annotation><xsd:documentation>Location number used to identify specific rental location within a location category. Example: 001</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="Description" minOccurs="0"><xsd:annotation><xsd:documentation>Surcharge descriptions as free form text.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:minLength value="1"/></xsd:restriction></xsd:simpleType></xsd:element>
<xsd:element name="Child" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Child elements - one per requested child.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Age"><xsd:annotation><xsd:documentation>Age of child in years (allowed values are 0-17).</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:int"><xsd:minInclusive value="0"/><xsd:maxInclusive value="17"/></xsd:restriction></xsd:simpleType></xsd:element><xsd:element name="ExtraBed" minOccurs="0"><xsd:annotation><xsd:documentation>Defines if child will need its own bed ('Y') or sleep in parents bed ('N'). If omitted no extra bed is required.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="Y"/><xsd:enumeration value="N"/></xsd:restriction></xsd:simpleType></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
<xsd:element name="Age"><xsd:annotation><xsd:documentation>Age of child in years (allowed values are 0-17).</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:int"><xsd:minInclusive value="0"/><xsd:maxInclusive value="17"/></xsd:restriction></xsd:simpleType></xsd:element>
Defines if child will need its own bed ('Y') or sleep in parents bed ('N'). If omitted no extra bed is required.
Diagram
Type
restriction of xsd:string
Properties
content:
simple
minOccurs:
0
Facets
enumeration
Y
enumeration
N
Source
<xsd:element name="ExtraBed" minOccurs="0"><xsd:annotation><xsd:documentation>Defines if child will need its own bed ('Y') or sleep in parents bed ('N'). If omitted no extra bed is required.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="Y"/><xsd:enumeration value="N"/></xsd:restriction></xsd:simpleType></xsd:element>
Hyperlink defining the location of the referenced media (e.g. location of a JPG file).
Diagram
Type
xsd:string
Properties
content:
simple
Source
<xsd:element name="Url" type="xsd:string"><xsd:annotation><xsd:documentation>Hyperlink defining the location of the referenced media (e.g. location of a JPG file).</xsd:documentation></xsd:annotation></xsd:element>
Unit used to specify dimensions of media content.Example:mm (millimeter) px (pixel)
Source
<xsd:element name="Width"><xsd:annotation><xsd:documentation>Width of media content in specified units.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:simpleContent><xsd:extension base="xsd:int"><xsd:attribute name="Unit" type="MediaSizeUnitType" use="required"><xsd:annotation><xsd:documentation>Unit used to specify dimensions of media content. Example: mm (millimeter) px (pixel)</xsd:documentation></xsd:annotation></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType></xsd:element>
Unit used to specify dimensions of media content.Example:mm (millimeter) px (pixel)
Source
<xsd:element name="Height"><xsd:annotation><xsd:documentation>Height of media content in specified units.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:simpleContent><xsd:extension base="xsd:int"><xsd:attribute name="Unit" type="MediaSizeUnitType" use="required"><xsd:annotation><xsd:documentation>Unit used to specify dimensions of media content. Example: mm (millimeter) px (pixel)</xsd:documentation></xsd:annotation></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType></xsd:element>
<xsd:element name="Type" type="MediaTypeType"><xsd:annotation><xsd:documentation>Type of media content. Example: image webcam video 360 (panorama view)</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="Preview" type="MediaType" minOccurs="0" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Preview of the referenced media content (e.g. thumbnail of the picture).</xsd:documentation></xsd:annotation></xsd:element>
Date/time when the entire booking was reserved. Alternatively this date/time may be set independently for each flight - see ReservationsDateTime element in the Flight element of the OriginDestination element(s).
<xsd:element name="ReservationsDateTime"><xsd:annotation><xsd:documentation>Date/time when the entire booking was reserved. Alternatively this date/time may be set independently for each flight - see ReservationsDateTime element in the Flight element of the OriginDestination element(s).</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Time" type="Time" minOccurs="0"><xsd:annotation><xsd:documentation>Specifies time in ISO 8601 twenty-four hour clock format. Example: 14:00</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
<xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="Time" type="Time" minOccurs="0"><xsd:annotation><xsd:documentation>Specifies time in ISO 8601 twenty-four hour clock format. Example: 14:00</xsd:documentation></xsd:annotation></xsd:element>
Date for which a historical pricing is requested. When used for ticket reissue in BSP markets this is commonly the issuance date of the original ticket.
<xsd:element name="HistoricPricingDate"><xsd:annotation><xsd:documentation>Date for which a historical pricing is requested. When used for ticket reissue in BSP markets this is commonly the issuance date of the original ticket.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies the date in ISO 8601 format (yyyy-mm-dd). Example: 2008-05-02</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
<xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies the date in ISO 8601 format (yyyy-mm-dd). Example: 2008-05-02</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="AltTicketingDate"><xsd:annotation><xsd:documentation>This date stamp specifies a future or historic alternative date validation for ticketing.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
<xsd:element name="Date" type="Date"><xsd:annotation><xsd:documentation>Specifies date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation></xsd:element>
Credit card number. Example: 4011236654652341Can be returned encrypted by GDS/CRS.Example: XXXXXXXXXXXXXXXX
Diagram
Type
restriction of xsd:string
Properties
content:
simple
Facets
minLength
1
Source
<xsd:element name="CCNumber"><xsd:annotation><xsd:documentation>Credit card number. Example: 4011236654652341 Can be returned encrypted by GDS/CRS. Example: XXXXXXXXXXXXXXXX</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:minLength value="1"/></xsd:restriction></xsd:simpleType></xsd:element>
<xsd:element name="CCExpiration"><xsd:annotation><xsd:documentation>Credit card expiration group</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Month"><xsd:annotation><xsd:documentation>Credit card expiration month. Example: 02 Can be returned encrypted by GDS/CRS. Example: XX</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:pattern value="0[1-9]|1[0-2]|[^0-9]*"/></xsd:restriction></xsd:simpleType></xsd:element><xsd:element name="Year"><xsd:annotation><xsd:documentation>Last two digits of the credit card expiration year. Example: 06 Can be returned encrypted by GDS/CRS. Example: XX</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:pattern value="[0-9][0-9]|[^0-9]*"/></xsd:restriction></xsd:simpleType></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
Credit card expiration month. Example: 02Can be returned encrypted by GDS/CRS.Example: XX
Diagram
Type
restriction of xsd:string
Properties
content:
simple
Facets
pattern
0[1-9]|1[0-2]|[^0-9]*
Source
<xsd:element name="Month"><xsd:annotation><xsd:documentation>Credit card expiration month. Example: 02 Can be returned encrypted by GDS/CRS. Example: XX</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:pattern value="0[1-9]|1[0-2]|[^0-9]*"/></xsd:restriction></xsd:simpleType></xsd:element>
Last two digits of the credit card expiration year. Example: 06Can be returned encrypted by GDS/CRS.Example: XX
Diagram
Type
restriction of xsd:string
Properties
content:
simple
Facets
pattern
[0-9][0-9]|[^0-9]*
Source
<xsd:element name="Year"><xsd:annotation><xsd:documentation>Last two digits of the credit card expiration year. Example: 06 Can be returned encrypted by GDS/CRS. Example: XX</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:pattern value="[0-9][0-9]|[^0-9]*"/></xsd:restriction></xsd:simpleType></xsd:element>
Flight number alpha qualifier. Values are:ABCDExample: A
Source
<xsd:element name="FlightNumber" type="FlightNumberWithSuffixType"><xsd:annotation><xsd:documentation>Flight number - an integer value within the range of [0,9999]. Example: 1234</xsd:documentation></xsd:annotation></xsd:element>
This node is used to return custom data previously requested via an error response using the InfoGroup/Error/ CustomRequest node of any supporting RS message.
Identifies the source of this element. In other words where the content originates from. Not limited to GDS, applicable to direct connect as well. Example: 1A, 1V, or other.
Source
<xsd:element name="CustomResponse"><xsd:annotation><xsd:documentation>This node is used to return custom data previously requested via an error response using the InfoGroup/Error/ CustomRequest node of any supporting RS message.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="Response" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Custom response to each control sent to the GUI in the "CustomRequest" request. If Control is of type 'Button' only the control which was clicked is returned with the @PNRLabel value provided or mapped from the associated @GUILabel.</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Button"><xsd:annotation><xsd:documentation>This node represents the button clicked by the user.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:attribute name="PNRLabel" use="required"><xsd:annotation><xsd:documentation>Description to be used to enter the returned value into a PNR General Remark element. Value is passed thru from the request - if provided.</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType></xsd:element><xsd:element name="Reference" type="MessageStructure" minOccurs="0"><xsd:annotation><xsd:documentation>Custom parameter node received in the CustomRequest node</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence><xsd:attribute ref="Source" use="required"><xsd:annotation><xsd:documentation>Identifies the source where this custom response needs to be dispatched to (as identified in the InforGroup/ Error/CustomRequest request. Example: AA</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType></xsd:element>
Description to be used to enter the returned value into a PNR General Remark element. Value is passed thru from the request - if provided.This label can be used by the DM rule or the DC adaptor to create a PNR remark storing the returned value. If e.g. the value here is "ProjectID" then a remark may be added to the PNR like this:"ProjectID: 105514"
Source
<xsd:element name="Response"><xsd:annotation><xsd:documentation>Custom response to each control sent to the GUI in the "CustomRequest" request.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element name="Value" minOccurs="0" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Value(s) entered or selected by the user. The value(s) are always the "GUILabel(s)" as selected. In case of a textbox or combobox entry it is the value entered by the user.</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence><xsd:attribute name="PNRLabel" use="required"><xsd:annotation><xsd:documentation>Description to be used to enter the returned value into a PNR General Remark element. Value is passed thru from the request - if provided. This label can be used by the DM rule or the DC adaptor to create a PNR remark storing the returned value. If e.g. the value here is "ProjectID" then a remark may be added to the PNR like this: "ProjectID: 105514"</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType></xsd:element>
Value(s) entered or selected by the user.The value(s) are always the "GUILabel(s)" as selected.In case of a textbox or combobox entry it is the value entered by the user.
Diagram
Properties
minOccurs:
0
maxOccurs:
unbounded
Source
<xsd:element name="Value" minOccurs="0" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Value(s) entered or selected by the user. The value(s) are always the "GUILabel(s)" as selected. In case of a textbox or combobox entry it is the value entered by the user.</xsd:documentation></xsd:annotation></xsd:element>
Description to be used to enter the returned value into a PNR General Remark element. Value is passed thru from the request - if provided.
Source
<xsd:element name="Button"><xsd:annotation><xsd:documentation>This node represents the button clicked by the user.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:attribute name="PNRLabel" use="required"><xsd:annotation><xsd:documentation>Description to be used to enter the returned value into a PNR General Remark element. Value is passed thru from the request - if provided.</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType></xsd:element>
<xsd:element name="Reference" type="MessageStructure" minOccurs="0"><xsd:annotation><xsd:documentation>Custom parameter node received in the CustomRequest node</xsd:documentation></xsd:annotation></xsd:element>
Defines currency code (ISO 3-letter code) and optional number of decimals. Not that for request messages the NumberOfDecimals has no effect and is not needed.
<xsd:complexType name="CurrencyCodeType"><xsd:annotation><xsd:documentation>Defines currency code (ISO 3-letter code) and optional number of decimals. Not that for request messages the NumberOfDecimals has no effect and is not needed.</xsd:documentation></xsd:annotation><xsd:simpleContent><xsd:extension base="xsd:string"><xsd:attribute name="NumberOfDecimals" type="xsd:integer" use="optional"><xsd:annotation><xsd:documentation>Decimal position in fare amount. Example: 2</xsd:documentation></xsd:annotation></xsd:attribute></xsd:extension></xsd:simpleContent></xsd:complexType>
<xsd:simpleType name="Date"><xsd:annotation><xsd:documentation>Date in ISO 8601 format (yyyy-mm-dd). Example: 2001-12-25</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:date"/></xsd:simpleType>