attributeGroup FlightType
used by
element SIG_AirBookRQ/RetrieveBooking
complexType BookingInfoType
attributes
Name  Type  Use  Default  Fixed  Annotation
Airline  derived by: s:string        
documentation
Marketing Airline
Flight  derived by: s:string        
documentation
Flight number
Date  s:date        
documentation
Departure date
source <s:attributeGroup name="FlightType">
 
<s:attribute name="Airline">
   
<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">
   
<s:annotation>
     
<s:documentation>Flight number</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:minLength value="1"/>
       
<s:whiteSpace value="collapse"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="Date" type="s:date">
   
<s:annotation>
     
<s:documentation>Departure date</s:documentation>
   
</s:annotation>
 
</s:attribute>
</s:attributeGroup>

attribute FlightType/@Airline
type restriction of s:string
facets
Kind Value Annotation
length 2
whiteSpace collapse
annotation
documentation
Marketing Airline
source <s:attribute name="Airline">
 
<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 FlightType/@Flight
type restriction of s:string
facets
Kind Value Annotation
minLength 1
whiteSpace collapse
annotation
documentation
Flight number
source <s:attribute name="Flight">
 
<s:annotation>
   
<s:documentation>Flight number</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="1"/>
     
<s:whiteSpace value="collapse"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute FlightType/@Date
type s:date
annotation
documentation
Departure date
source <s:attribute name="Date" type="s:date">
 
<s:annotation>
   
<s:documentation>Departure date</s:documentation>
 
</s:annotation>
</s:attribute>


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