Dev:TrainClearanceGauges

From railML 2 Wiki
Revision as of 20:12, 9 January 2018 by RailML Coord Documentation (talk | contribs) (Streamlined)
Jump to navigation Jump to search
UnderConstruction.png This page is under construction. Sorry for temporary problems. See the discussion page to find a summary of the tasks and to coordinate the work on this page. Recognize that the content of this page may change quickly. Ferri Leberl (talk) 15:04, 9 January 2018 (CET)

The codelist TrainClearaneGauges collects clearance gauge standards. It provides data related to a particular train clearance gauge class. Your railML® download will usually contain the codelists in a directory codelists, next to documentation and schema. As As the codelists have shorter cycles than railML® versions have you might want to get the current list from https://svn.railml.org/railML2/trunk/codelists/TrainClearanceGauges.xml.

The code lists are intended to address certain frequently used entities with a single code, as to avoid repetitious work as well as ambiguity errors. Moreover, the separation of schema and codelists allows actualizing the codelists in very short cycles. The concept of codelists is explained here.

The codelist consists of clearance gauge standards. It provides data related to a particular train clearance gauge class. The items are named <trainClearanceGauge> with the following specification:

  • Attributes
    • code: A code, that should be referred to from within a railML file, typically a short name for the train clearance gauges in latin letters
  • Children
    • <description>: Internationalized name of the clearance gauge.
    • <validFor>: Gives indication, whether the clearance gauge is valid for only a national, several national or all TSI-compliant networks.
Example entry
<trainClearanceGauge code="GA">
 <description>stucture gauge GA according European standard</description>
 <validFor>interoperable</validFor>
</trainClearanceGauge>

Affected Elements

Currently the codelist InfrastructureManagers.XML can be called from three elements:

Missinginformation.png In this article there is information missing with respect to the elements calling this codelist. Please help improving the railML® wiki by filling the gaps. Possibly, you will find further details on the discussion pageFerri Leberl (talk) 19:12, 9 January 2018 (CET)

Current entries

As of January 2018, the following companies are listed:

railML® Code Description ValidFor URL Contact

Are you missing an entry? The procedure to extend the list is explained here.