<xs:simpleType name="tLineClassificationType">
<xs:annotation>
<xs:documentation>according EN 15528 (other national values also possible)</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>axle load: 16.0 t, meter load: 5.0 t/m</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B1">
<xs:annotation>
<xs:documentation>axle load: 18.0 t, meter load: 5.0 t/m</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="B2">
<xs:annotation>
<xs:documentation>axle load: 18.0 t, meter load: 6.4 t/m</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C2">
<xs:annotation>
<xs:documentation>axle load: 20.0 t, meter load: 6.4 t/m</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C3">
<xs:annotation>
<xs:documentation>axle load: 20.0 t, meter load: 7.2 t/m</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C4">
<xs:annotation>
<xs:documentation>axle load: 20.0 t, meter load: 8.0 t/m</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D2">
<xs:annotation>
<xs:documentation>axle load: 22.5 t, meter load: 6.4 t/m</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D3">
<xs:annotation>
<xs:documentation>axle load: 22.5 t, meter load: 7.2 t/m</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D4">
<xs:annotation>
<xs:documentation>axle load: 22.5 t, meter load: 8.0 t/m</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D4xL">
<xs:annotation>
<xs:documentation>only valid for locomotives</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="E4">
<xs:annotation>
<xs:documentation>axle load: 25.0 t, meter load: 8.0 t/m</xs:documentation>
<xs:documentation>only valid for freight cars</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="E5">
<xs:annotation>
<xs:documentation>axle load: 25.0 t, meter load: 8.8 t/m</xs:documentation>
<xs:documentation>only valid for freight cars</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="rail:tOtherEnumerationValue"/>
</xs:simpleType>
</xs:union>
</xs:simpleType> |