complexType FlightScheduleType
diagram sigws_p369.png
children Departure Arrival FlightDetails ReservationDetails OperatingAirline Comment
used by
element ScheduleType/FlightSegment
complexType FlightSegmentType
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:complexType name="FlightScheduleType">
 
<s:sequence>
   
<s:element name="Departure" type="FlightEvent">
     
<s:annotation>
       
<s:documentation>Departure information</s:documentation>
     
</s:annotation>
   
</s:element>
   
<s:element name="Arrival" type="FlightEvent">
     
<s:annotation>
       
<s:documentation>Arrival information</s:documentation>
     
</s:annotation>
   
</s:element>
   
<s:element name="FlightDetails" minOccurs="0">
     
<s:complexType>
       
<s:sequence>
         
<s:element name="Stop" minOccurs="0" maxOccurs="10">
           
<s:complexType>
             
<s:attribute name="Airport" type="s:string" use="required">
               
<s:annotation>
                 
<s:documentation>Airport code</s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attribute name="ArrTime" type="s:dateTime" use="required">
               
<s:annotation>
                 
<s:documentation>Local date/time, includes timezone shift</s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attribute name="DepTime" type="s:dateTime" use="required">
               
<s:annotation>
                 
<s:documentation>Local date/time, includes timezone shift</s:documentation>
               
</s:annotation>
             
</s:attribute>
           
</s:complexType>
         
</s:element>
       
</s:sequence>
       
<s:attribute name="StopCount" type="s:int">
         
<s:annotation>
           
<s:documentation>Number of intermediate stops</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="Stops" type="strlist">
         
<s:annotation>
           
<s:documentation>List of intermediate stops (airport codes)</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="StopTime" type="strlist">
         
<s:annotation>
           
<s:documentation>List of waiting times (HH:MM)</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="MealCodes" type="strlist">
         
<s:annotation>
           
<s:documentation>List of meal codes (tba)</s:documentation>
         
</s:annotation>
       
</s:attribute>
       
<s:attribute name="TypeOfService" type="TypeOfServiceType">
         
<s:annotation>
           
<s:documentation>Regular
Charter
</s:documentation>
         
</s:annotation>
       
</s:attribute>
     
</s:complexType>
   
</s:element>
   
<s:element name="ReservationDetails">
     
<s:complexType>
       
<s:sequence>
         
<s:element name="Reservation" maxOccurs="unbounded">
           
<s:complexType>
             
<s:attributeGroup ref="Reservation"/>
             
<s:attribute name="Cabin" type="CabinType" use="optional">
               
<s:annotation>
                 
<s:documentation>Cabin code. </s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attributeGroup ref="BookingStatusType"/>
             
<s:attribute name="AAS">
               
<s:annotation>
                 
<s:documentation>Action/advice/status code: HK, TK, etc</s:documentation>
               
</s:annotation>
               
<s:simpleType>
                 
<s:restriction base="s:string">
                   
<s:length value="2"/>
                   
<s:whiteSpace value="collapse"/>
                 
</s:restriction>
               
</s:simpleType>
             
</s:attribute>
             
<s:attribute name="FareBasis" type="s:string">
               
<s:annotation>
                 
<s:documentation>Fare basis code of Adult fare - for metasearch replyes only</s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attribute name="CRS" type="CRSType">
               
<s:annotation>
                 
<s:documentation>CRS code</s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attribute name="RecordLocator" type="s:string">
               
<s:annotation>
                 
<s:documentation>Record Locator</s:documentation>
               
</s:annotation>
             
</s:attribute>
             
<s:attribute name="AirlineRecordLocator" type="s:string">
               
<s:annotation>
                 
<s:documentation>Airline record locator</s:documentation>
               
</s:annotation>
             
</s:attribute>
           
</s:complexType>
         
</s:element>
       
</s:sequence>
     
</s:complexType>
   
</s:element>
   
<s:element name="OperatingAirline" minOccurs="0">
     
<s:complexType>
       
<s:attribute name="Airline" use="required">
         
<s:annotation>
           
<s:documentation>Operating Airline</s:documentation>
         
</s:annotation>
         
<s:simpleType>
           
<s:restriction base="s:string">
             
<s:length value="2"/>
             
<s:whiteSpace value="collapse"/>
           
</s:restriction>
         
</s:simpleType>
       
</s:attribute>
       
<s:attribute name="Flight" type="s:string">
         
<s:annotation>
           
<s:documentation>Operating flight number</s:documentation>
         
</s:annotation>
       
</s:attribute>
     
</s:complexType>
   
</s:element>
   
<s:element name="Comment" type="s:string" minOccurs="0"/>
 
</s:sequence>
 
<s:attribute name="FlightRef" type="s:string" use="optional">
   
<s:annotation>
     
<s:documentation>Reference to this item</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="Airline" use="required">
   
<s:annotation>
     
<s:documentation>Marketing Airline</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:length value="2"/>
       
<s:whiteSpace value="collapse"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="Flight" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Flight number</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="Equipment" type="s:string">
   
<s:annotation>
     
<s:documentation>Aircraft type</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="ConnectionValid">
   
<s:annotation>
     
<s:documentation>Validity of minimal connection time</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:enumeration value="Yes"/>
       
<s:enumeration value="No"/>
       
<s:enumeration value="Unknown"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
</s:complexType>

attribute FlightScheduleType/@FlightRef
type s:string
properties
use optional
annotation
documentation
Reference to this item
source <s:attribute name="FlightRef" type="s:string" use="optional">
 
<s:annotation>
   
<s:documentation>Reference to this item</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/@Airline
type restriction of s:string
properties
use required
facets
Kind Value Annotation
length 2
whiteSpace collapse
annotation
documentation
Marketing Airline
source <s:attribute name="Airline" use="required">
 
<s:annotation>
   
<s:documentation>Marketing Airline</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:length value="2"/>
     
<s:whiteSpace value="collapse"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute FlightScheduleType/@Flight
type s:string
properties
use required
annotation
documentation
Flight number
source <s:attribute name="Flight" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Flight number</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/@Equipment
type s:string
annotation
documentation
Aircraft type
source <s:attribute name="Equipment" type="s:string">
 
<s:annotation>
   
<s:documentation>Aircraft type</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/@ConnectionValid
type restriction of s:string
facets
Kind Value Annotation
enumeration Yes
enumeration No
enumeration Unknown
annotation
documentation
Validity of minimal connection time
source <s:attribute name="ConnectionValid">
 
<s:annotation>
   
<s:documentation>Validity of minimal connection time</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="Yes"/>
     
<s:enumeration value="No"/>
     
<s:enumeration value="Unknown"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

element FlightScheduleType/Departure
diagram sigws_p370.png
type FlightEvent
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Airport  s:string  required      
documentation
Airport code
Time  s:dateTime  required      
documentation
Local date/time, includes timezone shift
City  s:string  optional      
documentation
City code
Terminal  s:string        
documentation
Terminal code
annotation
documentation
Departure information
source <s:element name="Departure" type="FlightEvent">
 
<s:annotation>
   
<s:documentation>Departure information</s:documentation>
 
</s:annotation>
</s:element>

element FlightScheduleType/Arrival
diagram sigws_p371.png
type FlightEvent
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Airport  s:string  required      
documentation
Airport code
Time  s:dateTime  required      
documentation
Local date/time, includes timezone shift
City  s:string  optional      
documentation
City code
Terminal  s:string        
documentation
Terminal code
annotation
documentation
Arrival information
source <s:element name="Arrival" type="FlightEvent">
 
<s:annotation>
   
<s:documentation>Arrival information</s:documentation>
 
</s:annotation>
</s:element>

element FlightScheduleType/FlightDetails
diagram sigws_p372.png
properties
minOcc 0
maxOcc 1
content complex
children Stop
attributes
Name  Type  Use  Default  Fixed  Annotation
StopCount  s:int        
documentation
Number of intermediate stops
Stops  strlist        
documentation
List of intermediate stops (airport codes)
StopTime  strlist        
documentation
List of waiting times (HH:MM)
MealCodes  strlist        
documentation
List of meal codes (tba)
TypeOfService  TypeOfServiceType        
documentation
Regular
Charter
source <s:element name="FlightDetails" minOccurs="0">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="Stop" minOccurs="0" maxOccurs="10">
       
<s:complexType>
         
<s:attribute name="Airport" type="s:string" use="required">
           
<s:annotation>
             
<s:documentation>Airport code</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="ArrTime" type="s:dateTime" use="required">
           
<s:annotation>
             
<s:documentation>Local date/time, includes timezone shift</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="DepTime" type="s:dateTime" use="required">
           
<s:annotation>
             
<s:documentation>Local date/time, includes timezone shift</s:documentation>
           
</s:annotation>
         
</s:attribute>
       
</s:complexType>
     
</s:element>
   
</s:sequence>
   
<s:attribute name="StopCount" type="s:int">
     
<s:annotation>
       
<s:documentation>Number of intermediate stops</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="Stops" type="strlist">
     
<s:annotation>
       
<s:documentation>List of intermediate stops (airport codes)</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="StopTime" type="strlist">
     
<s:annotation>
       
<s:documentation>List of waiting times (HH:MM)</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="MealCodes" type="strlist">
     
<s:annotation>
       
<s:documentation>List of meal codes (tba)</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="TypeOfService" type="TypeOfServiceType">
     
<s:annotation>
       
<s:documentation>Regular
Charter
</s:documentation>
     
</s:annotation>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute FlightScheduleType/FlightDetails/@StopCount
type s:int
annotation
documentation
Number of intermediate stops
source <s:attribute name="StopCount" type="s:int">
 
<s:annotation>
   
<s:documentation>Number of intermediate stops</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/FlightDetails/@Stops
type strlist
annotation
documentation
List of intermediate stops (airport codes)
source <s:attribute name="Stops" type="strlist">
 
<s:annotation>
   
<s:documentation>List of intermediate stops (airport codes)</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/FlightDetails/@StopTime
type strlist
annotation
documentation
List of waiting times (HH:MM)
source <s:attribute name="StopTime" type="strlist">
 
<s:annotation>
   
<s:documentation>List of waiting times (HH:MM)</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/FlightDetails/@MealCodes
type strlist
annotation
documentation
List of meal codes (tba)
source <s:attribute name="MealCodes" type="strlist">
 
<s:annotation>
   
<s:documentation>List of meal codes (tba)</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/FlightDetails/@TypeOfService
type TypeOfServiceType
facets
Kind Value Annotation
enumeration Charter
enumeration Regular
annotation
documentation
Regular
Charter
source <s:attribute name="TypeOfService" type="TypeOfServiceType">
 
<s:annotation>
   
<s:documentation>Regular
Charter
</s:documentation>
 
</s:annotation>
</s:attribute>

element FlightScheduleType/FlightDetails/Stop
diagram sigws_p373.png
properties
minOcc 0
maxOcc 10
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Airport  s:string  required      
documentation
Airport code
ArrTime  s:dateTime  required      
documentation
Local date/time, includes timezone shift
DepTime  s:dateTime  required      
documentation
Local date/time, includes timezone shift
source <s:element name="Stop" minOccurs="0" maxOccurs="10">
 
<s:complexType>
   
<s:attribute name="Airport" type="s:string" use="required">
     
<s:annotation>
       
<s:documentation>Airport code</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="ArrTime" type="s:dateTime" use="required">
     
<s:annotation>
       
<s:documentation>Local date/time, includes timezone shift</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="DepTime" type="s:dateTime" use="required">
     
<s:annotation>
       
<s:documentation>Local date/time, includes timezone shift</s:documentation>
     
</s:annotation>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute FlightScheduleType/FlightDetails/Stop/@Airport
type s:string
properties
use required
annotation
documentation
Airport code
source <s:attribute name="Airport" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Airport code</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/FlightDetails/Stop/@ArrTime
type s:dateTime
properties
use required
annotation
documentation
Local date/time, includes timezone shift
source <s:attribute name="ArrTime" type="s:dateTime" use="required">
 
<s:annotation>
   
<s:documentation>Local date/time, includes timezone shift</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/FlightDetails/Stop/@DepTime
type s:dateTime
properties
use required
annotation
documentation
Local date/time, includes timezone shift
source <s:attribute name="DepTime" type="s:dateTime" use="required">
 
<s:annotation>
   
<s:documentation>Local date/time, includes timezone shift</s:documentation>
 
</s:annotation>
</s:attribute>

element FlightScheduleType/ReservationDetails
diagram sigws_p374.png
properties
content complex
children Reservation
source <s:element name="ReservationDetails">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="Reservation" maxOccurs="unbounded">
       
<s:complexType>
         
<s:attributeGroup ref="Reservation"/>
         
<s:attribute name="Cabin" type="CabinType" use="optional">
           
<s:annotation>
             
<s:documentation>Cabin code. </s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attributeGroup ref="BookingStatusType"/>
         
<s:attribute name="AAS">
           
<s:annotation>
             
<s:documentation>Action/advice/status code: HK, TK, etc</s:documentation>
           
</s:annotation>
           
<s:simpleType>
             
<s:restriction base="s:string">
               
<s:length value="2"/>
               
<s:whiteSpace value="collapse"/>
             
</s:restriction>
           
</s:simpleType>
         
</s:attribute>
         
<s:attribute name="FareBasis" type="s:string">
           
<s:annotation>
             
<s:documentation>Fare basis code of Adult fare - for metasearch replyes only</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="CRS" type="CRSType">
           
<s:annotation>
             
<s:documentation>CRS code</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="RecordLocator" type="s:string">
           
<s:annotation>
             
<s:documentation>Record Locator</s:documentation>
           
</s:annotation>
         
</s:attribute>
         
<s:attribute name="AirlineRecordLocator" type="s:string">
           
<s:annotation>
             
<s:documentation>Airline record locator</s:documentation>
           
</s:annotation>
         
</s:attribute>
       
</s:complexType>
     
</s:element>
   
</s:sequence>
 
</s:complexType>
</s:element>

element FlightScheduleType/ReservationDetails/Reservation
diagram sigws_p375.png
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
ReservationRef  s:string  optional      
documentation
Reference to this item
RBD  s:string  required      
documentation
Booking class
SeatCount  s:int  optional      
documentation
Number of seats
Cabin  CabinType  optional      
documentation
Cabin 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
AAS  derived by: s:string        
documentation
Action/advice/status code: HK, TK, etc
FareBasis  s:string        
documentation
Fare basis code of Adult fare - for metasearch replyes only
CRS  CRSType        
documentation
CRS code
RecordLocator  s:string        
documentation
Record Locator
AirlineRecordLocator  s:string        
documentation
Airline record locator
source <s:element name="Reservation" maxOccurs="unbounded">
 
<s:complexType>
   
<s:attributeGroup ref="Reservation"/>
   
<s:attribute name="Cabin" type="CabinType" use="optional">
     
<s:annotation>
       
<s:documentation>Cabin code. </s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attributeGroup ref="BookingStatusType"/>
   
<s:attribute name="AAS">
     
<s:annotation>
       
<s:documentation>Action/advice/status code: HK, TK, etc</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:length value="2"/>
         
<s:whiteSpace value="collapse"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="FareBasis" type="s:string">
     
<s:annotation>
       
<s:documentation>Fare basis code of Adult fare - for metasearch replyes only</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="CRS" type="CRSType">
     
<s:annotation>
       
<s:documentation>CRS code</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="RecordLocator" type="s:string">
     
<s:annotation>
       
<s:documentation>Record Locator</s:documentation>
     
</s:annotation>
   
</s:attribute>
   
<s:attribute name="AirlineRecordLocator" type="s:string">
     
<s:annotation>
       
<s:documentation>Airline record locator</s:documentation>
     
</s:annotation>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute FlightScheduleType/ReservationDetails/Reservation/@Cabin
type CabinType
properties
use optional
facets
Kind Value Annotation
enumeration First
enumeration Business
enumeration Economy
enumeration Comfort
annotation
documentation
Cabin code.
source <s:attribute name="Cabin" type="CabinType" use="optional">
 
<s:annotation>
   
<s:documentation>Cabin code. </s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/ReservationDetails/Reservation/@AAS
type restriction of s:string
facets
Kind Value Annotation
length 2
whiteSpace collapse
annotation
documentation
Action/advice/status code: HK, TK, etc
source <s:attribute name="AAS">
 
<s:annotation>
   
<s:documentation>Action/advice/status code: HK, TK, etc</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:length value="2"/>
     
<s:whiteSpace value="collapse"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute FlightScheduleType/ReservationDetails/Reservation/@FareBasis
type s:string
annotation
documentation
Fare basis code of Adult fare - for metasearch replyes only
source <s:attribute name="FareBasis" type="s:string">
 
<s:annotation>
   
<s:documentation>Fare basis code of Adult fare - for metasearch replyes only</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/ReservationDetails/Reservation/@CRS
type CRSType
facets
Kind Value Annotation
enumeration 1A
documentation
Amadeus
enumeration 1G
documentation
Galileo
enumeration 1H
documentation
Sirena2000
enumeration 1M
documentation
TAIS CRS
enumeration 1N
enumeration 1S
documentation
Sabre
enumeration S7
documentation
SITA S7
enumeration DP
documentation
Navitaire for DP
enumeration 
documentation
Charter gate
enumeration 
documentation
Aviacenter charter gate
enumeration R3
documentation
SITA R3
enumeration A4
documentation
TAIS CRS for A4
enumeration XS
documentation
SITA CRS
enumeration NDC
documentation
NDC based CRS
enumeration MV
documentation
GRS-MixVel
annotation
documentation
CRS code
source <s:attribute name="CRS" type="CRSType">
 
<s:annotation>
   
<s:documentation>CRS code</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/ReservationDetails/Reservation/@RecordLocator
type s:string
annotation
documentation
Record Locator
source <s:attribute name="RecordLocator" type="s:string">
 
<s:annotation>
   
<s:documentation>Record Locator</s:documentation>
 
</s:annotation>
</s:attribute>

attribute FlightScheduleType/ReservationDetails/Reservation/@AirlineRecordLocator
type s:string
annotation
documentation
Airline record locator
source <s:attribute name="AirlineRecordLocator" type="s:string">
 
<s:annotation>
   
<s:documentation>Airline record locator</s:documentation>
 
</s:annotation>
</s:attribute>

element FlightScheduleType/OperatingAirline
diagram sigws_p376.png
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Airline  derived by: s:string  required      
documentation
Operating Airline
Flight  s:string        
documentation
Operating flight number
source <s:element name="OperatingAirline" minOccurs="0">
 
<s:complexType>
   
<s:attribute name="Airline" use="required">
     
<s:annotation>
       
<s:documentation>Operating Airline</s:documentation>
     
</s:annotation>
     
<s:simpleType>
       
<s:restriction base="s:string">
         
<s:length value="2"/>
         
<s:whiteSpace value="collapse"/>
       
</s:restriction>
     
</s:simpleType>
   
</s:attribute>
   
<s:attribute name="Flight" type="s:string">
     
<s:annotation>
       
<s:documentation>Operating flight number</s:documentation>
     
</s:annotation>
   
</s:attribute>
 
</s:complexType>
</s:element>

attribute FlightScheduleType/OperatingAirline/@Airline
type restriction of s:string
properties
use required
facets
Kind Value Annotation
length 2
whiteSpace collapse
annotation
documentation
Operating Airline
source <s:attribute name="Airline" use="required">
 
<s:annotation>
   
<s:documentation>Operating Airline</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:length value="2"/>
     
<s:whiteSpace value="collapse"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute FlightScheduleType/OperatingAirline/@Flight
type s:string
annotation
documentation
Operating flight number
source <s:attribute name="Flight" type="s:string">
 
<s:annotation>
   
<s:documentation>Operating flight number</s:documentation>
 
</s:annotation>
</s:attribute>

element FlightScheduleType/Comment
diagram sigws_p377.png
type s:string
properties
minOcc 0
maxOcc 1
content simple
source <s:element name="Comment" type="s:string" minOccurs="0"/>


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