************************************** The types of meals available on board a transportaion Either a description or a request or a response to a request ************************************** |
Element | Meals |
Complex Types | FlightType, RuleQuantityType, RuleType, SeatType, SegmentAirType, SegmentRailType, SegmentRoadType, SegmentTransferType, SegmentTransportationType, SegmentWaterType, TrainType |
<xs:group name="MealGroup"> <xs:annotation> <xs:documentation>************************************** The types of meals available on board a transportaion Either a description or a request or a response to a request **************************************</xs:documentation> </xs:annotation> <xs:choice> <xs:element ref="Meal"/> <xs:element ref="Meals"/> </xs:choice> </xs:group> |