simpleType orientationType
type restriction of xsd:double
properties
base xsd:double
used by
attributes orientationElementType/@phi orientationElementType/@psi orientationElementType/@theta
facets
Kind Value Annotation
minInclusive -360
maxInclusive 360
annotation
documentation
Represents a vehicle Euler angle (degrees) between -360 and 360.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy