rail:eBlockParts

Complex Type Information

Model

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

Used By

Source

<xs:complexType name="eBlockParts">
  <xs:sequence>
    <xs:element name="blockPart" type="rail:tBlockPart" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=TT:blockPart"/>
      </xs:annotation>
    </xs:element>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>DEPRECATED: The blockParts element is only the container for blockPart and shall not be extended.</xs:documentation>
      </xs:annotation>
    </xs:any>
  </xs:sequence>
</xs:complexType>