TT:blockPartSequence: Difference between revisions
Jump to navigation
Jump to search
[unchecked revision] | [unchecked revision] |
m (bug fixed) |
(Updated using new templates (Vorlage:InheritRef, Vorlage:RailMLType)) |
||
Line 1: | Line 1: | ||
{{ | {{ElementDocu| | ||
elementName = blockPartSequence | elementName = blockPartSequence | ||
Line 6: | Line 6: | ||
{{Deu|In dem Element {{TT:Tag|blockPartSequence}} werden die referenzierten {{TT:Doc|blockPart}}s als Einzelaufgaben zu einem "Dienst" gruppiert. Dafür wird deren zeitliche Abfolge inklusive Vor- und Nachbereitungszeiten festgelegt.}} | {{Deu|In dem Element {{TT:Tag|blockPartSequence}} werden die referenzierten {{TT:Doc|blockPart}}s als Einzelaufgaben zu einem "Dienst" gruppiert. Dafür wird deren zeitliche Abfolge inklusive Vor- und Nachbereitungszeiten festgelegt.}} | ||
|parent = {{TT: | |parent = {{TT:Tag|block}} | ||
|childs = {{TT: | |childs = {{TT:Tag|blockPartRef}} | ||
|ownAttributes = | |ownAttributes = | ||
* {{Attr|sequence}}: This number defines the order of the referenced {{TT:Doc|blockPart}}s within {{TT:Tag|blockPartRef}} | * {{Attr|sequence}}: This number defines the order of the referenced {{TT:Doc|blockPart}}s within {{TT:Tag|blockPartRef}}. | ||
* {{Attr|dayOffset}}: This defines the day the {{TT:Doc|blockPart}} starts if the {{TT:Doc|block}} runs over midnight (even if it is not longer than 24 hours). First day is <tt>0</tt>. If the attribute is absent all referenced {{TT:Doc|blockPart}}s start at the first day | * {{Attr|dayOffset}}: This defines the day the {{TT:Doc|blockPart}} starts if the {{TT:Doc|block}} runs over midnight (even if it is not longer than 24 hours). First day is <tt>0</tt>. If the attribute is absent all referenced {{TT:Doc|blockPart}}s start at the first day. | ||
* {{Attr|preProcessingTime}}: This is the duration from the beginning of blocking of the ressource until start of {{TT:Doc|blockPart}}. If this attribute is absent the pre-processing time is cero length | * {{Attr|preProcessingTime}}: This is the duration from the beginning of blocking of the ressource until start of {{TT:Doc|blockPart}}. If this attribute is absent the pre-processing time is cero length. | ||
* {{Attr|postProcessingTime}}: This is the duration from the end of the chronologically last {{TT:Doc|blockPart}} until the end of blocking of the ressource. If this attribute is absent the post-processing time is cero length | * {{Attr|postProcessingTime}}: This is the duration from the end of the chronologically last {{TT:Doc|blockPart}} until the end of blocking of the ressource. If this attribute is absent the post-processing time is cero length. | ||
{{InheritRef | |||
|attributeName = basicBlockRef | |||
|contextLink = {{TT:Tag|block}} | |||
|notes_en = | |||
}} | |||
|constraints = | |constraints = | ||
{{Attr|sequence}} | * {{Attr|sequence}} {{XsdType|positiveInteger}}, mandatory | ||
* {{Attr|dayOffset}} {{XsdType|nonNegativeInteger}}, optional | |||
* {{Attr|preProcessingTime}} {{XsdType|duration}}, optional | |||
* {{Attr|postProcessingTime}} {{XsdType|duration}}, optional | |||
* {{Attr|basicBlockRef}} {{RailMLType|tGenericRef}}, optional | |||
|backHome = TT:elements | |backHome = TT:elements | ||
}} | }} |
Revision as of 10:14, 7 December 2011
blockPartSequence
Schema description / Schemabeschreibung
Position of blockPartSequence in the XML-Tree / Position von blockPartSequence im XML-Baum
- Parent: <block>
- Children: <blockPartRef>
Multiplicity / Anzahl
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
- sequence: This number defines the order of the referenced blockParts within <blockPartRef>.
- 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
- sequence xs:positiveInteger, mandatory
- dayOffset xs:nonNegativeInteger, optional
- preProcessingTime xs:duration, optional
- postProcessingTime xs:duration, optional
- basicBlockRef xs:IDREF, optional
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.