element SIG_AirFareRQ
diagram sigws_p49.png
type extension of RequestBase
properties
content complex
children Itinerary FareFilters
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.
source <s:element name="SIG_AirFareRQ">
 
<s:complexType>
   
<s:complexContent>
     
<s:extension base="RequestBase">
       
<s:sequence>
         
<s:element name="Itinerary" type="OriginDestinationBase"/>
         
<s:element name="FareFilters" minOccurs="0">
           
<s:complexType>
             
<s:sequence>
               
<s:element name="FOP" type="FOPType" minOccurs="0" maxOccurs="10"/>
             
</s:sequence>
             
<s:attribute name="Currency">
               
<s:simpleType>
                 
<s:restriction base="s:string">
                   
<s:length value="3"/>
                 
</s:restriction>
               
</s:simpleType>
             
</s:attribute>
             
<s:attribute name="Cabin" type="CabinType"/>
             
<s:attribute name="PTC">
               
<s:annotation>
                 
<s:documentation>Industry-standard Passenger Type Code or PTC list </s:documentation>
               
</s:annotation>
               
<s:simpleType>
                 
<s:restriction base="strlist">
                   
<s:maxLength value="32"/>
                 
</s:restriction>
               
</s:simpleType>
             
</s:attribute>
             
<s:attribute name="AccountCode" type="s:string"/>
             
<s:attribute name="DesiredAirline">
               
<s:simpleType>
                 
<s:restriction base="s:string">
                   
<s:length value="2"/>
                 
</s:restriction>
               
</s:simpleType>
             
</s:attribute>
             
<s:attribute name="FareType" type="AvailFareType">
               
<s:annotation>
                 
<s:documentation>OW - one way only
RT - only round trips
DOW - double one way and round trips
default - one way and round trips
</s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attribute name="DirectFlights" type="s:boolean">
               
<s:annotation>
                 
<s:documentation>True - direct flights only
false - connected flights only
default - both direct and connected flights
</s:documentation>
               
</s:annotation>
             
</s:attribute>
           
</s:complexType>
         
</s:element>
       
</s:sequence>
     
</s:extension>
   
</s:complexContent>
 
</s:complexType>
</s:element>

element SIG_AirFareRQ/Itinerary
diagram sigws_p50.png
type OriginDestinationBase
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
From  derived by: s:string  required      
documentation
Origin
To  derived by: s:string  required      
documentation
Destination
MinDepDate  s:date        
MaxDepDate  s:date        
source <s:element name="Itinerary" type="OriginDestinationBase"/>

element SIG_AirFareRQ/FareFilters
diagram sigws_p51.png
properties
minOcc 0
maxOcc 1
content complex
children FOP
attributes
Name  Type  Use  Default  Fixed  Annotation
Currency  derived by: s:string        
Cabin  CabinType        
PTC  derived by: strlist        
documentation
Industry-standard Passenger Type Code or PTC list
AccountCode  s:string        
DesiredAirline  derived by: s:string        
FareType  AvailFareType        
documentation
OW - one way only
RT - only round trips
DOW - double one way and round trips
default - one way and round trips
DirectFlights  s:boolean        
documentation
True - direct flights only
false - connected flights only
default - both direct and connected flights
source <s:element name="FareFilters" minOccurs="0">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="FOP" type="FOPType" minOccurs="0" maxOccurs="10"/>
   
</s:sequence>
   
<s:attribute name="Currency">
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:length value="3"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="Cabin" type="CabinType"/>
   
<s:attribute name="PTC">
     
<s:annotation>
       
<s:documentation>Industry-standard Passenger Type Code or PTC list </s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="strlist">
         
<s:maxLength value="32"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="AccountCode" type="s:string"/>
   
<s:attribute name="DesiredAirline">
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:length value="2"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="FareType" type="AvailFareType">
     
<s:annotation>
       
<s:documentation>OW - one way only
RT - only round trips
DOW - double one way and round trips
default - one way and round trips
</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="DirectFlights" type="s:boolean">
     
<s:annotation>
       
<s:documentation>True - direct flights only
false - connected flights only
default - both direct and connected flights
</s:documentation>
     
</s:annotation>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute SIG_AirFareRQ/FareFilters/@Currency
type restriction of s:string
facets
Kind Value Annotation
length 3
source <s:attribute name="Currency">
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:length value="3"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute SIG_AirFareRQ/FareFilters/@Cabin
type CabinType
facets
Kind Value Annotation
enumeration First
enumeration Business
enumeration Economy
enumeration Comfort
source <s:attribute name="Cabin" type="CabinType"/>

attribute SIG_AirFareRQ/FareFilters/@PTC
type restriction of strlist
facets
Kind Value Annotation
maxLength 32
annotation
documentation
Industry-standard Passenger Type Code or PTC list
source <s:attribute name="PTC">
 
<s:annotation>
   
<s:documentation>Industry-standard Passenger Type Code or PTC list </s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="strlist">
     
<s:maxLength value="32"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute SIG_AirFareRQ/FareFilters/@AccountCode
type s:string
source <s:attribute name="AccountCode" type="s:string"/>

attribute SIG_AirFareRQ/FareFilters/@DesiredAirline
type restriction of s:string
facets
Kind Value Annotation
length 2
source <s:attribute name="DesiredAirline">
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:length value="2"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute SIG_AirFareRQ/FareFilters/@FareType
type AvailFareType
facets
Kind Value Annotation
enumeration OW
enumeration RT
enumeration DOW
annotation
documentation
OW - one way only
RT - only round trips
DOW - double one way and round trips
default - one way and round trips
source <s:attribute name="FareType" type="AvailFareType">
 
<s:annotation>
   
<s:documentation>OW - one way only
RT - only round trips
DOW - double one way and round trips
default - one way and round trips
</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRQ/FareFilters/@DirectFlights
type s:boolean
annotation
documentation
True - direct flights only
false - connected flights only
default - both direct and connected flights
source <s:attribute name="DirectFlights" type="s:boolean">
 
<s:annotation>
   
<s:documentation>True - direct flights only
false - connected flights only
default - both direct and connected flights
</s:documentation>
 
</s:annotation>
</s:attribute>

element SIG_AirFareRQ/FareFilters/FOP
diagram sigws_p52.png
type FOPType
properties
minOcc 0
maxOcc 10
content simple
facets
Kind Value Annotation
enumeration Agent account
enumeration Bonus account
enumeration Cash
enumeration Credit
enumeration Credit card
enumeration Earned miles
enumeration Earned miles UT
enumeration EMoney
enumeration Internet card
enumeration Invoice
enumeration Miles and cash
enumeration Miles upgrade
enumeration Payment card
enumeration Payment system
enumeration Personal account
enumeration Prepaid
enumeration Voucher or certificate
source <s:element name="FOP" type="FOPType" minOccurs="0" maxOccurs="10"/>


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