<xs:complexType name="eLoadLimitMatrix">
<xs:complexContent>
<xs:extension base="rail:tLoadLimitMatrixType">
<xs:annotation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:loadLimitMatrix"/>
</xs:annotation>
<xs:sequence>
<xs:element name="loadLimit" type="rail:eLoadLimit" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>container for possible load limits</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:loadLimit"/>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |