diagram | ![]() |
||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="AngularVelocityVectorType" abstract="false"> <xs:annotation> <xs:appinfo>Angular velocity measured in radians per second out each of the entity's own coordinate axes. Order of measurement is angular velocity around the x, y, and z axis of the entity. The positive direction is determined by the right hand rule. Section 6.2.7 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="x" type="xs:float"> <xs:annotation> <xs:appinfo>velocity about the x axis</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="y" type="xs:float"> <xs:annotation> <xs:appinfo>velocity about the y axis</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="z" type="xs:float"> <xs:annotation> <xs:appinfo>velocity about the zaxis</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="x" type="xs:float"> <xs:annotation> <xs:appinfo>velocity about the x axis</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="y" type="xs:float"> <xs:annotation> <xs:appinfo>velocity about the y axis</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="z" type="xs:float"> <xs:annotation> <xs:appinfo>velocity about the zaxis</xs:appinfo> </xs:annotation> </xs:attribute> |