complexType GeneralInfoRSType
diagram sigws_p383.png
type extension of GeneralInfoRQType
properties
base GeneralInfoRQType
used by
elements SIG_RailBookRS/GeneralInfo SIG_AirServicesRS/GeneralInfo PNRGroup/GeneralInfo
attributes
Name  Type  Use  Default  Fixed  Annotation
TimeLimit  s:dateTime  optional      
documentation
Ticket time limit. Most restrictive condition. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00
AgencyName  s:string        
documentation
Name of booking Agency.
Will be shown on Check Coupon for rail itineraries.
Tagent  s:string        
documentation
Profile index.
CorpID  s:string        
documentation
Corporate Client ID
CorpTarr  s:string        
BookingReference  s:string  required      
documentation
SIG booking reference
SaleState  derived by: s:string  required      
documentation
Sold - completely sold
PartSold - partially sold
NotSold - not sold
ExchangeInProgress - in exchange transaction
CreationDate  s:dateTime  optional      
documentation
PNR creation data and time. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00
GroupName  s:string  optional      
documentation
GroupName for group bookings, empty for all other
source <s:complexType name="GeneralInfoRSType">
 
<s:complexContent>
   
<s:extension base="GeneralInfoRQType">
     
<s:attribute name="BookingReference" type="s:string" use="required">
       
<s:annotation>
         
<s:documentation>SIG booking reference</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="SaleState" use="required">
       
<s:annotation>
         
<s:documentation>Sold - completely sold
PartSold - partially sold
NotSold - not sold
ExchangeInProgress - in exchange transaction
</s:documentation>
       
</s:annotation>
       
<s:simpleType>
         
<s:restriction base="s:string">
           
<s:enumeration value="NotSold"/>
           
<s:enumeration value="PartSold"/>
           
<s:enumeration value="Sold"/>
           
<s:enumeration value="ExchangeInProgress"/>
           
<s:enumeration value="BookingInProcess"/>
           
<s:enumeration value="NoPNR"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
     
<s:attribute name="CreationDate" type="s:dateTime" use="optional">
       
<s:annotation>
         
<s:documentation>PNR creation data and time. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="GroupName" type="s:string" use="optional">
       
<s:annotation>
         
<s:documentation>GroupName for group bookings, empty for all other</s:documentation>
       
</s:annotation>
     
</s:attribute>
   
</s:extension>
 
</s:complexContent>
</s:complexType>

attribute GeneralInfoRSType/@BookingReference
type s:string
properties
use required
annotation
documentation
SIG booking reference
source <s:attribute name="BookingReference" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>SIG booking reference</s:documentation>
 
</s:annotation>
</s:attribute>

attribute GeneralInfoRSType/@SaleState
type restriction of s:string
properties
use required
facets
Kind Value Annotation
enumeration NotSold
enumeration PartSold
enumeration Sold
enumeration ExchangeInProgress
enumeration BookingInProcess
enumeration NoPNR
annotation
documentation
Sold - completely sold
PartSold - partially sold
NotSold - not sold
ExchangeInProgress - in exchange transaction
source <s:attribute name="SaleState" use="required">
 
<s:annotation>
   
<s:documentation>Sold - completely sold
PartSold - partially sold
NotSold - not sold
ExchangeInProgress - in exchange transaction
</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="NotSold"/>
     
<s:enumeration value="PartSold"/>
     
<s:enumeration value="Sold"/>
     
<s:enumeration value="ExchangeInProgress"/>
     
<s:enumeration value="BookingInProcess"/>
     
<s:enumeration value="NoPNR"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute GeneralInfoRSType/@CreationDate
type s:dateTime
properties
use optional
annotation
documentation
PNR creation data and time. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00
source <s:attribute name="CreationDate" type="s:dateTime" use="optional">
 
<s:annotation>
   
<s:documentation>PNR creation data and time. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00</s:documentation>
 
</s:annotation>
</s:attribute>

attribute GeneralInfoRSType/@GroupName
type s:string
properties
use optional
annotation
documentation
GroupName for group bookings, empty for all other
source <s:attribute name="GroupName" type="s:string" use="optional">
 
<s:annotation>
   
<s:documentation>GroupName for group bookings, empty for all other</s:documentation>
 
</s:annotation>
</s:attribute>


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