Definition Type: ComplexType
Name: SpecifiedAmenity
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Amenities requested for this tee time round. Note that amenities may be tied to individual golfers or to the tee time as a whole. Amenities requested for this tee time round. Note that amenities may be tied to individual golfers or to the tee time as a whole.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Amenity in schema common_4_0_0_xsd Drilldown into number in schema common_4_0_0_xsdXSD Diagram of SpecifiedAmenity in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amenity ota2-0400:Amenity 1 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
number ota2-0400:number Required
Collapse Derivation Tree:
Collapse References:
ota2-0400:SpecifiedAmenity