namespace | http://www.ntcip.org/c2f-objects | ||
type | xs:unsignedShort | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="PositionTilt"> <xs:annotation> <xs:documentation> Definition: Object is 4 bytes in length: Byte 1 is the mode of operation defined as stop movement, delta, absolute, or continuous movement, Byte 2 is speed defined as a scalar unit with positive (+) being up and negative (-) being down, Bytes 3 and 4 specify a position or offset measurement in 1/100th degrees. The minimum amount of movement shall be one step as defined by the rangeMinimumTiltStepAngle. </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedShort"/> </xs:simpleType> |