rail:eLoadLimitMatrix

Complex Type Information

Model

Children: rail:loadLimit

Attributes

QName Type Fixed Default Use Inheritable Annotation
chassisSpeed rail:tSpeedKmPerHour optional
maximum speed allowed for the vehicle not considering braking capabilities

Used By

Source

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