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