complexType UavControlConstantsType
diagram ConfigurationSchema_p76.png
children PIDControl ControlLimits Standoff
used by
element UAVExecutionParameters/UAVControlConstants
attributes
Name  Type  Use  Default  Fixed  annotation
unitsUnitsOfMeasureType      
descriptionxsd:stringoptional      
annotation
appinfo
Vehicle control coefficients for an unmanned aerial vehicle.
source <xsd:complexType name="UavControlConstantsType">
 
<xsd:annotation>
   
<xsd:appinfo>Vehicle control coefficients for an unmanned aerial vehicle.</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="PIDControl" type="UavPidControlType"/>
   
<xsd:element name="ControlLimits" type="UavControlLimitsType"/>
   
<xsd:element name="Standoff" type="DistanceType"/>
 
</xsd:sequence>
 
<xsd:attribute name="units" type="UnitsOfMeasureType"/>
 
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType>

attribute UavControlConstantsType/@units
type UnitsOfMeasureType
properties
isRef 0
facets
Kind Value annotation 
enumeration british 
enumeration metric 
source <xsd:attribute name="units" type="UnitsOfMeasureType"/>

element UavControlConstantsType/PIDControl
diagram ConfigurationSchema_p77.png
type UavPidControlType
properties
isRef 0
content complex
children PowerControlConstants ElevatorControlConstants RudderControlConstants AileronControlConstants
attributes
Name  Type  Use  Default  Fixed  annotation
enabledxsd:booleanrequired      
descriptionxsd:stringoptional      
source <xsd:element name="PIDControl" type="UavPidControlType"/>

element UavControlConstantsType/ControlLimits
diagram ConfigurationSchema_p78.png
type UavControlLimitsType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
maxPowerNonNegativeDoubleTyperequired      
maxRudderNonNegativeDoubleTyperequired      
maxElevatorNonNegativeDoubleTyperequired      
maxAileronNonNegativeDoubleTyperequired      
descriptionxsd:stringoptional      
source <xsd:element name="ControlLimits" type="UavControlLimitsType"/>

element UavControlConstantsType/Standoff
diagram ConfigurationSchema_p79.png
type DistanceType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
distanceNonNegativeDoubleTyperequired      
descriptionxsd:stringoptional      
source <xsd:element name="Standoff" type="DistanceType"/>


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