complexType PNRDataType
diagram sigws_p412.png
children GeneralInfo Passengers Contacts Remarks Comments OtherServices
used by
elements SIG_RailBookRQ/Add SIG_AirBookRQ/Modify
complexType PNRDataTypeExt
source <s:complexType name="PNRDataType">
 
<s:sequence>
   
<s:element name="GeneralInfo" type="GeneralInfoRQType" minOccurs="0"/>
   
<s:element name="Passengers" type="PassengersType" minOccurs="0"/>
   
<s:element name="Contacts" type="ContactsType" minOccurs="0"/>
   
<s:element name="Remarks" minOccurs="0">
     
<s:complexType>
       
<s:sequence>
         
<s:element name="Remark" type="RemarkType" maxOccurs="unbounded"/>
       
</s:sequence>
     
</s:complexType>
   
</s:element>
   
<s:element name="Comments" minOccurs="0">
     
<s:complexType>
       
<s:sequence>
         
<s:element name="Comment" maxOccurs="unbounded">
           
<s:complexType>
             
<s:simpleContent>
               
<s:restriction base="CommentType">
                 
<s:minLength value="1"/>
               
</s:restriction>
             
</s:simpleContent>
           
</s:complexType>
         
</s:element>
       
</s:sequence>
     
</s:complexType>
   
</s:element>
   
<s:element name="OtherServices" minOccurs="0">
     
<s:complexType>
       
<s:sequence>
         
<s:element name="OSI" type="OSIType" maxOccurs="unbounded"/>
       
</s:sequence>
     
</s:complexType>
   
</s:element>
 
</s:sequence>
</s:complexType>

element PNRDataType/GeneralInfo
diagram sigws_p413.png
type GeneralInfoRQType
properties
minOcc 0
maxOcc 1
content complex
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        
source <s:element name="GeneralInfo" type="GeneralInfoRQType" minOccurs="0"/>

element PNRDataType/Passengers
diagram sigws_p414.png
type PassengersType
properties
minOcc 0
maxOcc 1
content complex
children Passenger
source <s:element name="Passengers" type="PassengersType" minOccurs="0"/>

element PNRDataType/Contacts
diagram sigws_p415.png
type ContactsType
properties
minOcc 0
maxOcc 1
content complex
children Contact
source <s:element name="Contacts" type="ContactsType" minOccurs="0"/>

element PNRDataType/Remarks
diagram sigws_p416.png
properties
minOcc 0
maxOcc 1
content complex
children Remark
source <s:element name="Remarks" minOccurs="0">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="Remark" type="RemarkType" maxOccurs="unbounded"/>
   
</s:sequence>
 
</s:complexType>
</s:element>

element PNRDataType/Remarks/Remark
diagram sigws_p417.png
type RemarkType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
RemarkRef  derived by: s:string        
documentation
Reference to this item
ServiceRef  derived by: s:string        
documentation
Reference to this item
SSRCode  derived by: s:string        
documentation
Industry-standard SSR code
AAS  derived by: s:string        
documentation
Action/advice/status code
Status  derived by: s:string        
documentation
Booking status:
  OK - confirmed
  RQ - waitlisted/requested
  NO - not booked/cancelled
  NS - no seat required
  HX - cancelled
  FL - flown/used
Quantity  s:int        
documentation
Service quantity
FlightRef  s:string        
documentation
Flight segment reference
FlightRefs  strlist        
documentation
Flight segment references
SegmentRef  s:string        
documentation
Reference to non-air segment
ServiceCode  s:string        
documentation
Service code
ServiceType  s:string        
documentation
Service code
ServiceGroup  s:string        
documentation
Service group
ServiceSubgroup  s:string        
documentation
Service subgroup
ServiceName  s:string        
documentation
Service name
Currency  s:string        
documentation
Currency
Price  derived by: s:decimal        
documentation
Price
BaseCurrency  s:string        
documentation
Base currency
BasePrice  derived by: s:decimal        
documentation
Base price
VAT  derived by: s:decimal        
documentation
VAT amount
EMDTaxRate  s:decimal        
documentation
EMD tax rate percent
AgeCat  strlist        
documentation
ADT - adult, CHD - child, ADF - adult+infant
PaxRefs  strlist        
documentation
Passenger references
MinOccurrence  s:decimal        
documentation
Minimum occurrence
MaxOccurrence  s:decimal        
documentation
Maximum occurrence
AutoConfirm  s:string        
documentation
true - automatic confirmation, false - manual confirmation, unknown or empty - unknown behaivor
ConjSvc  s:string        
documentation
Reference to conjuction baggage
TimeLimit  s:dateTime  optional      
documentation
Paid service time limit to sell. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00
source <s:element name="Remark" type="RemarkType" maxOccurs="unbounded"/>

element PNRDataType/Comments
diagram sigws_p418.png
properties
minOcc 0
maxOcc 1
content complex
children Comment
source <s:element name="Comments" minOccurs="0">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="Comment" maxOccurs="unbounded">
       
<s:complexType>
         
<s:simpleContent>
           
<s:restriction base="CommentType">
             
<s:minLength value="1"/>
           
</s:restriction>
         
</s:simpleContent>
       
</s:complexType>
     
</s:element>
   
</s:sequence>
 
</s:complexType>
</s:element>

element PNRDataType/Comments/Comment
diagram sigws_p419.png
type restriction of CommentType
properties
minOcc 1
maxOcc unbounded
content complex
facets
Kind Value Annotation
minLength 1
attributes
Name  Type  Use  Default  Fixed  Annotation
CommentRef  s:string        
BookingRef  s:string  optional      
documentation
Booking reference from shop reply - if present in multi PNR mode - the comment will be created only in referenced PNR. Ignored for single PNR mode. Not shown in reply - in reply will be set attribute RecordLocator.
RecordLocator  s:string  optional      
documentation
Used only in SIG replies for multiPNR comments - shows locator of PNR, which the comment belongs to. Ignored for requests
source <s:element name="Comment" maxOccurs="unbounded">
 
<s:complexType>
   
<s:simpleContent>
     
<s:restriction base="CommentType">
       
<s:minLength value="1"/>
     
</s:restriction>
   
</s:simpleContent>
 
</s:complexType>
</s:element>

element PNRDataType/OtherServices
diagram sigws_p420.png
properties
minOcc 0
maxOcc 1
content complex
children OSI
source <s:element name="OtherServices" minOccurs="0">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="OSI" type="OSIType" maxOccurs="unbounded"/>
   
</s:sequence>
 
</s:complexType>
</s:element>

element PNRDataType/OtherServices/OSI
diagram sigws_p421.png
type OSIType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
OsiRef  derived by: s:string  required      
documentation
Reference to this item
FlightRef  s:string        
documentation
Flight segment reference
AK  s:string        
documentation
AK
Either AK or FlightRef should be filled. Otherway error will be returned.
PaxRefs  strlist        
documentation
Passenger references
source <s:element name="OSI" type="OSIType" maxOccurs="unbounded"/>


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