| diagram | ![]() |
||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| 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> |
| type | xsd:double | ||
| properties |
|
||
| source | <xsd:attribute name="altitudeMSL" type="xsd:double" use="required"/> |
| type | positiveScalarType | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xsd:attribute name="altitudeAGL" type="positiveScalarType" use="optional"/> |