rail:tSpeedDegreesPerSecond

generic type for angular speed/velocity values measured in degree per second

Simple Type Information

Used By

Source

<xs:simpleType name="tSpeedDegreesPerSecond">
  <xs:annotation>
    <xs:documentation>generic type for angular speed/velocity values measured in degree per second</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="3"/>
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>