TT:circulation

From railML 2 Wiki
Revision as of 12:02, 29 November 2011 by RailML Superseded Users (talk | contribs) (Created using the schema internal documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


circulation
 


Scheme description / Schemenbeschreibung

Position of circulation in the XML-Tree / Position von circulation im XML-Baum

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <circulation> is for chaining the blocks into a complete rostering.

In dem Element <circulation> werden die "Dienste" (blocks) zu einem Umlaufplan verkettet.

Attributes of circulation / Attribute von circulation

  • blockRef: This is the reference to id of the <block>. It has to follow the constraints of xs:IDREF.
  • startDate: If this is absent operatingPeriodRef must be defined. It has to follow the constraints of xs:date.
  • endDate: If this is absent operatingPeriodRef may be defined or it is "open end". It has to follow the constraints of xs:date.
  • operatingPeriodRef: This is the reference to id of the <operatingPeriod> which constraints the dates the referenced block is to be fulfilled. If this is absent the referenced block runs daily from startDate to endDate. It has to follow the constraints of xs:IDREF.
  • repeatCount: This is for abstract circulations from startDate to endDate. It has to follow the constraints of xs:nonNegativeInteger.
  • nextBlockRef: This is the reference to id of the <block> which should follow the currently referenced block. It has to follow the constraints of xs:IDREF.
  • nextOperatingPeriodRef: This is the reference to id of the <operatingPeriod> which constraints the dates the following <circulation>. It has to follow the constraints of xs:IDREF.

Syntactic Constraints / Syntaktische Beschränkungen

blockRef is mandatory.

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.