<xs:complexType name="OperationSchedulesType">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of operation schedules.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OperationSchedule" type="OperationScheduleType" maxOccurs="999">
<xs:annotation>
<xs:documentation xml:lang="en">The OperationSchedule class defines the dates and hours of operation. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The date range for which the operation schedule information is valid.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
|