type | restriction of xsd:double | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="orientationType"> <xsd:annotation> <xsd:documentation>Represents a vehicle Euler angle (degrees) between -360 and 360.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:double"> <xsd:minInclusive value="-360"/> <xsd:maxInclusive value="360"/> </xsd:restriction> </xsd:simpleType> |