rail:eBlockPartSequence

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:blockPartRef+

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
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="eBlockPartSequence">
  <xs:complexContent>
    <xs:extension base="rail:tBlockPartSequence">
      <xs:sequence>
        <xs:element name="blockPartRef" type="rail:tBlockPartRef" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:blockPartRef"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>