IS:weightLimit

From railML 3 Wiki
Jump to navigation Jump to search

Introduction

<weightLimit> is a base for determining <line>/@lineCategory.


🗒️ This article uses the unit label meter.

As the reference for this Wiki is British English, the correct label is metre.

Wherever the label meter occurs, it is meant equivalently to metre.

 

Documentation

Syntax

Autoexport from the XML-Schema for element IS:weightLimit of railML® version 3.3
    
Description allowed weight of a train
Subschema infrastructure
Parents*

weightLimits

Children

name (0..*), isValid (0..*), areaLocation (0..*), linearLocation (0..*), spotLocation (0..*), gmlLocation (0..*), networkLocation (0..*), designator (0..*), typeDesignator (0..*), elementState (0..*)

Attributes:
  • axleLoad: generic type for weight/load values measured in tonnes (optional: tWeightTonnes : xs:decimal),

  • meterLoad: generic type for load per meter values measured in tonnes per metre (optional: tMeterloadTonnesPerMeter : xs:decimal),

  • id: the file-internal ID of the object (obligatory: tID : xs:ID): compare: Dev:Identities
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this Wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.


 

Autoexport from the XML-Schema for element IS:weightLimit of railML® version 3.2
    
Description allowed weight of a train
Subschema infrastructure
Parents*

weightLimits

Children

name (0..*), isValid (0..*), areaLocation (0..*), linearLocation (0..*), spotLocation (0..*), gmlLocations (0..*), networkLocation (0..*), designator (0..*), external (0..*), typeDesignator (0..*)

Attributes:
  • axleLoad: generic type for weight/load values measured in tonnes (optional: tWeightTons : xs:decimal),

  • meterLoad: generic type for load per meter values measured in tonnes per metre (optional: tMeterloadTonsPerMeter : xs:decimal),

  • id: the identifier of the object; this can be either of type xs:ID or UUID (obligatory: tID : xs:string: patterns: (urn:uuid: )?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}): compare: Dev:Identities
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this Wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.


 

Autoexport from the XML-Schema for element IS:weightLimit of railML® version 3.1
    
Description This element is not documented in the schema!
Subschema infrastructure
Parents*

weightLimits

Children

name (0..*), isValid (0..*), areaLocation (0..*), linearLocation (0..*), spotLocation (0..*), gmlLocations (0..*), networkLocation (0..*), designator (0..*), external (0..*), any (0..*)

Attributes:
  • axleLoad: generic type for weight/load values measured in tonnes (optional: tWeightTons : xs:decimal),

  • meterLoad: generic type for load per meter values measured in tonnes per metre (optional: tMeterloadTonsPerMeter : xs:decimal),

  • id: the identifier of the object; this can be either of type xs:ID or UUID (obligatory: tID : xs:ID: patterns: (urn:uuid: )?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}): compare: Dev:Identities
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this Wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.


 


Changes 3.1→3.2

There exists an overview of all changes between railML® 3.1 and railML® 3.2 on page Dev:Changes/3.2.

The element documentation has been changed.

The children have been changed.

The attributes have been changed.

Changes 3.2→3.3

There exists an overview of all changes between railML® 3.2 and railML® 3.3 on page Dev:Changes/3.3.

The children have been changed.

The attributes have been changed.

Semantics

Best Practice / Examples

This example is based on Network statement of Správa železnic (external link) section "Weight limits".

Line numbers Line categories
        <line id="lin01" lineCategory="D4">
          <name name="168" language="cz"/>
          <linearLocation id="lin01_lloc01" applicationDirection="both">
            <associatedNetElement netElementRef="ne_a11">
              <geometricCoordinateBegin positioningSystemRef="gps01" x="50.65226" y="13.98532"/> 
              <geometricCoordinateEnd positioningSystemRef="gps01" x="50.65044" y="13.98513"/> 
            </associatedNetElement>
          </linearLocation>
          <linePerformance>
            <allowedWeight ref="wl01"/>
          </linePerformance>
        </line>
        <weightLimit id="wl01" axleLoad="22.5" meterLoad="8.0">
          <linearLocation id="wl01_lloc01" applicationDirection="both">
            <associatedNetElement netElementRef="ne_a11">
              <geometricCoordinateBegin positioningSystemRef="gps01" x="50.65226" y="13.98532"/> 
              <geometricCoordinateEnd positioningSystemRef="gps01" x="50.65044" y="13.98513"/> 
            </associatedNetElement>
          </linearLocation>
        </weightLimit>

Additional Information

Notes

Example was reviewed by the coordinator (link to the railML® website) of the Infrastructure subschema on 2025-10-24.

Open Issues