attributeGroup Reservation
used by
element FlightScheduleType/ReservationDetails/Reservation
complexType RailReservation
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
source <s:attributeGroup name="Reservation">
 
<s:attribute name="ReservationRef" type="s:string" use="optional">
   
<s:annotation>
     
<s:documentation>Reference to this item</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="RBD" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Booking class</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="SeatCount" type="s:int" use="optional">
   
<s:annotation>
     
<s:documentation>Number of seats</s:documentation>
   
</s:annotation>
 
</s:attribute>
</s:attributeGroup>

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

attribute Reservation/@RBD
type s:string
properties
use required
annotation
documentation
Booking class
source <s:attribute name="RBD" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Booking class</s:documentation>
 
</s:annotation>
</s:attribute>

attribute Reservation/@SeatCount
type s:int
properties
use optional
annotation
documentation
Number of seats
source <s:attribute name="SeatCount" type="s:int" use="optional">
 
<s:annotation>
   
<s:documentation>Number of seats</s:documentation>
 
</s:annotation>
</s:attribute>


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