rail:aBlockPartSequence

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
basicBlockRef rail:tGenericRef optional
dayOffset rail:tCounter 0 optional
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
postProcessingTime xs:duration optional
duration from the end of blockPart until the end of blocking of the resource
preProcessingTime xs:duration optional
duration from the beginning of blocking of the resource until start of blockPart
sequence rail:tPositiveCounter required

Used By

Source

<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>