rail:tOperatingDay

Complex Type Information

Model

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

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

Complex Type rail:eOperatingDay

Source

<xs:complexType name="tOperatingDay">
  <xs:sequence>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation>
      </xs:annotation>
    </xs:any>
  </xs:sequence>
  <xs:attributeGroup ref="rail:aOperatingCode"/>
  <xs:attributeGroup ref="rail:aTimePeriod"/>
  <xs:attributeGroup ref="rail:anyAttribute"/>
</xs:complexType>