diagram | ![]() |
||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | entityLinearAcceleration entityAngularVelocity | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="DeadReckoningParametersType" abstract="false"> <xs:annotation> <xs:appinfo>Not specified in the standard. This is used by the ESPDU</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="entityLinearAcceleration" type="Vector3FloatType"> <xs:annotation> <xs:appinfo>Linear acceleration of the entity</xs:appinfo> </xs:annotation> </xs:element> <xs:element name="entityAngularVelocity" type="Vector3FloatType"> <xs:annotation> <xs:appinfo>Angular velocity of the entity</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="deadReckoningAlgorithm" type="xs:string"> <xs:annotation> <xs:appinfo>Algorithm to use in computing dead reckoning. See EBV doc. (SISO enumeration DeadReckoningAlgorithm uid 44) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="parameters"> <xs:annotation> <xs:appinfo>Dead reckoning parameters. Contents depends on algorithm.</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="deadReckoningAlgorithm" type="xs:string"> <xs:annotation> <xs:appinfo>Algorithm to use in computing dead reckoning. See EBV doc. (SISO enumeration DeadReckoningAlgorithm uid 44) </xs:appinfo> </xs:annotation> </xs:attribute> |
annotation |
|
||
source | <xs:attribute name="parameters"> <xs:annotation> <xs:appinfo>Dead reckoning parameters. Contents depends on algorithm.</xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | Vector3FloatType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="entityLinearAcceleration" type="Vector3FloatType"> <xs:annotation> <xs:appinfo>Linear acceleration of the entity</xs:appinfo> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | Vector3FloatType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="entityAngularVelocity" type="Vector3FloatType"> <xs:annotation> <xs:appinfo>Angular velocity of the entity</xs:appinfo> </xs:annotation> </xs:element> |