diagram |
 |
children |
PIDControl ControlLimits Standoff |
used by |
|
attributes |
|
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> |