nc:ScheduleType

complexType ScheduleType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a schedule providing the beginning and ending hours of operation by weekday, for a designated time period.

Diagram

XML Schema

<xs:complexType name="ScheduleType">
<xs:annotation>
<xs:documentation>
A data type for a schedule providing the beginning and ending hours of operation by weekday, for a designated time period.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ScheduleDay" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleExceptionsDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleNonStopIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>