rail:aServicePeriod

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
bitMask rail:tBitMask optional
a sequence of 1 and 0 for every day of the timetable period, indicating that the train runs or runs not on this specific date
endDate xs:date optional
startDate xs:date optional

Used By

Attribute Group rail:aOperatingPeriod

Source

<xs:attributeGroup name="aServicePeriod">
  <xs:attributeGroup ref="rail:aTimePeriod"/>
  <xs:attribute name="bitMask" type="rail:tBitMask">
    <xs:annotation>
      <xs:documentation>a sequence of 1 and 0 for every day of the timetable period, indicating that the train runs or runs not on this specific date</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>