<xs:group name="DropOffGroup">
<xs:annotation>
<xs:documentation>************************************** Where to drop a vehicle, if different from the pickup station **************************************</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:annotation>
<xs:documentation>************************************** Either an element, a collection of elements or a default element with a collection below. Preference or default information can also be marked within the collection **************************************</xs:documentation>
</xs:annotation>
<xs:element ref="DropOff" minOccurs="0"/>
<xs:element ref="DropOffs" minOccurs="0"/>
</xs:sequence>
</xs:group> |