complexType RemarkType
diagram sigws_p453.png
type extension of s:string
properties
base s:string
used by
elements SIG_RailBookRS/Remarks/Remark SIG_AirServicesRS/Remarks/Remark PNRDataType/Remarks/Remark PNRGroup/Remarks/Remark
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
annotation
documentation
SSR/OSI info
source <s:complexType name="RemarkType">
 
<s:annotation>
   
<s:documentation>SSR/OSI info</s:documentation>
 
</s:annotation>
 
<s:simpleContent>
   
<s:extension base="s:string">
     
<s:attribute name="RemarkRef">
       
<s:annotation>
         
<s:documentation>Reference to this item</s:documentation>
       
</s:annotation>
       
<s:simpleType>
         
<s:restriction base="s:string">
           
<s:minLength value="1"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
     
<s:attribute name="ServiceRef">
       
<s:annotation>
         
<s:documentation>Reference to this item</s:documentation>
       
</s:annotation>
       
<s:simpleType>
         
<s:restriction base="s:string">
           
<s:minLength value="1"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
     
<s:attribute name="SSRCode">
       
<s:annotation>
         
<s:documentation>Industry-standard SSR code</s:documentation>
       
</s:annotation>
       
<s:simpleType>
         
<s:restriction base="s:string">
           
<s:length value="4"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
     
<s:attribute name="AAS">
       
<s:annotation>
         
<s:documentation>Action/advice/status code</s:documentation>
       
</s:annotation>
       
<s:simpleType>
         
<s:restriction base="s:string">
           
<s:length value="2"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
     
<s:attributeGroup ref="BookingStatusType"/>
     
<s:attribute name="Quantity" type="s:int">
       
<s:annotation>
         
<s:documentation>Service quantity</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="FlightRef" type="s:string">
       
<s:annotation>
         
<s:documentation>Flight segment reference</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="FlightRefs" type="strlist">
       
<s:annotation>
         
<s:documentation>Flight segment references</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="SegmentRef" type="s:string">
       
<s:annotation>
         
<s:documentation>Reference to non-air segment</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="ServiceCode" type="s:string">
       
<s:annotation>
         
<s:documentation>Service code</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="ServiceType" type="s:string">
       
<s:annotation>
         
<s:documentation>Service code</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="ServiceGroup" type="s:string">
       
<s:annotation>
         
<s:documentation>Service group</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="ServiceSubgroup" type="s:string">
       
<s:annotation>
         
<s:documentation>Service subgroup</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="ServiceName" type="s:string">
       
<s:annotation>
         
<s:documentation>Service name</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="Currency" type="s:string">
       
<s:annotation>
         
<s:documentation>Currency</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="Price">
       
<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="BaseCurrency" type="s:string">
       
<s:annotation>
         
<s:documentation>Base currency</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="BasePrice">
       
<s:annotation>
         
<s:documentation>Base 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="VAT">
       
<s:annotation>
         
<s:documentation>VAT amount</s:documentation>
       
</s:annotation>
       
<s:simpleType>
         
<s:restriction base="s:decimal">
           
<s:minInclusive value="0"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
     
<s:attribute name="EMDTaxRate" type="s:decimal">
       
<s:annotation>
         
<s:documentation>EMD tax rate percent</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="AgeCat" type="strlist">
       
<s:annotation>
         
<s:documentation>ADT - adult, CHD - child, ADF - adult+infant</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="PaxRefs" type="strlist">
       
<s:annotation>
         
<s:documentation>Passenger references</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="MinOccurrence" type="s:decimal">
       
<s:annotation>
         
<s:documentation>Minimum occurrence</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="MaxOccurrence" type="s:decimal">
       
<s:annotation>
         
<s:documentation>Maximum occurrence</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="AutoConfirm" type="s:string">
       
<s:annotation>
         
<s:documentation>true - automatic confirmation, false - manual confirmation, unknown or empty - unknown behaivor</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="ConjSvc" type="s:string">
       
<s:annotation>
         
<s:documentation>Reference to conjuction baggage</s:documentation>
       
</s:annotation>
     
</s:attribute>
     
<s:attribute name="TimeLimit" type="s:dateTime" use="optional">
       
<s:annotation>
         
<s:documentation>Paid service time limit to sell. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00</s:documentation>
       
</s:annotation>
     
</s:attribute>
   
</s:extension>
 
</s:simpleContent>
</s:complexType>

attribute RemarkType/@RemarkRef
type restriction of s:string
facets
Kind Value Annotation
minLength 1
annotation
documentation
Reference to this item
source <s:attribute name="RemarkRef">
 
<s:annotation>
   
<s:documentation>Reference to this item</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="1"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute RemarkType/@ServiceRef
type restriction of s:string
facets
Kind Value Annotation
minLength 1
annotation
documentation
Reference to this item
source <s:attribute name="ServiceRef">
 
<s:annotation>
   
<s:documentation>Reference to this item</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="1"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute RemarkType/@SSRCode
type restriction of s:string
facets
Kind Value Annotation
length 4
annotation
documentation
Industry-standard SSR code
source <s:attribute name="SSRCode">
 
<s:annotation>
   
<s:documentation>Industry-standard SSR code</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:length value="4"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute RemarkType/@AAS
type restriction of s:string
facets
Kind Value Annotation
length 2
annotation
documentation
Action/advice/status code
source <s:attribute name="AAS">
 
<s:annotation>
   
<s:documentation>Action/advice/status code</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:length value="2"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute RemarkType/@Quantity
type s:int
annotation
documentation
Service quantity
source <s:attribute name="Quantity" type="s:int">
 
<s:annotation>
   
<s:documentation>Service quantity</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@FlightRef
type s:string
annotation
documentation
Flight segment reference
source <s:attribute name="FlightRef" type="s:string">
 
<s:annotation>
   
<s:documentation>Flight segment reference</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@FlightRefs
type strlist
annotation
documentation
Flight segment references
source <s:attribute name="FlightRefs" type="strlist">
 
<s:annotation>
   
<s:documentation>Flight segment references</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@SegmentRef
type s:string
annotation
documentation
Reference to non-air segment
source <s:attribute name="SegmentRef" type="s:string">
 
<s:annotation>
   
<s:documentation>Reference to non-air segment</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@ServiceCode
type s:string
annotation
documentation
Service code
source <s:attribute name="ServiceCode" type="s:string">
 
<s:annotation>
   
<s:documentation>Service code</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@ServiceType
type s:string
annotation
documentation
Service code
source <s:attribute name="ServiceType" type="s:string">
 
<s:annotation>
   
<s:documentation>Service code</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@ServiceGroup
type s:string
annotation
documentation
Service group
source <s:attribute name="ServiceGroup" type="s:string">
 
<s:annotation>
   
<s:documentation>Service group</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@ServiceSubgroup
type s:string
annotation
documentation
Service subgroup
source <s:attribute name="ServiceSubgroup" type="s:string">
 
<s:annotation>
   
<s:documentation>Service subgroup</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@ServiceName
type s:string
annotation
documentation
Service name
source <s:attribute name="ServiceName" type="s:string">
 
<s:annotation>
   
<s:documentation>Service name</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@Currency
type s:string
annotation
documentation
Currency
source <s:attribute name="Currency" type="s:string">
 
<s:annotation>
   
<s:documentation>Currency</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@Price
type restriction of s:decimal
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Price
source <s:attribute name="Price">
 
<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 RemarkType/@BaseCurrency
type s:string
annotation
documentation
Base currency
source <s:attribute name="BaseCurrency" type="s:string">
 
<s:annotation>
   
<s:documentation>Base currency</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@BasePrice
type restriction of s:decimal
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Base price
source <s:attribute name="BasePrice">
 
<s:annotation>
   
<s:documentation>Base price</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:decimal">
     
<s:minInclusive value="0"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute RemarkType/@VAT
type restriction of s:decimal
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
VAT amount
source <s:attribute name="VAT">
 
<s:annotation>
   
<s:documentation>VAT amount</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:decimal">
     
<s:minInclusive value="0"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute RemarkType/@EMDTaxRate
type s:decimal
annotation
documentation
EMD tax rate percent
source <s:attribute name="EMDTaxRate" type="s:decimal">
 
<s:annotation>
   
<s:documentation>EMD tax rate percent</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@AgeCat
type strlist
annotation
documentation
ADT - adult, CHD - child, ADF - adult+infant
source <s:attribute name="AgeCat" type="strlist">
 
<s:annotation>
   
<s:documentation>ADT - adult, CHD - child, ADF - adult+infant</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@PaxRefs
type strlist
annotation
documentation
Passenger references
source <s:attribute name="PaxRefs" type="strlist">
 
<s:annotation>
   
<s:documentation>Passenger references</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@MinOccurrence
type s:decimal
annotation
documentation
Minimum occurrence
source <s:attribute name="MinOccurrence" type="s:decimal">
 
<s:annotation>
   
<s:documentation>Minimum occurrence</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@MaxOccurrence
type s:decimal
annotation
documentation
Maximum occurrence
source <s:attribute name="MaxOccurrence" type="s:decimal">
 
<s:annotation>
   
<s:documentation>Maximum occurrence</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@AutoConfirm
type s:string
annotation
documentation
true - automatic confirmation, false - manual confirmation, unknown or empty - unknown behaivor
source <s:attribute name="AutoConfirm" type="s:string">
 
<s:annotation>
   
<s:documentation>true - automatic confirmation, false - manual confirmation, unknown or empty - unknown behaivor</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@ConjSvc
type s:string
annotation
documentation
Reference to conjuction baggage
source <s:attribute name="ConjSvc" type="s:string">
 
<s:annotation>
   
<s:documentation>Reference to conjuction baggage</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RemarkType/@TimeLimit
type s:dateTime
properties
use optional
annotation
documentation
Paid service time limit to sell. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00
source <s:attribute name="TimeLimit" type="s:dateTime" use="optional">
 
<s:annotation>
   
<s:documentation>Paid service time limit to sell. Includes timezone shift, e.g. 2012-05-19T16:00:00+04:00</s:documentation>
 
</s:annotation>
</s:attribute>


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