| diagram |
 |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | cYbeta | xsd:double | required | | | | | cLbeta | xsd:double | required | | | | | cLp | xsd:double | required | | | | | cLr | xsd:double | required | | | | | cNbeta | xsd:double | required | | | | | cNp | xsd:double | required | | | | | cNr | xsd:double | required | | | | | description | xsd:string | optional | | | |
|
| annotation |
| appinfo | | Element containing lateral coefficients of the UAV mathematical model. |
|
| source |
<xsd:complexType name="UavLateralCoefficientsType">
<xsd:annotation>
<xsd:appinfo>Element containing lateral coefficients of the UAV mathematical model.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="cYbeta" type="xsd:double" use="required"/>
<xsd:attribute name="cLbeta" type="xsd:double" use="required"/>
<xsd:attribute name="cLp" type="xsd:double" use="required"/>
<xsd:attribute name="cLr" type="xsd:double" use="required"/>
<xsd:attribute name="cNbeta" type="xsd:double" use="required"/>
<xsd:attribute name="cNp" type="xsd:double" use="required"/>
<xsd:attribute name="cNr" type="xsd:double" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |