<xs:attributeGroup name="aBlockPartSequence">
<xs:attribute name="sequence" type="rail:tPositiveCounter" use="required"/>
<xs:attribute name="dayOffset" type="rail:tCounter" default="0">
<xs:annotation>
<xs:documentation>defines the day the blockPart starts if the block runs over midnight (even if it is not longer than 24 hours); first day and default value is 0</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="preProcessingTime" type="xs:duration">
<xs:annotation>
<xs:documentation>duration from the beginning of blocking of the resource until start of blockPart</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="postProcessingTime" type="xs:duration">
<xs:annotation>
<xs:documentation>duration from the end of blockPart until the end of blocking of the resource</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="basicBlockRef" type="rail:tGenericRef"/>
</xs:attributeGroup> |