complexType ScheduleType
diagram sigws_p472.png
children FlightSegment
used by
element SIG_AirScheduleRS/Schedules/Schedule
attributes
Name  Type  Use  Default  Fixed  Annotation
ODRef  s:string        
documentation
Reference to this item
TravelTime  s:duration        
documentation
Total travel time. Format [nD]nHnM
MinDepDate  s:string        
documentation
Min departure date
MaxDepDate  s:string        
documentation
Max departure date
Days  s:string        
documentation
Days of the week ( 1-Mon, 2-Tue, ...)
WeekFreq  s:string        
documentation
Weekly frequency
source <s:complexType name="ScheduleType">
 
<s:sequence>
   
<s:element name="FlightSegment" type="FlightScheduleType" maxOccurs="4"/>
 
</s:sequence>
 
<s:attribute name="ODRef" type="s:string">
   
<s:annotation>
     
<s:documentation>Reference to this item</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="TravelTime" type="s:duration">
   
<s:annotation>
     
<s:documentation>Total travel time. Format [nD]nHnM</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="MinDepDate" type="s:string">
   
<s:annotation>
     
<s:documentation>Min departure date</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="MaxDepDate" type="s:string">
   
<s:annotation>
     
<s:documentation>Max departure date</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="Days" type="s:string">
   
<s:annotation>
     
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="WeekFreq" type="s:string">
   
<s:annotation>
     
<s:documentation>Weekly frequency</s:documentation>
   
</s:annotation>
 
</s:attribute>
</s:complexType>

attribute ScheduleType/@ODRef
type s:string
annotation
documentation
Reference to this item
source <s:attribute name="ODRef" type="s:string">
 
<s:annotation>
   
<s:documentation>Reference to this item</s:documentation>
 
</s:annotation>
</s:attribute>

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

attribute ScheduleType/@MinDepDate
type s:string
annotation
documentation
Min departure date
source <s:attribute name="MinDepDate" type="s:string">
 
<s:annotation>
   
<s:documentation>Min departure date</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ScheduleType/@MaxDepDate
type s:string
annotation
documentation
Max departure date
source <s:attribute name="MaxDepDate" type="s:string">
 
<s:annotation>
   
<s:documentation>Max departure date</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ScheduleType/@Days
type s:string
annotation
documentation
Days of the week ( 1-Mon, 2-Tue, ...)
source <s:attribute name="Days" type="s:string">
 
<s:annotation>
   
<s:documentation>Days of the week ( 1-Mon, 2-Tue, ...)</s:documentation>
 
</s:annotation>
</s:attribute>

attribute ScheduleType/@WeekFreq
type s:string
annotation
documentation
Weekly frequency
source <s:attribute name="WeekFreq" type="s:string">
 
<s:annotation>
   
<s:documentation>Weekly frequency</s:documentation>
 
</s:annotation>
</s:attribute>

element ScheduleType/FlightSegment
diagram sigws_p473.png
type FlightScheduleType
properties
minOcc 1
maxOcc 4
content complex
children Departure Arrival FlightDetails ReservationDetails OperatingAirline Comment
attributes
Name  Type  Use  Default  Fixed  Annotation
FlightRef  s:string  optional      
documentation
Reference to this item
Airline  derived by: s:string  required      
documentation
Marketing Airline
Flight  s:string  required      
documentation
Flight number
Equipment  s:string        
documentation
Aircraft type
ConnectionValid  derived by: s:string        
documentation
Validity of minimal connection time
source <s:element name="FlightSegment" type="FlightScheduleType" maxOccurs="4"/>


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