rail:aCurvingLimitation

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
horizontalCurveRadius rail:tLengthM optional
maximum horizontal curve radius in metres allowed for the vehicle running
verticalCrestRadius rail:tLengthM optional
maximum vertical radius of any crest (de: Kuppe) in metres allowed for the vehicle running
verticalSagRadius rail:tLengthM optional
maximum vertical radius of any sag (de: Wanne) in metres allowed for the vehicle running

Used By

Source

<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>