Line category (de: Streckenklasse)
Line category (de: Streckenklasse)
The European standard EN 15528 defines line categories depending on the maximum allowed meter load and axle load.
The following entries are possible (see [http://de.wikipedia.org/wiki/Streckenklasse]):
- A
- B1
- B2
- C2
- C3
- C4
- CE
- CM2
- CM3
- CM4
- D2
- D3
- D4
- E4
- E5
- F
- G
The line category shall be modelled in railML 2.3.
Link issues together to show that they're related. Learn more.
Activity
- Author Maintainer
- Status changed from new to accepted
- Author Maintainer
implemented with revision [620]
- Author Maintainer
- Resolution set to fixed
- Status changed from accepted to closed
wiki page about line [http://wiki.railml.org/index.php?title=IS:line] has been updated and contains now also the line category attribute.
- Author Maintainer
In [changeset:"621/railML"]:
modifying lineCategory according to EN 15528 as parameter for line elements, see #259
- Author Maintainer
The list with line categories has been updated in order to focus only the line categories mentioned in the EN 15528. Therefore, CE, CMx, F and G, which are listed in the wikipedia article, have been deleted. These categories are national entries and do not belong to EN 15528. On the other side, D4xL has been added.
- Author Maintainer
- Resolution fixed deleted
- Status changed from closed to reopened
to be fused with the existing implementation in railwayBaseTypes.xsd:
<xs:simpleType name="tLineClassificationType"> <xs:annotation> <xs:documentation>according RIV</xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="A" /> <xs:enumeration value="B1" /> <xs:enumeration value="B2" /> <xs:enumeration value="B3" /> <xs:enumeration value="B4" /> <xs:enumeration value="C1" /> <xs:enumeration value="C2" /> <xs:enumeration value="C3" /> <xs:enumeration value="C4" /> <xs:enumeration value="CM2" /> <xs:enumeration value="CM3" /> <xs:enumeration value="CM4" /> <xs:enumeration value="D2" /> <xs:enumeration value="D3" /> <xs:enumeration value="D4" /> <xs:enumeration value="E" /> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="rail:tOtherEnumerationValue" /> </xs:simpleType> </xs:union> </xs:simpleType>
- Author Maintainer
In [changeset:"622/railML"]:
adapting solution for lineCategory problem, see #259
- Author Maintainer
- Resolution set to fixed
- Status changed from reopened to closed
The already existing enumeration type tLineClassificationType has been adapted and is now referenced from the attribute lineCategory within the element.
- Owner
- Milestone %"Version 2.3" deleted
Milestone deleted