rail:eOperatingDay

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:operatingDayDeviance*

Attributes

QName Type Fixed Default Use Inheritable Annotation
endDate xs:date optional
onRequest xs:boolean optional
needed for "runs Monday to Friday and additionally Sunday on request"
operatingCode rail:tOperatingCode required
startDate xs:date optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="eOperatingDay">
  <xs:complexContent>
    <xs:extension base="rail:tOperatingDay">
      <xs:sequence>
        <xs:element name="operatingDayDeviance" type="rail:tOperatingDayDeviance" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:operatingDayDeviance"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>