<xs:attributeGroup name="aCurvingLimitation">
<xs:attribute name="horizontalCurveRadius" type="rail:tLengthM">
<xs:annotation>
<xs:documentation>maximum horizontal curve radius in metres allowed for the vehicle running</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="verticalCrestRadius" type="rail:tLengthM">
<xs:annotation>
<xs:documentation>maximum vertical radius of any crest (de: Kuppe) in metres allowed for the vehicle running</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="verticalSagRadius" type="rail:tLengthM">
<xs:annotation>
<xs:documentation>maximum vertical radius of any sag (de: Wanne) in metres allowed for the vehicle running</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |