complexType speedElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p417.png
type extension of scalarElementType
properties
base scalarElementType
used by
elements MakeClimbRate MakeKnots MakeSpeed MoveLateral
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xsd:double  required      
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
id  xsd:ID  optional      
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