complexType uavStabilatorOrderElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p432.png
used by
element Elevator
attributes
Name  Type  Use  Default  Fixed  Annotation
port  signedPercentType  required      
starboard  signedPercentType  required      
annotation
documentation
Element representing rotary-wing unmanned aerial vehicle commanded stabilator setting.
source <xsd:complexType name="uavStabilatorOrderElementType">
 
<xsd:annotation>
   
<xsd:documentation>Element representing rotary-wing unmanned aerial vehicle commanded stabilator setting.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="port" type="signedPercentType" use="required"/>
 
<xsd:attribute name="starboard" type="signedPercentType" use="required"/>
</xsd:complexType>

attribute uavStabilatorOrderElementType/@port
type signedPercentType
properties
use required
facets
Kind Value Annotation
minInclusive -100
maxInclusive 100
source <xsd:attribute name="port" type="signedPercentType" use="required"/>

attribute uavStabilatorOrderElementType/@starboard
type signedPercentType
properties
use required
facets
Kind Value Annotation
minInclusive -100
maxInclusive 100
source <xsd:attribute name="starboard" type="signedPercentType" use="required"/>


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