diagram |
 |
used by |
|
attributes |
|
annotation |
appinfo | Maximum control setting for UAV controller settings. |
|
source |
<xsd:complexType name="UavControlLimitsType">
<xsd:annotation>
<xsd:appinfo>Maximum control setting for UAV controller settings.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="maxPower" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="maxRudder" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="maxElevator" type="NonNegativeDoubleType" use="required"/>
<xsd:attribute name="maxAileron" type="NonNegativeDoubleType" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |