TT:blockPartSequence: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Updated using new templates (Vorlage:InheritRef, Vorlage:RailMLType))
(Type constraints added)
Line 26: Line 26:


|constraints =
|constraints =
* {{Attr|sequence}} {{XsdType|positiveInteger}}, mandatory
* {{Attr|sequence}} {{RailMLType|tPositiveCounter}}, mandatory


* {{Attr|dayOffset}} {{XsdType|nonNegativeInteger}}, optional
* {{Attr|dayOffset}} {{RailMLType|tCounter}}, optional


* {{Attr|preProcessingTime}} {{XsdType|duration}}, optional
* {{Attr|preProcessingTime}} {{XsdType|duration}}, optional

Revision as of 09:02, 8 December 2011


blockPartSequence
 


Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <blockPartSequence> groups the referenced blockParts into a sequence of tasks.

In dem Element <blockPartSequence> werden die referenzierten blockParts als Einzelaufgaben zu einem "Dienst" gruppiert. Dafür wird deren zeitliche Abfolge inklusive Vor- und Nachbereitungszeiten festgelegt.

Attributes of blockPartSequence / Attribute von blockPartSequence

  • dayOffset: This defines the day the blockPart starts if the block runs over midnight (even if it is not longer than 24 hours). First day is 0. If the attribute is absent all referenced blockParts start at the first day.
  • preProcessingTime: This is the duration from the beginning of blocking of the ressource until start of blockPart. If this attribute is absent the pre-processing time is cero length.
  • postProcessingTime: This is the duration from the end of the chronologically last blockPart until the end of blocking of the ressource. If this attribute is absent the post-processing time is cero length.
  • basicBlockRef: This refers to the id attribute of the associated <block> element.

Syntactic Constraints / Syntaktische Beschränkungen

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.