generic type for angular speed/velocity values measured in degree per second |
Attribute | rail:aTilting/@tiltingSpeed |
<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> |