rail:aRadiusChange

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
geometryElementDescription rail:tHorizontalCurveType optional
Specific geometric description either of this point or of the curve between this and the next radiusChange element (shall be used in particular for transition curves).
radius rail:tRadiusM required
The radius of the track in [m], which is either valid exactly at this point or from here until the next radiusChange element.
superelevation rail:tLengthMM optional
The superelevation of the track in [mm], which is either valid exactly at this point of from here until the next radiusChange element.

Used By

Complex Type rail:tRadiusChange

Source

<xs:attributeGroup name="aRadiusChange">
  <xs:attribute name="radius" type="rail:tRadiusM" use="required">
    <xs:annotation>
      <xs:documentation>The radius of the track in [m], which is either valid exactly at this point or from here until the next radiusChange element.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="superelevation" type="rail:tLengthMM">
    <xs:annotation>
      <xs:documentation>The superelevation of the track in [mm], which is either valid exactly at this point of from here until the next radiusChange element.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="geometryElementDescription" type="rail:tHorizontalCurveType">
    <xs:annotation>
      <xs:documentation>Specific geometric description either of this point or of the curve between this and the next radiusChange element (shall be used in particular for transition curves).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>