<xs:complexType name="OperationSchedulePlusChargeType">
<xs:annotation>
<xs:documentation xml:lang="en">This allows a charge to be associated with operating times (e.g. a golf tee time may be more expensive during peak hours v. off peak hours).</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="OperationScheduleType">
<xs:sequence>
<xs:element name="Charge" type="FeeType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Cost associated with an amenity.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|