| diagram |
 |
| used by |
|
| 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 |
| | CoachType | s:string | required | | | | | Seats | strlist | optional | | | |
|
| source |
<s:complexType name="RailReservation">
<s:attributeGroup ref="Reservation"/>
<s:attribute name="CoachType" type="s:string" use="required"/>
<s:attribute name="Seats" type="strlist" use="optional"/>
</s:complexType> |