complexType uavCyclicOrderElementType
diagram AVCL.3.1_diagrams/AVCL.3.1_p436.png
used by
element Cyclic
attributes
Name  Type  Use  Default  Fixed  Annotation
longitudinal  signedPercentType  required      
lateral  signedPercentType  required      
annotation
documentation
Element representing rotary-wing unmanned aerial vehicle commanded cyclic settings.
source <xsd:complexType name="uavCyclicOrderElementType">
 
<xsd:annotation>
   
<xsd:documentation>Element representing rotary-wing unmanned aerial vehicle commanded cyclic settings.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="longitudinal" type="signedPercentType" use="required"/>
 
<xsd:attribute name="lateral" type="signedPercentType" use="required"/>
</xsd:complexType>

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

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


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