complexType telemetryElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p421.png
children Posture PostureRate
used by
element Telemetry
attributes
Name  Type  Use  Default  Fixed  Annotation
time  positiveScalarType        
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
id  xsd:ID  optional      
annotation
documentation
Element representing a vehicle's telemetry (position and velocity) at a specific point in time.
source <xsd:complexType name="telemetryElementType">
 
<xsd:annotation>
   
<xsd:documentation>Element representing a vehicle's telemetry (position and velocity) at a specific point in time.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element ref="Posture"/>
   
<xsd:element ref="PostureRate"/>
 
</xsd:sequence>
 
<xsd:attribute name="time" type="positiveScalarType"/>
 
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType>

attribute telemetryElementType/@time
type positiveScalarType
facets
Kind Value Annotation
minInclusive 0
source <xsd:attribute name="time" type="positiveScalarType"/>


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