element SIG_AirAvailRQ
diagram sigws_p1.png
type extension of RequestBase
properties
content complex
children Itinerary PaxTypes FlightPref FarePref SearchOptions SelectedAvailOptions
used by
complexType SIG_RequestType
attributes
Name  Type  Use  Default  Fixed  Annotation
CustomerID  s:string  required      
documentation
CustomerID - assigned by SIG Support customer identification
SessionID  s:string  optional      
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
DebugMode  s:boolean        
documentation
DebugMode and DebugOpt should not be used by user applications.
DebugOpt  s:string  optional      
documentation
DebugMode and DebugOpt should not be used by user applications.
annotation
documentation
Flight Availability Request. Returns SIG_AirAvailRS
source <s:element name="SIG_AirAvailRQ">
 
<s:annotation>
   
<s:documentation>Flight Availability Request. Returns SIG_AirAvailRS</s:documentation>
 
</s:annotation>
 
<s:complexType>
   
<s:complexContent>
     
<s:extension base="RequestBase">
       
<s:choice>
         
<s:sequence>
           
<s:element name="Itinerary" type="ShopItineraryType">
             
<s:unique name="testUniqueAvlODRef">
               
<s:selector xpath="OriginDestination"/>
               
<s:field xpath="ODRef"/>
             
</s:unique>
           
</s:element>
           
<s:element name="PaxTypes" type="ShopPaxType"/>
           
<s:element name="FlightPref" type="FlightPrefType" minOccurs="0"/>
           
<s:element name="FarePref" type="FarePrefType" minOccurs="0"/>
           
<s:element name="SearchOptions" minOccurs="0">
             
<s:complexType>
               
<s:attribute name="ForwardDates" type="s:unsignedByte" default="0">
                 
<s:annotation>
                   
<s:documentation>Number of days to search forward specified dates: 0,1,2 ...</s:documentation>
                 
</s:annotation>
               
</s:attribute>
               
<s:attribute name="Mode" default="Fares">
                 
<s:annotation>
                   
<s:documentation>Search mode: Flights - only flight, Fares - flights with fares</s:documentation>
                 
</s:annotation>
                 
<s:simpleType>
                   
<s:restriction base="s:string">
                     
<s:enumeration value="Flights"/>
                     
<s:enumeration value="Fares"/>
                   
</s:restriction>
                 
</s:simpleType>
               
</s:attribute>
             
</s:complexType>
           
</s:element>
         
</s:sequence>
         
<s:element name="SelectedAvailOptions">
           
<s:complexType>
             
<s:sequence>
               
<s:element name="SelectedAvailOption" maxOccurs="16">
                 
<s:complexType>
                   
<s:attribute name="ItineraryRef" type="s:string" use="required"/>
                   
<s:attribute name="FareRef" type="s:nonNegativeInteger"/>
                 
</s:complexType>
               
</s:element>
             
</s:sequence>
           
</s:complexType>
         
</s:element>
       
</s:choice>
     
</s:extension>
   
</s:complexContent>
 
</s:complexType>
</s:element>

element SIG_AirAvailRQ/Itinerary
diagram sigws_p2.png
type ShopItineraryType
properties
content complex
children OriginDestination
identity constraints
  Name  Refer  Selector  Field(s)  Annotation
unique  testUniqueAvlODRef    OriginDestination  ODRef  
source <s:element name="Itinerary" type="ShopItineraryType">
 
<s:unique name="testUniqueAvlODRef">
   
<s:selector xpath="OriginDestination"/>
   
<s:field xpath="ODRef"/>
 
</s:unique>
</s:element>

element SIG_AirAvailRQ/PaxTypes
diagram sigws_p3.png
type ShopPaxType
properties
content complex
children PaxType
source <s:element name="PaxTypes" type="ShopPaxType"/>

element SIG_AirAvailRQ/FlightPref
diagram sigws_p4.png
type FlightPrefType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
DesiredAirlines  strlist        
documentation
List of desired airlines and/or flight, for example:
SU S7 HY614
IgnoredAirlines  strlist        
documentation
List of ignored airlines
Cabin  CabinType        
documentation
Required cabin:
  First, Business, Economy, Comfort
RBD  derived by: s:string        
documentation
Desired RBD (Class)
ConnectionPref  derived by: s:string        
documentation
Direct - direct flights only
byFareBrands  derived by: s:string        
documentation
Fare brand filter
FareBrand  s:string        
documentation
Fare brand to use in fare search. If set - attribute byFareBrands will be ignored.
FlightNumber  s:string        
documentation
Flight number
source <s:element name="FlightPref" type="FlightPrefType" minOccurs="0"/>

element SIG_AirAvailRQ/FarePref
diagram sigws_p5.png
type FarePrefType
properties
minOcc 0
maxOcc 1
content complex
children FormOfPayment Discount ExcludeTaxes
attributes
Name  Type  Use  Default  Fixed  Annotation
FareBasis  s:string        
documentation
Desired fare basis
AccountCode  s:string        
PromoCode  s:string        
FOP  FOPList        
documentation
List of desired FOP codes.
Deprecated - please use subelement(s) FormOfPayment below.
ReturnCondition  derived by: s:string        
documentation
Return fares with chosen refund condition only
Award  s:boolean        
documentation
If true - look for only fares available to buy for frequent flyer miles
Empty means "false"       
StandBy  s:boolean        
documentation
If true - look StandBy fares. Empty means "false"       
MonoBrand  s:boolean        
documentation
If true - look Monobrand fares. In this case flight numbers should be set for whole itinerary. Empty means "false"
Used only for SIG_AirShopRQ, for all other requests will be ignored
PrivateOnly  s:boolean        
documentation
If true - look for private fares only. Empty means "false"
Used only for SIG_AirShopRQ and SIG_AirReShopRQ, for all other requests will be ignored
source <s:element name="FarePref" type="FarePrefType" minOccurs="0"/>

element SIG_AirAvailRQ/SearchOptions
diagram sigws_p6.png
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
ForwardDates  s:unsignedByte    0    
documentation
Number of days to search forward specified dates: 0,1,2 ...
Mode  derived by: s:string    Fares    
documentation
Search mode: Flights - only flight, Fares - flights with fares
source <s:element name="SearchOptions" minOccurs="0">
 
<s:complexType>
   
<s:attribute name="ForwardDates" type="s:unsignedByte" default="0">
     
<s:annotation>
       
<s:documentation>Number of days to search forward specified dates: 0,1,2 ...</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Mode" default="Fares">
     
<s:annotation>
       
<s:documentation>Search mode: Flights - only flight, Fares - flights with fares</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:enumeration value="Flights"/>
         
<s:enumeration value="Fares"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute SIG_AirAvailRQ/SearchOptions/@ForwardDates
type s:unsignedByte
properties
default 0
annotation
documentation
Number of days to search forward specified dates: 0,1,2 ...
source <s:attribute name="ForwardDates" type="s:unsignedByte" default="0">
 
<s:annotation>
   
<s:documentation>Number of days to search forward specified dates: 0,1,2 ...</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirAvailRQ/SearchOptions/@Mode
type restriction of s:string
properties
default Fares
facets
Kind Value Annotation
enumeration Flights
enumeration Fares
annotation
documentation
Search mode: Flights - only flight, Fares - flights with fares
source <s:attribute name="Mode" default="Fares">
 
<s:annotation>
   
<s:documentation>Search mode: Flights - only flight, Fares - flights with fares</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="Flights"/>
     
<s:enumeration value="Fares"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

element SIG_AirAvailRQ/SelectedAvailOptions
diagram sigws_p7.png
properties
content complex
children SelectedAvailOption
source <s:element name="SelectedAvailOptions">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="SelectedAvailOption" maxOccurs="16">
       
<s:complexType>
         
<s:attribute name="ItineraryRef" type="s:string" use="required"/>
         
<s:attribute name="FareRef" type="s:nonNegativeInteger"/>
       
</s:complexType>
     
</s:element>
   
</s:sequence>
 
</s:complexType>
</s:element>

element SIG_AirAvailRQ/SelectedAvailOptions/SelectedAvailOption
diagram sigws_p8.png
properties
minOcc 1
maxOcc 16
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
ItineraryRef  s:string  required      
FareRef  s:nonNegativeInteger        
source <s:element name="SelectedAvailOption" maxOccurs="16">
 
<s:complexType>
   
<s:attribute name="ItineraryRef" type="s:string" use="required"/>
   
<s:attribute name="FareRef" type="s:nonNegativeInteger"/>
 
</s:complexType>
</s:element>

attribute SIG_AirAvailRQ/SelectedAvailOptions/SelectedAvailOption/@ItineraryRef
type s:string
properties
use required
source <s:attribute name="ItineraryRef" type="s:string" use="required"/>

attribute SIG_AirAvailRQ/SelectedAvailOptions/SelectedAvailOption/@FareRef
type s:nonNegativeInteger
source <s:attribute name="FareRef" type="s:nonNegativeInteger"/>


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