complexType speedElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p416.png
type extension of scalarElementType
properties
base scalarElementType
used by
elements MakeClimbRate MakeKnots MakeSpeed
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xsd:double  required      
timeStamp  nonNegativeScalarType  optional      
documentation
Time value in seconds.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
speedOverGround  xsd:boolean  optional  false    
documentation
Set to true if speed is to be over the ground, false if it is speed through the air or water.
annotation
documentation
Type for an element with a single scalar valued attribute that is greater than or equal to 0.
source <xsd:complexType name="speedElementType">
 
<xsd:annotation>
   
<xsd:documentation>Type for an element with a single scalar valued attribute that is greater than or equal to 0.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="scalarElementType">
     
<xsd:attribute name="speedOverGround" type="xsd:boolean" use="optional" default="false">
       
<xsd:annotation>
         
<xsd:documentation>Set to true if speed is to be over the ground, false if it is speed through the air or water.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute speedElementType/@speedOverGround
type xsd:boolean
properties
use optional
default false
annotation
documentation
Set to true if speed is to be over the ground, false if it is speed through the air or water.
source <xsd:attribute name="speedOverGround" type="xsd:boolean" use="optional" default="false">
 
<xsd:annotation>
   
<xsd:documentation>Set to true if speed is to be over the ground, false if it is speed through the air or water.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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