complexType UavControlLimitsType
diagram ConfigurationSchema_p80.png
used by
element UavControlConstantsType/ControlLimits
attributes
Name  Type  Use  Default  Fixed  annotation
maxPowerNonNegativeDoubleTyperequired      
maxRudderNonNegativeDoubleTyperequired      
maxElevatorNonNegativeDoubleTyperequired      
maxAileronNonNegativeDoubleTyperequired      
descriptionxsd:stringoptional      
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>

attribute UavControlLimitsType/@maxPower
type NonNegativeDoubleType
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 
source <xsd:attribute name="maxPower" type="NonNegativeDoubleType" use="required"/>

attribute UavControlLimitsType/@maxRudder
type NonNegativeDoubleType
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 
source <xsd:attribute name="maxRudder" type="NonNegativeDoubleType" use="required"/>

attribute UavControlLimitsType/@maxElevator
type NonNegativeDoubleType
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 
source <xsd:attribute name="maxElevator" type="NonNegativeDoubleType" use="required"/>

attribute UavControlLimitsType/@maxAileron
type NonNegativeDoubleType
properties
isRef 0
use required
facets
Kind Value annotation 
minInclusive 
source <xsd:attribute name="maxAileron" type="NonNegativeDoubleType" use="required"/>


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