Schema Component Representation
<
xs:complexType
name="
TripPreferences">
<
xs:sequence>
<
xs:element
name="
selectionCriteria"
type="
RouteSelection
"
minOccurs="
0"/>
<
xs:element
name="
amenities"
type="
AmenitiesList
"
minOccurs="
0"
maxOccurs="
16"/>
</
xs:sequence>
</
xs:complexType>