rail:aTilting

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
actuation rail:tTiltingActuationType optional
way of actuating the car body tilting (active/passive)
maxTiltingAngle rail:tAngleDegQuadrant optional
maximum tilting angle in degrees
tiltingSpeed rail:tSpeedDegreesPerSecond optional
speed of changing the tilting angle in degrees per second

Used By

Complex Type rail:tTilting

Source

<xs:attributeGroup name="aTilting">
  <xs:attribute name="maxTiltingAngle" type="rail:tAngleDegQuadrant">
    <xs:annotation>
      <xs:documentation>maximum tilting angle in degrees</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="actuation" type="rail:tTiltingActuationType">
    <xs:annotation>
      <xs:documentation>way of actuating the car body tilting (active/passive)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="tiltingSpeed" type="rail:tSpeedDegreesPerSecond">
    <xs:annotation>
      <xs:documentation>speed of changing the tilting angle in degrees per second</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>