diagram | ![]() |
||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by | |||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:complexType name="EulerAnglesType" abstract="false"> <xs:annotation> <xs:appinfo>Three floating point values representing an orientation, psi, theta, and phi, aka the euler angles, in radians. Section 6.2.33 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="psi" type="xs:float"/> <xs:attribute name="theta" type="xs:float"/> <xs:attribute name="phi" type="xs:float"/> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:float |
source | <xs:attribute name="psi" type="xs:float"/> |
type | xs:float |
source | <xs:attribute name="theta" type="xs:float"/> |
type | xs:float |
source | <xs:attribute name="phi" type="xs:float"/> |