| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| appinfo | | Element containing control coefficients of the UAV mathematical model (i.e. the effect of the controls on UAV's flight). |
|
| source |
<xsd:complexType name="UavControlCoefficientsType">
<xsd:annotation>
<xsd:appinfo>Element containing control coefficients of the UAV mathematical model (i.e. the effect of the controls on UAV's flight).</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="cLdeltaE" type="xsd:double" use="required"/>
<xsd:attribute name="cDdeltaE" type="xsd:double" use="required"/>
<xsd:attribute name="cMdeltaE" type="xsd:double" use="required"/>
<xsd:attribute name="cLdeltaA" type="xsd:double" use="required"/>
<xsd:attribute name="cNdeltaA" type="xsd:double" use="required"/>
<xsd:attribute name="cYdeltaR" type="xsd:double" use="required"/>
<xsd:attribute name="cLdeltaR" type="xsd:double" use="required"/>
<xsd:attribute name="cNdeltaR" type="xsd:double" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |