element SIG_AirTicketRQ
diagram sigws_p157.png
type extension of RequestBase
properties
content complex
children TicketInfo IssueEMD
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
Ticket and refund data request
source <s:element name="SIG_AirTicketRQ">
 
<s:annotation>
   
<s:documentation>Ticket and refund data request</s:documentation>
 
</s:annotation>
 
<s:complexType>
   
<s:complexContent>
     
<s:extension base="RequestBase">
       
<s:choice>
         
<s:element name="TicketInfo">
           
<s:annotation>
             
<s:documentation>Ticket and EMD individual oprrations:
* Display
* Void
* Refund qoute
* Refund
</s:documentation>
           
</s:annotation>
           
<s:complexType>
             
<s:sequence>
               
<s:element name="Ticket" type="TicketActionInfo" maxOccurs="unbounded"/>
             
</s:sequence>
           
</s:complexType>
         
</s:element>
         
<s:element name="IssueEMD">
           
<s:annotation>
             
<s:documentation>Issue EMD without PNR. Now implemented for CRS 1M only.</s:documentation>
           
</s:annotation>
           
<s:complexType>
             
<s:sequence>
               
<s:element name="Coupons">
                 
<s:complexType>
                   
<s:sequence>
                     
<s:element name="Coupon" maxOccurs="4">
                       
<s:complexType>
                         
<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="ServiceCode" type="s:string" use="required">
                           
<s:annotation>
                             
<s:documentation>Service code</s:documentation>
                           
</s:annotation>
                         
</s:attribute>
                         
<s:attribute name="ServiceName" type="s:string" use="required">
                           
<s:annotation>
                             
<s:documentation>Service name</s:documentation>
                           
</s:annotation>
                         
</s:attribute>
                         
<s:attribute name="Currency" type="s:string" use="required">
                           
<s:annotation>
                             
<s:documentation>Currency</s:documentation>
                           
</s:annotation>
                         
</s:attribute>
                         
<s:attribute name="CouponPrice" use="required">
                           
<s:annotation>
                             
<s:documentation>Price</s:documentation>
                           
</s:annotation>
                           
<s:simpleType>
                             
<s:restriction base="s:decimal">
                               
<s:minInclusive value="0"/>
                             
</s:restriction>
                           
</s:simpleType>
                         
</s:attribute>
                         
<s:attribute name="PerUnitPrice" use="required">
                           
<s:annotation>
                             
<s:documentation>Per unit price in Currency</s:documentation>
                           
</s:annotation>
                           
<s:simpleType>
                             
<s:restriction base="s:decimal">
                               
<s:minInclusive value="0"/>
                             
</s:restriction>
                           
</s:simpleType>
                         
</s:attribute>
                         
<s:attribute name="UnitCount" use="required">
                           
<s:annotation>
                             
<s:documentation>Service unit count</s:documentation>
                           
</s:annotation>
                           
<s:simpleType>
                             
<s:restriction base="s:short">
                               
<s:minInclusive value="1"/>
                             
</s:restriction>
                           
</s:simpleType>
                         
</s:attribute>
                         
<s:attribute name="UnitType" use="required">
                           
<s:annotation>
                             
<s:documentation>Service unit type:
KG - kilograms
LB - pounds
PC - peaces
ST - seat reserved for luggage
</s:documentation>
                           
</s:annotation>
                           
<s:simpleType>
                             
<s:restriction base="s:string">
                               
<s:enumeration value="KG"/>
                               
<s:enumeration value="LB"/>
                               
<s:enumeration value="PC"/>
                               
<s:enumeration value="ST"/>
                             
</s:restriction>
                           
</s:simpleType>
                         
</s:attribute>
                       
</s:complexType>
                     
</s:element>
                   
</s:sequence>
                 
</s:complexType>
               
</s:element>
               
<s:element name="Passenger" type="PassengerNameType"/>
               
<s:element name="Payments" type="PaymentsType"/>
               
<s:element name="Price" type="PriceType"/>
             
</s:sequence>
             
<s:attribute name="GDS" type="CRSType" use="required">
               
<s:annotation>
                 
<s:documentation>Target GDS code</s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attribute name="ValidatingAirline" type="s:string" use="optional">
               
<s:annotation>
                 
<s:documentation>Validating carrier</s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attribute name="Interface" type="s:string">
               
<s:annotation>
                 
<s:documentation>GDS Interface name</s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attribute name="Office">
               
<s:annotation>
                 
<s:documentation>Target office to issue EMD</s:documentation>
               
</s:annotation>
               
<s:simpleType>
                 
<s:restriction base="s:string">
                   
<s:minLength value="3"/>
                 
</s:restriction>
               
</s:simpleType>
             
</s:attribute>
           
</s:complexType>
         
</s:element>
       
</s:choice>
     
</s:extension>
   
</s:complexContent>
 
</s:complexType>
</s:element>

element SIG_AirTicketRQ/TicketInfo
diagram sigws_p158.png
properties
content complex
children Ticket
annotation
documentation
Ticket and EMD individual oprrations:
* Display
* Void
* Refund qoute
* Refund
source <s:element name="TicketInfo">
 
<s:annotation>
   
<s:documentation>Ticket and EMD individual oprrations:
* Display
* Void
* Refund qoute
* Refund
</s:documentation>
 
</s:annotation>
 
<s:complexType>
   
<s:sequence>
     
<s:element name="Ticket" type="TicketActionInfo" maxOccurs="unbounded"/>
   
</s:sequence>
 
</s:complexType>
</s:element>

element SIG_AirTicketRQ/TicketInfo/Ticket
diagram sigws_p159.png
type TicketActionInfo
properties
minOcc 1
maxOcc unbounded
content complex
children RefundData
attributes
Name  Type  Use  Default  Fixed  Annotation
Action  TicketActionType  required      
documentation
Action:
Display - show ticket information
QuoteRefund - show ticket and refund information
Refund - refund ticket
Void - void ticket
TicketNumber  s:string        
EMDNumber  s:string        
BookingReference  s:string        
documentation
Mandatory for Display, QuoteRefund and Refund requests. For void ticket query record locator is optional.
CRS  CRSType        
documentation
For void ticket query is mandatory, if BookingReference is not set.
Office  derived by: s:string        
documentation
For void ticket query is mandatory, if BookingReference is not set.
LeadPassenger  s:string        
FreeText  s:string        
documentation
Free text system dependant parameter - for SITA it is an alternative validator
source <s:element name="Ticket" type="TicketActionInfo" maxOccurs="unbounded"/>

element SIG_AirTicketRQ/IssueEMD
diagram sigws_p160.png
properties
content complex
children Coupons Passenger Payments Price
attributes
Name  Type  Use  Default  Fixed  Annotation
GDS  CRSType  required      
documentation
Target GDS code
ValidatingAirline  s:string  optional      
documentation
Validating carrier
Interface  s:string        
documentation
GDS Interface name
Office  derived by: s:string        
documentation
Target office to issue EMD
annotation
documentation
Issue EMD without PNR. Now implemented for CRS 1M only.
source <s:element name="IssueEMD">
 
<s:annotation>
   
<s:documentation>Issue EMD without PNR. Now implemented for CRS 1M only.</s:documentation>
 
</s:annotation>
 
<s:complexType>
   
<s:sequence>
     
<s:element name="Coupons">
       
<s:complexType>
         
<s:sequence>
           
<s:element name="Coupon" maxOccurs="4">
             
<s:complexType>
               
<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="ServiceCode" type="s:string" use="required">
                 
<s:annotation>
                   
<s:documentation>Service code</s:documentation>
                 
</s:annotation>
               
</s:attribute>
               
<s:attribute name="ServiceName" type="s:string" use="required">
                 
<s:annotation>
                   
<s:documentation>Service name</s:documentation>
                 
</s:annotation>
               
</s:attribute>
               
<s:attribute name="Currency" type="s:string" use="required">
                 
<s:annotation>
                   
<s:documentation>Currency</s:documentation>
                 
</s:annotation>
               
</s:attribute>
               
<s:attribute name="CouponPrice" use="required">
                 
<s:annotation>
                   
<s:documentation>Price</s:documentation>
                 
</s:annotation>
                 
<s:simpleType>
                   
<s:restriction base="s:decimal">
                     
<s:minInclusive value="0"/>
                   
</s:restriction>
                 
</s:simpleType>
               
</s:attribute>
               
<s:attribute name="PerUnitPrice" use="required">
                 
<s:annotation>
                   
<s:documentation>Per unit price in Currency</s:documentation>
                 
</s:annotation>
                 
<s:simpleType>
                   
<s:restriction base="s:decimal">
                     
<s:minInclusive value="0"/>
                   
</s:restriction>
                 
</s:simpleType>
               
</s:attribute>
               
<s:attribute name="UnitCount" use="required">
                 
<s:annotation>
                   
<s:documentation>Service unit count</s:documentation>
                 
</s:annotation>
                 
<s:simpleType>
                   
<s:restriction base="s:short">
                     
<s:minInclusive value="1"/>
                   
</s:restriction>
                 
</s:simpleType>
               
</s:attribute>
               
<s:attribute name="UnitType" use="required">
                 
<s:annotation>
                   
<s:documentation>Service unit type:
KG - kilograms
LB - pounds
PC - peaces
ST - seat reserved for luggage
</s:documentation>
                 
</s:annotation>
                 
<s:simpleType>
                   
<s:restriction base="s:string">
                     
<s:enumeration value="KG"/>
                     
<s:enumeration value="LB"/>
                     
<s:enumeration value="PC"/>
                     
<s:enumeration value="ST"/>
                   
</s:restriction>
                 
</s:simpleType>
               
</s:attribute>
             
</s:complexType>
           
</s:element>
         
</s:sequence>
       
</s:complexType>
     
</s:element>
     
<s:element name="Passenger" type="PassengerNameType"/>
     
<s:element name="Payments" type="PaymentsType"/>
     
<s:element name="Price" type="PriceType"/>
   
</s:sequence>
   
<s:attribute name="GDS" type="CRSType" use="required">
     
<s:annotation>
       
<s:documentation>Target GDS code</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="ValidatingAirline" type="s:string" use="optional">
     
<s:annotation>
       
<s:documentation>Validating carrier</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Interface" type="s:string">
     
<s:annotation>
       
<s:documentation>GDS Interface name</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Office">
     
<s:annotation>
       
<s:documentation>Target office to issue EMD</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:minLength value="3"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute SIG_AirTicketRQ/IssueEMD/@GDS
type CRSType
properties
use required
facets
Kind Value Annotation
enumeration 1A
documentation
Amadeus
enumeration 1G
documentation
Galileo
enumeration 1H
documentation
Sirena2000
enumeration 1M
documentation
TAIS CRS
enumeration 1N
enumeration 1S
documentation
Sabre
enumeration S7
documentation
SITA S7
enumeration DP
documentation
Navitaire for DP
enumeration 
documentation
Charter gate
enumeration 
documentation
Aviacenter charter gate
enumeration R3
documentation
SITA R3
enumeration A4
documentation
TAIS CRS for A4
enumeration XS
documentation
SITA CRS
enumeration NDC
documentation
NDC based CRS
enumeration MV
documentation
GRS-MixVel
enumeration LY
documentation
Lydia
annotation
documentation
Target GDS code
source <s:attribute name="GDS" type="CRSType" use="required">
 
<s:annotation>
   
<s:documentation>Target GDS code</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirTicketRQ/IssueEMD/@ValidatingAirline
type s:string
properties
use optional
annotation
documentation
Validating carrier
source <s:attribute name="ValidatingAirline" type="s:string" use="optional">
 
<s:annotation>
   
<s:documentation>Validating carrier</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirTicketRQ/IssueEMD/@Interface
type s:string
annotation
documentation
GDS Interface name
source <s:attribute name="Interface" type="s:string">
 
<s:annotation>
   
<s:documentation>GDS Interface name</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirTicketRQ/IssueEMD/@Office
type restriction of s:string
facets
Kind Value Annotation
minLength 3
annotation
documentation
Target office to issue EMD
source <s:attribute name="Office">
 
<s:annotation>
   
<s:documentation>Target office to issue EMD</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="3"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

element SIG_AirTicketRQ/IssueEMD/Coupons
diagram sigws_p161.png
properties
content complex
children Coupon
source <s:element name="Coupons">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="Coupon" maxOccurs="4">
       
<s:complexType>
         
<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="ServiceCode" type="s:string" use="required">
           
<s:annotation>
             
<s:documentation>Service code</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="ServiceName" type="s:string" use="required">
           
<s:annotation>
             
<s:documentation>Service name</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="Currency" type="s:string" use="required">
           
<s:annotation>
             
<s:documentation>Currency</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="CouponPrice" use="required">
           
<s:annotation>
             
<s:documentation>Price</s:documentation>
           
</s:annotation>
           
<s:simpleType>
             
<s:restriction base="s:decimal">
               
<s:minInclusive value="0"/>
             
</s:restriction>
           
</s:simpleType>
         
</s:attribute>
         
<s:attribute name="PerUnitPrice" use="required">
           
<s:annotation>
             
<s:documentation>Per unit price in Currency</s:documentation>
           
</s:annotation>
           
<s:simpleType>
             
<s:restriction base="s:decimal">
               
<s:minInclusive value="0"/>
             
</s:restriction>
           
</s:simpleType>
         
</s:attribute>
         
<s:attribute name="UnitCount" use="required">
           
<s:annotation>
             
<s:documentation>Service unit count</s:documentation>
           
</s:annotation>
           
<s:simpleType>
             
<s:restriction base="s:short">
               
<s:minInclusive value="1"/>
             
</s:restriction>
           
</s:simpleType>
         
</s:attribute>
         
<s:attribute name="UnitType" use="required">
           
<s:annotation>
             
<s:documentation>Service unit type:
KG - kilograms
LB - pounds
PC - peaces
ST - seat reserved for luggage
</s:documentation>
           
</s:annotation>
           
<s:simpleType>
             
<s:restriction base="s:string">
               
<s:enumeration value="KG"/>
               
<s:enumeration value="LB"/>
               
<s:enumeration value="PC"/>
               
<s:enumeration value="ST"/>
             
</s:restriction>
           
</s:simpleType>
         
</s:attribute>
       
</s:complexType>
     
</s:element>
   
</s:sequence>
 
</s:complexType>
</s:element>

element SIG_AirTicketRQ/IssueEMD/Coupons/Coupon
diagram sigws_p162.png
properties
minOcc 1
maxOcc 4
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Airline  derived by: s:string  required      
documentation
Marketing Airline
ServiceCode  s:string  required      
documentation
Service code
ServiceName  s:string  required      
documentation
Service name
Currency  s:string  required      
documentation
Currency
CouponPrice  derived by: s:decimal  required      
documentation
Price
PerUnitPrice  derived by: s:decimal  required      
documentation
Per unit price in Currency
UnitCount  derived by: s:short  required      
documentation
Service unit count
UnitType  derived by: s:string  required      
documentation
Service unit type:
KG - kilograms
LB - pounds
PC - peaces
ST - seat reserved for luggage
source <s:element name="Coupon" maxOccurs="4">
 
<s:complexType>
   
<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="ServiceCode" type="s:string" use="required">
     
<s:annotation>
       
<s:documentation>Service code</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="ServiceName" type="s:string" use="required">
     
<s:annotation>
       
<s:documentation>Service name</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Currency" type="s:string" use="required">
     
<s:annotation>
       
<s:documentation>Currency</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="CouponPrice" use="required">
     
<s:annotation>
       
<s:documentation>Price</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:decimal">
         
<s:minInclusive value="0"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="PerUnitPrice" use="required">
     
<s:annotation>
       
<s:documentation>Per unit price in Currency</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:decimal">
         
<s:minInclusive value="0"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="UnitCount" use="required">
     
<s:annotation>
       
<s:documentation>Service unit count</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:short">
         
<s:minInclusive value="1"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="UnitType" use="required">
     
<s:annotation>
       
<s:documentation>Service unit type:
KG - kilograms
LB - pounds
PC - peaces
ST - seat reserved for luggage
</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:enumeration value="KG"/>
         
<s:enumeration value="LB"/>
         
<s:enumeration value="PC"/>
         
<s:enumeration value="ST"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute SIG_AirTicketRQ/IssueEMD/Coupons/Coupon/@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_AirTicketRQ/IssueEMD/Coupons/Coupon/@ServiceCode
type s:string
properties
use required
annotation
documentation
Service code
source <s:attribute name="ServiceCode" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Service code</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirTicketRQ/IssueEMD/Coupons/Coupon/@ServiceName
type s:string
properties
use required
annotation
documentation
Service name
source <s:attribute name="ServiceName" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Service name</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirTicketRQ/IssueEMD/Coupons/Coupon/@Currency
type s:string
properties
use required
annotation
documentation
Currency
source <s:attribute name="Currency" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Currency</s:documentation>
 
</s:annotation>
</s:attribute>

attribute SIG_AirTicketRQ/IssueEMD/Coupons/Coupon/@CouponPrice
type restriction of s:decimal
properties
use required
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Price
source <s:attribute name="CouponPrice" use="required">
 
<s:annotation>
   
<s:documentation>Price</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:decimal">
     
<s:minInclusive value="0"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute SIG_AirTicketRQ/IssueEMD/Coupons/Coupon/@PerUnitPrice
type restriction of s:decimal
properties
use required
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Per unit price in Currency
source <s:attribute name="PerUnitPrice" use="required">
 
<s:annotation>
   
<s:documentation>Per unit price in Currency</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:decimal">
     
<s:minInclusive value="0"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute SIG_AirTicketRQ/IssueEMD/Coupons/Coupon/@UnitCount
type restriction of s:short
properties
use required
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
Service unit count
source <s:attribute name="UnitCount" use="required">
 
<s:annotation>
   
<s:documentation>Service unit count</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:short">
     
<s:minInclusive value="1"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute SIG_AirTicketRQ/IssueEMD/Coupons/Coupon/@UnitType
type restriction of s:string
properties
use required
facets
Kind Value Annotation
enumeration KG
enumeration LB
enumeration PC
enumeration ST
annotation
documentation
Service unit type:
KG - kilograms
LB - pounds
PC - peaces
ST - seat reserved for luggage
source <s:attribute name="UnitType" use="required">
 
<s:annotation>
   
<s:documentation>Service unit type:
KG - kilograms
LB - pounds
PC - peaces
ST - seat reserved for luggage
</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="KG"/>
     
<s:enumeration value="LB"/>
     
<s:enumeration value="PC"/>
     
<s:enumeration value="ST"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

element SIG_AirTicketRQ/IssueEMD/Passenger
diagram sigws_p163.png
type PassengerNameType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Title  derived by: s:string  required      
documentation
Passenger title: MR/MRS
LastName  derived by: s:string  required      
documentation
Family name
FirstName  s:string  required      
documentation
Given name
source <s:element name="Passenger" type="PassengerNameType"/>

element SIG_AirTicketRQ/IssueEMD/Payments
diagram sigws_p164.png
type PaymentsType
properties
content complex
children Payment
source <s:element name="Payments" type="PaymentsType"/>

element SIG_AirTicketRQ/IssueEMD/Price
diagram sigws_p165.png
type PriceType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Total  s:decimal  optional      
documentation
Total amount
TotalAddCollect  s:decimal  optional      
documentation
Total exchange amount
AddCollect  s:decimal  optional      
documentation
Exchange amount
Currency  s:string  required      
documentation
Currency
BaseFare  s:decimal  optional      
documentation
Base fare
OldBaseFare  s:decimal  optional      
documentation
Old base fare
BaseCurrency  s:string  optional      
documentation
Currency of the base fare
Taxes  s:decimal        
documentation
Ticket taxes in ticketing currency
PaidTaxes  s:decimal        
documentation
Paid ticket taxes in ticketing currency
ExchangeRate  s:string        
documentation
Exchange rate
EquivFare  s:decimal        
documentation
Fare equivalent in the ticketing currency
FareAddCollect  s:decimal  optional      
documentation
Fare difference amount for exchange
VAT  derived by: s:decimal        
documentation
VAT amount
VATRate  derived by: s:decimal        
documentation
VAT rate percent
OldEquivFare  s:decimal        
documentation
Old fare equivalent in the ticketing currency
RefundedTaxes  s:decimal        
documentation
Refunded ticket taxes in ticketing currency
FareAccountedTaxes  s:decimal        
documentation
Fare accounted ticket taxes in ticketing currency
NetPrice  s:decimal        
documentation
Net price
AirlineFee  s:decimal        
documentation
Airline fees not reflected on the ticket
AgencyFee  s:decimal        
documentation
Agency fee not reflected on the ticket
Penalty  s:decimal        
documentation
Penalty not reflected on the ticket
MaskVar  s:decimal        
source <s:element name="Price" type="PriceType"/>


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