element SIG_AirShopRS
diagram sigws_p132.png
properties
content complex
children Result Warnings ShopOptions Services ServiceSets CurrencyConversions Errors
used by
complexType SIG_ResponseType
attributes
Name  Type  Use  Default  Fixed  Annotation
CustomerID  s:string  required      
documentation
CustomerID - assigned by SIG Support customer identification
SessionID  s:string  required      
documentation
SessionID from previous reply for sessioned requests.
RequestID  s:string  optional      
documentation
RequestID - user defined request ID - will be returned in reply. RequestID is mandatory for multi request
SessionPurgeTime  s:duration  optional      
ProcessingTime  s:time  optional      
SIGVersion  s:string  optional      
SchemaVersion  s:string  optional      
BuildDate  s:string  optional      
annotation
documentation
Low Fare Search Response
source <s:element name="SIG_AirShopRS">
 
<s:annotation>
   
<s:documentation>Low Fare Search Response</s:documentation>
 
</s:annotation>
 
<s:complexType>
   
<s:choice>
     
<s:sequence>
       
<s:element name="Result" type="ResultType">
         
<s:annotation>
           
<s:documentation>Success indicator:
  SUCCESS - success
  FAIL - error occured
  RETRY - service temporary unavailable, pls try again
</s:documentation>
         
</s:annotation>
       
</s:element>
       
<s:element name="Warnings" type="WarningsType" minOccurs="0"/>
       
<s:element name="ShopOptions">
         
<s:complexType>
           
<s:sequence>
             
<s:element name="ShopOption" type="ShopOptionType" minOccurs="0" maxOccurs="unbounded"/>
           
</s:sequence>
         
</s:complexType>
       
</s:element>
       
<s:element name="Services" minOccurs="0">
         
<s:complexType>
           
<s:sequence>
             
<s:element name="ServiceInfo" type="ServiceInfoType" maxOccurs="unbounded"/>
           
</s:sequence>
         
</s:complexType>
       
</s:element>
       
<s:element name="ServiceSets" minOccurs="0">
         
<s:complexType>
           
<s:sequence>
             
<s:element name="ServiceSet" type="ServiceSetType" maxOccurs="unbounded"/>
           
</s:sequence>
         
</s:complexType>
       
</s:element>
       
<s:element name="CurrencyConversions" minOccurs="0">
         
<s:complexType>
           
<s:sequence>
             
<s:element name="CurrencyConversion" type="CurrencyConversionRplType" maxOccurs="unbounded"/>
           
</s:sequence>
         
</s:complexType>
       
</s:element>
     
</s:sequence>
     
<s:element name="Errors" type="ErrorsType"/>
   
</s:choice>
   
<s:attributeGroup ref="RSParameters"/>
 
</s:complexType>
</s:element>

element SIG_AirShopRS/Result
diagram sigws_p133.png
type ResultType
properties
content simple
facets
Kind Value Annotation
enumeration SUCCESS
enumeration FAIL
enumeration RETRY
annotation
documentation
Success indicator:
  SUCCESS - success
  FAIL - error occured
  RETRY - service temporary unavailable, pls try again
source <s:element name="Result" type="ResultType">
 
<s:annotation>
   
<s:documentation>Success indicator:
  SUCCESS - success
  FAIL - error occured
  RETRY - service temporary unavailable, pls try again
</s:documentation>
 
</s:annotation>
</s:element>

element SIG_AirShopRS/Warnings
diagram sigws_p134.png
type WarningsType
properties
minOcc 0
maxOcc 1
content complex
children Warning
source <s:element name="Warnings" type="WarningsType" minOccurs="0"/>

element SIG_AirShopRS/ShopOptions
diagram sigws_p135.png
properties
content complex
children ShopOption
source <s:element name="ShopOptions">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="ShopOption" type="ShopOptionType" minOccurs="0" maxOccurs="unbounded"/>
   
</s:sequence>
 
</s:complexType>
</s:element>

element SIG_AirShopRS/ShopOptions/ShopOption
diagram sigws_p136.png
type ShopOptionType
properties
minOcc 0
maxOcc unbounded
content complex
children ItineraryOptions FareInfo BookingGuidelines DeepLinks ReshopInfo
attributes
Name  Type  Use  Default  Fixed  Annotation
OptionRef  s:string  required      
documentation
Reference to this option
Total  s:decimal  required      
documentation
Option's cost
Currency  s:string  required      
documentation
Currency of the cost
TotalAddCollect  s:decimal  optional      
documentation
Total exchange amount - for ReShop reply only
Airlines  strlist  required      
documentation
List of airlines, paticipating in the itinerary (codes)
CacheLastUpdate  s:dateTime        
documentation
Date and time of last cache update for shop option flights
source <s:element name="ShopOption" type="ShopOptionType" minOccurs="0" maxOccurs="unbounded"/>

element SIG_AirShopRS/Services
diagram sigws_p137.png
properties
minOcc 0
maxOcc 1
content complex
children ServiceInfo
source <s:element name="Services" minOccurs="0">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="ServiceInfo" type="ServiceInfoType" maxOccurs="unbounded"/>
   
</s:sequence>
 
</s:complexType>
</s:element>

element SIG_AirShopRS/Services/ServiceInfo
diagram sigws_p138.png
type ServiceInfoType
properties
minOcc 1
maxOcc unbounded
content complex
children ServiceDetail
attributes
Name  Type  Use  Default  Fixed  Annotation
ServiceRef  s:string  required      
documentation
Reference to this item
ServiceCode  derived by: s:string  required      
documentation
Service code - RFISC
ServiceType  derived by: s:string  required      
documentation
Service RFIC
ServiceGroup  derived by: s:string  optional      
documentation
Service group code
ServiceSubGroup  derived by: s:string  optional      
documentation
Service sub group code
source <s:element name="ServiceInfo" type="ServiceInfoType" maxOccurs="unbounded"/>

element SIG_AirShopRS/ServiceSets
diagram sigws_p139.png
properties
minOcc 0
maxOcc 1
content complex
children ServiceSet
source <s:element name="ServiceSets" minOccurs="0">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="ServiceSet" type="ServiceSetType" maxOccurs="unbounded"/>
   
</s:sequence>
 
</s:complexType>
</s:element>

element SIG_AirShopRS/ServiceSets/ServiceSet
diagram sigws_p140.png
type ServiceSetType
properties
minOcc 1
maxOcc unbounded
content complex
children Service
attributes
Name  Type  Use  Default  Fixed  Annotation
ServiceSetRef  derived by: s:string  required      
documentation
Reference to this item
source <s:element name="ServiceSet" type="ServiceSetType" maxOccurs="unbounded"/>

element SIG_AirShopRS/CurrencyConversions
diagram sigws_p141.png
properties
minOcc 0
maxOcc 1
content complex
children CurrencyConversion
source <s:element name="CurrencyConversions" minOccurs="0">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="CurrencyConversion" type="CurrencyConversionRplType" maxOccurs="unbounded"/>
   
</s:sequence>
 
</s:complexType>
</s:element>

element SIG_AirShopRS/CurrencyConversions/CurrencyConversion
diagram sigws_p142.png
type CurrencyConversionRplType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
CurrencyFrom  s:string  required      
CurrencyTo  s:string  required      
RateDate  s:date  optional      
documentation
if not present - current date
Amount  s:decimal  required      
ExchangeRate  s:double  required      
source <s:element name="CurrencyConversion" type="CurrencyConversionRplType" maxOccurs="unbounded"/>

element SIG_AirShopRS/Errors
diagram sigws_p143.png
type ErrorsType
properties
content complex
children Error
source <s:element name="Errors" type="ErrorsType"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy