element SIG_AirFareRS
diagram sigws_p53.png
type extension of ResponseBase
properties
content complex
children Result Warnings ItineraryFares 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      
source <s:element name="SIG_AirFareRS">
 
<s:complexType>
   
<s:complexContent>
     
<s:extension base="ResponseBase">
       
<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="ItineraryFares">
             
<s:complexType>
               
<s:sequence>
                 
<s:element name="Fare" minOccurs="0" maxOccurs="unbounded">
                   
<s:complexType>
                     
<s:sequence>
                       
<s:element name="MinStay" minOccurs="0">
                         
<s:complexType>
                           
<s:attributeGroup ref="TermsType"/>
                         
</s:complexType>
                       
</s:element>
                       
<s:element name="MaxStay" minOccurs="0">
                         
<s:complexType>
                           
<s:attributeGroup ref="TermsType"/>
                         
</s:complexType>
                       
</s:element>
                       
<s:element name="StartSale" minOccurs="0">
                         
<s:complexType>
                           
<s:attributeGroup ref="TermsType"/>
                         
</s:complexType>
                       
</s:element>
                       
<s:element name="StopSale" minOccurs="0">
                         
<s:complexType>
                           
<s:attributeGroup ref="TermsType"/>
                         
</s:complexType>
                       
</s:element>
                     
</s:sequence>
                     
<s:attribute name="Airline" use="required">
                       
<s:annotation>
                         
<s:documentation>Marketing Airline</s:documentation>
                       
</s:annotation>
                       
<s:simpleType>
                         
<s:restriction base="s:string">
                           
<s:length value="2"/>
                           
<s:whiteSpace value="collapse"/>
                         
</s:restriction>
                       
</s:simpleType>
                     
</s:attribute>
                     
<s:attribute name="FareBasis" type="s:string" use="required"/>
                     
<s:attribute name="ValInFareCurrOW" type="s:decimal">
                       
<s:annotation>
                         
<s:documentation>Fare value in fare currency one way</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="ValInPmtCurrOW" type="s:decimal">
                       
<s:annotation>
                         
<s:documentation>Fare value in payment currency one way</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="ValInFareCurrRT" type="s:decimal">
                       
<s:annotation>
                         
<s:documentation>Fare value in fare currency round trip</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="ValInPmtCurrRT" type="s:decimal">
                       
<s:annotation>
                         
<s:documentation>Fare value in payment currency round trip</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="ExchangeRate" type="s:double"/>
                     
<s:attribute name="RBDs" type="s:string">
                       
<s:annotation>
                         
<s:documentation>Applied RBD list</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="Stops" type="strlist">
                       
<s:annotation>
                         
<s:documentation>List of intermediate stops (airport codes)</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="FareCurrency" type="s:string">
                       
<s:annotation>
                         
<s:documentation>Fare currency</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="Days" type="s:string">
                       
<s:annotation>
                         
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="ReturnDays" type="s:string">
                       
<s:annotation>
                         
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="MinDepDate" type="s:date"/>
                     
<s:attribute name="MaxDepDate" type="s:date"/>
                     
<s:attribute name="PrivateFarePTC" type="s:string">
                       
<s:annotation>
                         
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="Discount1PTC" type="s:string">
                       
<s:annotation>
                         
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="Discount1Rate" type="s:decimal">
                       
<s:annotation>
                         
<s:documentation>Discount 1 percentage</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="Discount2PTC" type="s:string">
                       
<s:annotation>
                         
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="Discount2Rate" type="s:decimal">
                       
<s:annotation>
                         
<s:documentation>Discount 2 percentage</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="AccountCode" type="s:string">
                       
<s:annotation>
                         
<s:documentation>Account code to apply private fare</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                     
<s:attribute name="RuleKey" type="s:string">
                       
<s:annotation>
                         
<s:documentation>Fare rule key</s:documentation>
                       
</s:annotation>
                     
</s:attribute>
                   
</s:complexType>
                 
</s:element>
               
</s:sequence>
               
<s:attribute name="From" use="required">
                 
<s:annotation>
                   
<s:documentation>Origin</s:documentation>
                 
</s:annotation>
                 
<s:simpleType>
                   
<s:restriction base="s:string">
                     
<s:minLength value="2"/>
                   
</s:restriction>
                 
</s:simpleType>
               
</s:attribute>
               
<s:attribute name="To" use="required">
                 
<s:annotation>
                   
<s:documentation>Destination</s:documentation>
                 
</s:annotation>
                 
<s:simpleType>
                   
<s:restriction base="s:string">
                     
<s:minLength value="2"/>
                   
</s:restriction>
                 
</s:simpleType>
               
</s:attribute>
               
<s:attribute name="FaresFound" type="s:unsignedInt" use="required"/>
               
<s:attribute name="PaymentCurrency" use="required">
                 
<s:simpleType>
                   
<s:restriction base="s:string">
                     
<s:length value="3"/>
                   
</s:restriction>
                 
</s:simpleType>
               
</s:attribute>
             
</s:complexType>
           
</s:element>
         
</s:sequence>
         
<s:element name="Errors" type="ErrorsType"/>
       
</s:choice>
     
</s:extension>
   
</s:complexContent>
 
</s:complexType>
</s:element>

element SIG_AirFareRS/Result
diagram sigws_p54.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_AirFareRS/Warnings
diagram sigws_p55.png
type WarningsType
properties
minOcc 0
maxOcc 1
content complex
children Warning
source <s:element name="Warnings" type="WarningsType" minOccurs="0"/>

element SIG_AirFareRS/ItineraryFares
diagram sigws_p56.png
properties
content complex
children Fare
attributes
Name  Type  Use  Default  Fixed  Annotation
From  derived by: s:string  required      
documentation
Origin
To  derived by: s:string  required      
documentation
Destination
FaresFound  s:unsignedInt  required      
PaymentCurrency  derived by: s:string  required      
source <s:element name="ItineraryFares">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="Fare" minOccurs="0" maxOccurs="unbounded">
       
<s:complexType>
         
<s:sequence>
           
<s:element name="MinStay" minOccurs="0">
             
<s:complexType>
               
<s:attributeGroup ref="TermsType"/>
             
</s:complexType>
           
</s:element>
           
<s:element name="MaxStay" minOccurs="0">
             
<s:complexType>
               
<s:attributeGroup ref="TermsType"/>
             
</s:complexType>
           
</s:element>
           
<s:element name="StartSale" minOccurs="0">
             
<s:complexType>
               
<s:attributeGroup ref="TermsType"/>
             
</s:complexType>
           
</s:element>
           
<s:element name="StopSale" minOccurs="0">
             
<s:complexType>
               
<s:attributeGroup ref="TermsType"/>
             
</s:complexType>
           
</s:element>
         
</s:sequence>
         
<s:attribute name="Airline" use="required">
           
<s:annotation>
             
<s:documentation>Marketing Airline</s:documentation>
           
</s:annotation>
           
<s:simpleType>
             
<s:restriction base="s:string">
               
<s:length value="2"/>
               
<s:whiteSpace value="collapse"/>
             
</s:restriction>
           
</s:simpleType>
         
</s:attribute>
         
<s:attribute name="FareBasis" type="s:string" use="required"/>
         
<s:attribute name="ValInFareCurrOW" type="s:decimal">
           
<s:annotation>
             
<s:documentation>Fare value in fare currency one way</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="ValInPmtCurrOW" type="s:decimal">
           
<s:annotation>
             
<s:documentation>Fare value in payment currency one way</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="ValInFareCurrRT" type="s:decimal">
           
<s:annotation>
             
<s:documentation>Fare value in fare currency round trip</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="ValInPmtCurrRT" type="s:decimal">
           
<s:annotation>
             
<s:documentation>Fare value in payment currency round trip</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="ExchangeRate" type="s:double"/>
         
<s:attribute name="RBDs" type="s:string">
           
<s:annotation>
             
<s:documentation>Applied RBD list</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="Stops" type="strlist">
           
<s:annotation>
             
<s:documentation>List of intermediate stops (airport codes)</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="FareCurrency" type="s:string">
           
<s:annotation>
             
<s:documentation>Fare currency</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="Days" type="s:string">
           
<s:annotation>
             
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="ReturnDays" type="s:string">
           
<s:annotation>
             
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="MinDepDate" type="s:date"/>
         
<s:attribute name="MaxDepDate" type="s:date"/>
         
<s:attribute name="PrivateFarePTC" type="s:string">
           
<s:annotation>
             
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="Discount1PTC" type="s:string">
           
<s:annotation>
             
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="Discount1Rate" type="s:decimal">
           
<s:annotation>
             
<s:documentation>Discount 1 percentage</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="Discount2PTC" type="s:string">
           
<s:annotation>
             
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="Discount2Rate" type="s:decimal">
           
<s:annotation>
             
<s:documentation>Discount 2 percentage</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="AccountCode" type="s:string">
           
<s:annotation>
             
<s:documentation>Account code to apply private fare</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="RuleKey" type="s:string">
           
<s:annotation>
             
<s:documentation>Fare rule key</s:documentation>
           
</s:annotation>
         
</s:attribute>
       
</s:complexType>
     
</s:element>
   
</s:sequence>
   
<s:attribute name="From" use="required">
     
<s:annotation>
       
<s:documentation>Origin</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:minLength value="2"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="To" use="required">
     
<s:annotation>
       
<s:documentation>Destination</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:minLength value="2"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="FaresFound" type="s:unsignedInt" use="required"/>
   
<s:attribute name="PaymentCurrency" use="required">
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:length value="3"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute SIG_AirFareRS/ItineraryFares/@From
type restriction of s:string
properties
use required
facets
Kind Value Annotation
minLength 2
annotation
documentation
Origin
source <s:attribute name="From" use="required">
 
<s:annotation>
   
<s:documentation>Origin</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="2"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/@To
type restriction of s:string
properties
use required
facets
Kind Value Annotation
minLength 2
annotation
documentation
Destination
source <s:attribute name="To" use="required">
 
<s:annotation>
   
<s:documentation>Destination</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="2"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/@FaresFound
type s:unsignedInt
properties
use required
source <s:attribute name="FaresFound" type="s:unsignedInt" use="required"/>

attribute SIG_AirFareRS/ItineraryFares/@PaymentCurrency
type restriction of s:string
properties
use required
facets
Kind Value Annotation
length 3
source <s:attribute name="PaymentCurrency" use="required">
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:length value="3"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

element SIG_AirFareRS/ItineraryFares/Fare
diagram sigws_p57.png
properties
minOcc 0
maxOcc unbounded
content complex
children MinStay MaxStay StartSale StopSale
attributes
Name  Type  Use  Default  Fixed  Annotation
Airline  derived by: s:string  required      
documentation
Marketing Airline
FareBasis  s:string  required      
ValInFareCurrOW  s:decimal        
documentation
Fare value in fare currency one way
ValInPmtCurrOW  s:decimal        
documentation
Fare value in payment currency one way
ValInFareCurrRT  s:decimal        
documentation
Fare value in fare currency round trip
ValInPmtCurrRT  s:decimal        
documentation
Fare value in payment currency round trip
ExchangeRate  s:double        
RBDs  s:string        
documentation
Applied RBD list
Stops  strlist        
documentation
List of intermediate stops (airport codes)
FareCurrency  s:string        
documentation
Fare currency
Days  s:string        
documentation
Days of the week ( 1-Mon, 2-Tue, ...)
ReturnDays  s:string        
documentation
Days of the week ( 1-Mon, 2-Tue, ...)
MinDepDate  s:date        
MaxDepDate  s:date        
PrivateFarePTC  s:string        
documentation
Industry-standard Passenger Type Code to apply discount.
Discount1PTC  s:string        
documentation
Industry-standard Passenger Type Code to apply discount.
Discount1Rate  s:decimal        
documentation
Discount 1 percentage
Discount2PTC  s:string        
documentation
Industry-standard Passenger Type Code to apply discount.
Discount2Rate  s:decimal        
documentation
Discount 2 percentage
AccountCode  s:string        
documentation
Account code to apply private fare
RuleKey  s:string        
documentation
Fare rule key
source <s:element name="Fare" minOccurs="0" maxOccurs="unbounded">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="MinStay" minOccurs="0">
       
<s:complexType>
         
<s:attributeGroup ref="TermsType"/>
       
</s:complexType>
     
</s:element>
     
<s:element name="MaxStay" minOccurs="0">
       
<s:complexType>
         
<s:attributeGroup ref="TermsType"/>
       
</s:complexType>
     
</s:element>
     
<s:element name="StartSale" minOccurs="0">
       
<s:complexType>
         
<s:attributeGroup ref="TermsType"/>
       
</s:complexType>
     
</s:element>
     
<s:element name="StopSale" minOccurs="0">
       
<s:complexType>
         
<s:attributeGroup ref="TermsType"/>
       
</s:complexType>
     
</s:element>
   
</s:sequence>
   
<s:attribute name="Airline" use="required">
     
<s:annotation>
       
<s:documentation>Marketing Airline</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:length value="2"/>
         
<s:whiteSpace value="collapse"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="FareBasis" type="s:string" use="required"/>
   
<s:attribute name="ValInFareCurrOW" type="s:decimal">
     
<s:annotation>
       
<s:documentation>Fare value in fare currency one way</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="ValInPmtCurrOW" type="s:decimal">
     
<s:annotation>
       
<s:documentation>Fare value in payment currency one way</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="ValInFareCurrRT" type="s:decimal">
     
<s:annotation>
       
<s:documentation>Fare value in fare currency round trip</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="ValInPmtCurrRT" type="s:decimal">
     
<s:annotation>
       
<s:documentation>Fare value in payment currency round trip</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="ExchangeRate" type="s:double"/>
   
<s:attribute name="RBDs" type="s:string">
     
<s:annotation>
       
<s:documentation>Applied RBD list</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Stops" type="strlist">
     
<s:annotation>
       
<s:documentation>List of intermediate stops (airport codes)</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="FareCurrency" type="s:string">
     
<s:annotation>
       
<s:documentation>Fare currency</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Days" type="s:string">
     
<s:annotation>
       
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="ReturnDays" type="s:string">
     
<s:annotation>
       
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="MinDepDate" type="s:date"/>
   
<s:attribute name="MaxDepDate" type="s:date"/>
   
<s:attribute name="PrivateFarePTC" type="s:string">
     
<s:annotation>
       
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Discount1PTC" type="s:string">
     
<s:annotation>
       
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Discount1Rate" type="s:decimal">
     
<s:annotation>
       
<s:documentation>Discount 1 percentage</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Discount2PTC" type="s:string">
     
<s:annotation>
       
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Discount2Rate" type="s:decimal">
     
<s:annotation>
       
<s:documentation>Discount 2 percentage</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="AccountCode" type="s:string">
     
<s:annotation>
       
<s:documentation>Account code to apply private fare</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="RuleKey" type="s:string">
     
<s:annotation>
       
<s:documentation>Fare rule key</s:documentation>
     
</s:annotation>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute SIG_AirFareRS/ItineraryFares/Fare/@Airline
type restriction of s:string
properties
use required
facets
Kind Value Annotation
length 2
whiteSpace collapse
annotation
documentation
Marketing Airline
source <s:attribute name="Airline" use="required">
 
<s:annotation>
   
<s:documentation>Marketing Airline</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:length value="2"/>
     
<s:whiteSpace value="collapse"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@FareBasis
type s:string
properties
use required
source <s:attribute name="FareBasis" type="s:string" use="required"/>

attribute SIG_AirFareRS/ItineraryFares/Fare/@ValInFareCurrOW
type s:decimal
annotation
documentation
Fare value in fare currency one way
source <s:attribute name="ValInFareCurrOW" type="s:decimal">
 
<s:annotation>
   
<s:documentation>Fare value in fare currency one way</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@ValInPmtCurrOW
type s:decimal
annotation
documentation
Fare value in payment currency one way
source <s:attribute name="ValInPmtCurrOW" type="s:decimal">
 
<s:annotation>
   
<s:documentation>Fare value in payment currency one way</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@ValInFareCurrRT
type s:decimal
annotation
documentation
Fare value in fare currency round trip
source <s:attribute name="ValInFareCurrRT" type="s:decimal">
 
<s:annotation>
   
<s:documentation>Fare value in fare currency round trip</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@ValInPmtCurrRT
type s:decimal
annotation
documentation
Fare value in payment currency round trip
source <s:attribute name="ValInPmtCurrRT" type="s:decimal">
 
<s:annotation>
   
<s:documentation>Fare value in payment currency round trip</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@ExchangeRate
type s:double
source <s:attribute name="ExchangeRate" type="s:double"/>

attribute SIG_AirFareRS/ItineraryFares/Fare/@RBDs
type s:string
annotation
documentation
Applied RBD list
source <s:attribute name="RBDs" type="s:string">
 
<s:annotation>
   
<s:documentation>Applied RBD list</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@Stops
type strlist
annotation
documentation
List of intermediate stops (airport codes)
source <s:attribute name="Stops" type="strlist">
 
<s:annotation>
   
<s:documentation>List of intermediate stops (airport codes)</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@FareCurrency
type s:string
annotation
documentation
Fare currency
source <s:attribute name="FareCurrency" type="s:string">
 
<s:annotation>
   
<s:documentation>Fare currency</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@Days
type s:string
annotation
documentation
Days of the week ( 1-Mon, 2-Tue, ...)
source <s:attribute name="Days" type="s:string">
 
<s:annotation>
   
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@ReturnDays
type s:string
annotation
documentation
Days of the week ( 1-Mon, 2-Tue, ...)
source <s:attribute name="ReturnDays" type="s:string">
 
<s:annotation>
   
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@MinDepDate
type s:date
source <s:attribute name="MinDepDate" type="s:date"/>

attribute SIG_AirFareRS/ItineraryFares/Fare/@MaxDepDate
type s:date
source <s:attribute name="MaxDepDate" type="s:date"/>

attribute SIG_AirFareRS/ItineraryFares/Fare/@PrivateFarePTC
type s:string
annotation
documentation
Industry-standard Passenger Type Code to apply discount.
source <s:attribute name="PrivateFarePTC" type="s:string">
 
<s:annotation>
   
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@Discount1PTC
type s:string
annotation
documentation
Industry-standard Passenger Type Code to apply discount.
source <s:attribute name="Discount1PTC" type="s:string">
 
<s:annotation>
   
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@Discount1Rate
type s:decimal
annotation
documentation
Discount 1 percentage
source <s:attribute name="Discount1Rate" type="s:decimal">
 
<s:annotation>
   
<s:documentation>Discount 1 percentage</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@Discount2PTC
type s:string
annotation
documentation
Industry-standard Passenger Type Code to apply discount.
source <s:attribute name="Discount2PTC" type="s:string">
 
<s:annotation>
   
<s:documentation>Industry-standard Passenger Type Code to apply discount.</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@Discount2Rate
type s:decimal
annotation
documentation
Discount 2 percentage
source <s:attribute name="Discount2Rate" type="s:decimal">
 
<s:annotation>
   
<s:documentation>Discount 2 percentage</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@AccountCode
type s:string
annotation
documentation
Account code to apply private fare
source <s:attribute name="AccountCode" type="s:string">
 
<s:annotation>
   
<s:documentation>Account code to apply private fare</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirFareRS/ItineraryFares/Fare/@RuleKey
type s:string
annotation
documentation
Fare rule key
source <s:attribute name="RuleKey" type="s:string">
 
<s:annotation>
   
<s:documentation>Fare rule key</s:documentation>
 
</s:annotation>
</s:attribute>

element SIG_AirFareRS/ItineraryFares/Fare/MinStay
diagram sigws_p58.png
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Unit  TermUnitType  required      
Value  s:nonNegativeInteger  optional      
source <s:element name="MinStay" minOccurs="0">
 
<s:complexType>
   
<s:attributeGroup ref="TermsType"/>
 
</s:complexType>
</s:element>

element SIG_AirFareRS/ItineraryFares/Fare/MaxStay
diagram sigws_p59.png
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Unit  TermUnitType  required      
Value  s:nonNegativeInteger  optional      
source <s:element name="MaxStay" minOccurs="0">
 
<s:complexType>
   
<s:attributeGroup ref="TermsType"/>
 
</s:complexType>
</s:element>

element SIG_AirFareRS/ItineraryFares/Fare/StartSale
diagram sigws_p60.png
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Unit  TermUnitType  required      
Value  s:nonNegativeInteger  optional      
source <s:element name="StartSale" minOccurs="0">
 
<s:complexType>
   
<s:attributeGroup ref="TermsType"/>
 
</s:complexType>
</s:element>

element SIG_AirFareRS/ItineraryFares/Fare/StopSale
diagram sigws_p61.png
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Unit  TermUnitType  required      
Value  s:nonNegativeInteger  optional      
source <s:element name="StopSale" minOccurs="0">
 
<s:complexType>
   
<s:attributeGroup ref="TermsType"/>
 
</s:complexType>
</s:element>

element SIG_AirFareRS/Errors
diagram sigws_p62.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