TT:blockPartSequence: Difference between revisions
Jump to navigation
Jump to search
[unchecked revision] | [unchecked revision] |
(Created using schema inside documentation) |
m (bug fixed) |
||
Line 15: | Line 15: | ||
* {{Attr|sequence}}: This number defines the order of the referenced {{TT:Doc|blockPart}}s within {{TT:Tag|blockPartRef}}. It has to follow the constraints of {{XsdType|positiveInteger}}. It is a madatory attribute. | * {{Attr|sequence}}: This number defines the order of the referenced {{TT:Doc|blockPart}}s within {{TT:Tag|blockPartRef}}. It has to follow the constraints of {{XsdType|positiveInteger}}. It is a madatory attribute. | ||
* {{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. It has to follow the constraints of {{XsdType|nonNegativeInteger}}. | * {{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. It has to follow the constraints of {{XsdType|nonNegativeInteger}}. | ||
* {{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. It has to follow the constraints of {{XsdType|duration}}. | * {{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. It has to follow the constraints of {{XsdType|duration}}. |
Revision as of 11:29, 29 November 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>. It has to follow the constraints of xs:positiveInteger. It is a madatory attribute.
- 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. It has to follow the constraints of xs:nonNegativeInteger.
- 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. It has to follow the constraints of xs:duration.
- 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. It has to follow the constraints of xs:duration.
- basicBlockRef: This is the reference to id of the <block>. It has to follow the constraints of xs:IDREF.
Syntactic Constraints / Syntaktische Beschränkungen
sequence 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.