complexType gpsFixCommandType
diagram AVCL.2.0_diagrams/AVCL.2.0_p347.png
type extension of booleanElementType
properties
base booleanElementType
used by
element GpsFix
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xsd:boolean  required      
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
id  xsd:ID  optional      
timeOut  positiveScalarType  optional      
annotation
documentation
Orders the vehicle to surface for a gps fix or resume mission after obtaining a gps fix.
source <xsd:complexType name="gpsFixCommandType">
 
<xsd:annotation>
   
<xsd:documentation>Orders the vehicle to surface for a gps fix or resume mission after obtaining a gps fix.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="booleanElementType">
     
<xsd:attribute name="timeOut" type="positiveScalarType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute gpsFixCommandType/@timeOut
type positiveScalarType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
source <xsd:attribute name="timeOut" type="positiveScalarType" use="optional"/>


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