<xs:group name="PickupGroup">
<xs:annotation>
<xs:documentation>************************************** Where to pickup vehicles. **************************************</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="Pickup" minOccurs="0"/>
<xs:element ref="Pickups" minOccurs="0"/>
</xs:sequence>
</xs:group> |