complexType DeadReckoningParametersType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p382.png
type extension of rootType
properties
base rootType
abstract false
children entityLinearAcceleration entityAngularVelocity
used by
element EntityStatePdu/deadReckoningParameters
attributes
Name  Type  Use  Default  Fixed  Annotation
deadReckoningAlgorithm  xs:string        
appinfo
Algorithm to use in computing dead reckoning. See EBV doc. (SISO enumeration DeadReckoningAlgorithm
                     uid 44)
                 
parameters          
appinfo
Dead reckoning parameters. Contents depends on algorithm.
annotation
appinfo
Not specified in the standard. This is used by the ESPDU
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>

attribute DeadReckoningParametersType/@deadReckoningAlgorithm
type xs:string
annotation
appinfo
Algorithm to use in computing dead reckoning. See EBV doc. (SISO enumeration DeadReckoningAlgorithm
                     uid 44)
                 
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>

attribute DeadReckoningParametersType/@parameters
annotation
appinfo
Dead reckoning parameters. Contents depends on algorithm.
source <xs:attribute name="parameters">
 
<xs:annotation>
   
<xs:appinfo>Dead reckoning parameters. Contents depends on algorithm.</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

element DeadReckoningParametersType/entityLinearAcceleration
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p383.png
type Vector3FloatType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
x  xs:float        
appinfo
X value
y  xs:float        
appinfo
y Value
z  xs:float        
appinfo
Z value
annotation
appinfo
Linear acceleration of the entity
source <xs:element name="entityLinearAcceleration" type="Vector3FloatType">
 
<xs:annotation>
   
<xs:appinfo>Linear acceleration of the entity</xs:appinfo>
 
</xs:annotation>
</xs:element>

element DeadReckoningParametersType/entityAngularVelocity
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p384.png
type Vector3FloatType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
x  xs:float        
appinfo
X value
y  xs:float        
appinfo
y Value
z  xs:float        
appinfo
Z value
annotation
appinfo
Angular velocity of the entity
source <xs:element name="entityAngularVelocity" type="Vector3FloatType">
 
<xs:annotation>
   
<xs:appinfo>Angular velocity of the entity</xs:appinfo>
 
</xs:annotation>
</xs:element>


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