<xsd:complexType name="SpecifiedAmenity">
<xsd:annotation>
<xsd:documentation source="Description">Amenities requested for this tee time round. Note that amenities may be tied to individual golfers or to the tee time as a whole.</xsd:documentation>
<xsd:documentation source="Description">Amenities requested for this tee time round. Note that amenities may be tied to individual golfers or to the tee time as a whole.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">SpecifiedAmenity</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="1" ref="ota2-0400:Amenity">
<xsd:annotation>
<xsd:documentation source="Description">Amentities and services available with a product(either included in the price of the tee time or available for an extra fee), such as power carts. Note, includes pricing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="number" type="xsd:positiveInteger" use="required">
<xsd:annotation>
<xsd:documentation source="Description">The number of requested acillary products (amenities)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|