complexType UavVehicleCharacteristicsType
diagram ConfigurationSchema_p112.png
used by
element UavDynamicsCoefficientsType/Vehicle
attributes
Name  Type  Use  Default  Fixed  annotation
weightNonNegativeDoubleTyperequired      
wingspanNonNegativeDoubleTyperequired      
avgChordNonNegativeDoubleTyperequired      
planFormAreaNonNegativeDoubleTyperequired      
tailXxsd:doublerequired      
tailYxsd:doublerequired      
tailZxsd:doublerequired      
descriptionxsd:stringoptional      
annotation
appinfo
Element containing general characteristics of a UAV.
source <xsd:complexType name="UavVehicleCharacteristicsType">
 
<xsd:annotation>
   
<xsd:appinfo>Element containing general characteristics of a UAV.</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:attribute name="weight" type="NonNegativeDoubleType" use="required"/>
 
<xsd:attribute name="wingspan" type="NonNegativeDoubleType" use="required"/>
 
<xsd:attribute name="avgChord" type="NonNegativeDoubleType" use="required"/>
 
<xsd:attribute name="planFormArea" type="NonNegativeDoubleType" use="required"/>
 
<xsd:attribute name="tailX" type="xsd:double" use="required"/>
 
<xsd:attribute name="tailY" type="xsd:double" use="required"/>
 
<xsd:attribute name="tailZ" type="xsd:double" use="required"/>
 
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType>

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

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

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

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

attribute UavVehicleCharacteristicsType/@tailX
type xsd:double
properties
isRef 0
use required
source <xsd:attribute name="tailX" type="xsd:double" use="required"/>

attribute UavVehicleCharacteristicsType/@tailY
type xsd:double
properties
isRef 0
use required
source <xsd:attribute name="tailY" type="xsd:double" use="required"/>

attribute UavVehicleCharacteristicsType/@tailZ
type xsd:double
properties
isRef 0
use required
source <xsd:attribute name="tailZ" type="xsd:double" use="required"/>


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