complexType verticalPositionUAVElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p455.png
used by
element VerticalPositionUAV
attributes
Name  Type  Use  Default  Fixed  Annotation
altitudeMSL  xsd:double  required      
altitudeAGL  positiveScalarType  optional      
annotation
documentation
Element representing an unmanned aerial vehicle vertical position.
source <xsd:complexType name="verticalPositionUAVElementType">
 
<xsd:annotation>
   
<xsd:documentation>Element representing an unmanned aerial vehicle vertical position.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="altitudeMSL" type="xsd:double" use="required"/>
 
<xsd:attribute name="altitudeAGL" type="positiveScalarType" use="optional"/>
 
<!-- Mean Sea Level (MSL) altitute is an absolute altitute required by
             Federal Aviation Regulations (FARs), and assigned by Air Traffic
             Control (ATC) for enroute flight  --
>
 
<!-- Above Ground Level (AGL) is an altitude in feet above the local
             terrain --
>
</xsd:complexType>

attribute verticalPositionUAVElementType/@altitudeMSL
type xsd:double
properties
use required
source <xsd:attribute name="altitudeMSL" type="xsd:double" use="required"/>

attribute verticalPositionUAVElementType/@altitudeAGL
type positiveScalarType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
source <xsd:attribute name="altitudeAGL" type="positiveScalarType" use="optional"/>


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