attributeGroup ItineraryDetails
used by
elements SIG_AirAvailRS/ItineraryOptions/ItineraryOption SIG_RailAvailRS/ItineraryOptions/ItineraryOption ShopOptionType/ItineraryOptions/ItineraryOption
attributes
Name  Type  Use  Default  Fixed  Annotation
ODRef  derived by: s:string  required      
documentation
Reference to the requested OD
ItineraryRef  s:string  required      
documentation
Reference to this option
From  s:string  required      
documentation
Origin
To  s:string  required      
documentation
Destination
Date  s:date  required      
documentation
Departure date
TravelTime  s:duration  required      
documentation
Total travel time. Format [nD]nHnM
SeatsAvailable  s:int  required      
documentation
Seats currently available for this option
source <s:attributeGroup name="ItineraryDetails">
 
<s:attribute name="ODRef" use="required">
   
<s:annotation>
     
<s:documentation>Reference to the requested OD</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:maxLength value="64"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="ItineraryRef" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Reference to this option</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="From" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Origin</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="To" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Destination</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="Date" type="s:date" use="required">
   
<s:annotation>
     
<s:documentation>Departure date</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="TravelTime" type="s:duration" use="required">
   
<s:annotation>
     
<s:documentation>Total travel time. Format [nD]nHnM</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="SeatsAvailable" type="s:int" use="required">
   
<s:annotation>
     
<s:documentation>Seats currently available for this option</s:documentation>
   
</s:annotation>
 
</s:attribute>
</s:attributeGroup>

attribute ItineraryDetails/@ODRef
type restriction of s:string
properties
use required
facets
Kind Value Annotation
maxLength 64
annotation
documentation
Reference to the requested OD
source <s:attribute name="ODRef" use="required">
 
<s:annotation>
   
<s:documentation>Reference to the requested OD</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:maxLength value="64"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute ItineraryDetails/@ItineraryRef
type s:string
properties
use required
annotation
documentation
Reference to this option
source <s:attribute name="ItineraryRef" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Reference to this option</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ItineraryDetails/@From
type s:string
properties
use required
annotation
documentation
Origin
source <s:attribute name="From" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Origin</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ItineraryDetails/@To
type s:string
properties
use required
annotation
documentation
Destination
source <s:attribute name="To" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Destination</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ItineraryDetails/@Date
type s:date
properties
use required
annotation
documentation
Departure date
source <s:attribute name="Date" type="s:date" use="required">
 
<s:annotation>
   
<s:documentation>Departure date</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ItineraryDetails/@TravelTime
type s:duration
properties
use required
annotation
documentation
Total travel time. Format [nD]nHnM
source <s:attribute name="TravelTime" type="s:duration" use="required">
 
<s:annotation>
   
<s:documentation>Total travel time. Format [nD]nHnM</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ItineraryDetails/@SeatsAvailable
type s:int
properties
use required
annotation
documentation
Seats currently available for this option
source <s:attribute name="SeatsAvailable" type="s:int" use="required">
 
<s:annotation>
   
<s:documentation>Seats currently available for this option</s:documentation>
 
</s:annotation>
</s:attribute>


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