<xs:element name="OperationSchedule" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">The OperationSchedule class defines details the dates and hours of operation. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="OperationSchedulePlusChargeType">
<xs:attribute name="Name" type="StringLength0to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide a name for a sub-operation (e.g. an activity or event).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|