rail:circulation

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
blockRef rail:tGenericRef required
endDate xs:date optional
if not defined: as operatingPeriod or open end
nextBlockRef rail:tGenericRef optional
nextOperatingPeriodRef rail:tGenericRef optional
there has to be an information to which operation day of the next block the current block should be linked to. A vehicle can make a standstill for several days but the defined next block inside of the circulation may run every day
operatingPeriodRef rail:tGenericRef optional
if not defined: daily from startDate to endDate
repeatCount rail:tCounter optional
for abstract circulations without start/endDate
startDate xs:date optional
if not defined: operatingPeriodRef must be defined
vehicleCounter rail:tCounter optional
indicating the right vehicle number (de: Fahrzeugnummer) within the circulations
vehicleGroupCounter rail:tCounter optional
indicating the right vehicle group number (de: Gruppennummer) within the circulations
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Source

<xs:element name="circulation" type="rail:tCirculation" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation source="http://wiki.railml.org/index.php?title=TT:circulation"/>
  </xs:annotation>
</xs:element>

Sample