rail:eLoadLimit

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
maxSpeed rail:tSpeedKmPerHour required
maximum speed allowed with the load limit

Used By

Source

<xs:complexType name="eLoadLimit">
  <xs:complexContent>
    <xs:extension base="rail:tLoadLimitType">
      <xs:annotation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=RS:loadLimit"/>
      </xs:annotation>
      <xs:sequence>
        <xs:element name="railNetwork" type="rail:tRailNetwork" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>relation to particular rail networks the limit is applicable</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:railNetwork"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="lineClassification" type="rail:tLineClassification" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>load limit with respect to line classification (permissible axle load and meter load)</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:lineClassification"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>