Page Table of Content

Introduction

For ATS and special activity airspaces, PANS-AIM requires its vertical limits to be provided as part of the minimum AIP data set.

In AIXM 5 for the encoding of the vertical limits of an airspace, the AirspaceVolume class is used.

Besides the AirspaceVolume.upperLimit and the AirspaceVolume.lowerLimit of the airspace, AIXM also provides additional attributes to encode a AirspaceVolume.maximumLimit and a AirspaceVolume.minimumLimit. The latter two are not required for the AIP data set, but may be encoded by the data provider if required.

Info

PANS-AIM defines an accuracy for the lower limit of an ATS airspace. There is no dedicated attribute in AIXM 5.1.1. Note may be used to encode that information.

These limits may refer to mean sea level ('MSL'), surface/ground (SFC/GND) or may be expressed as Flight levels (FL).

In some State AIPs, for ground near controlled airspace, also a Minimum limit is published "overriding" the Lower limit specification. To publish this minimum limit, often statements such as "but at least" are used. The Minimum limit always refers to ground, e.g. "feet above ground".
This Minimum limits are established to allow freedom of action for VFR flights below the control area as recommended in ICAO Annex 11.

In rare cases, also a Maximum limit may be published. Also, the Maximum limit, in general, will refer to ground.

The figure below illustrates the 4 different kinds of vertical limits using some example values:

Numerical values

Vertical limits are typically encoded in AIXM as a pair of two attributes:

  • a ...Limit attribute (e.g. upperLimit), which includes the value and its unit of measurement (as an uom attribute) with the list of values UomDistanceVerticalType
  • a ...LimitReference attribute (e.g. upperLimitReference), which indicates what reference system is used for the vertical limit value. It uses the following list of values: CodeVerticalReferenceType

 

The following consistency rules between the uom value and the reference value shall be observed when encoding the data:

Reference

Reference Meaning

Possible uom values

'SFC'

Height. The distance is measured from the surface of the Earth. Also referred to as "AGL" (Above Ground Level)

'FT', 'M'
'MSL'

Altitude. The distance measured from mean sea level.

'FT', 'M'
'W84'

Ellipsoidal height. The distance measured from the WGS84 ellipsoid.

'FT', 'M'
'STD'

The vertical distance is measured with a pressure altimeter set to the standard atmosphere.

'FL', 'SM'
'OTHER:MY_VALUE'

Exact meaning depends on the provided "MY_VALUE"

'FT', 'M'

The figure below illustrates the encoding of Flight Level (FL), Above Mean Sea level (AMSL) and Above Ground Level (AGL).

Coded values (GND, UNL, etc.)

In addition to numerical values, the ...Limit attributes can use the following coded values:

  • 'GND'- meaning "from surface"
  • 'UNL' - meaning "unlimited"
  • 'FLOOR' - meaning "from the bottom of the airspace/route, whatever that one is"
  • 'CEILING ' - meaning "to the top of the airspace/route, whatever that one is"

Note:

The values 'FLOOR' and 'CEILING' may be used only in AirspaceLayer, in relation with AirspaceActivation, AirspaceLayerClass and RouteAvailability.

The unit of measurement attribute is optional in AIXM, therefore it is not necessary to specify a uom value when the coded values mentioned above are used. Also, the corresponding ...LimitReference attribute shall be left empty in this situation. However, even if a uom and/or the ...LimitReference attribute are specified with a value, they should be ignored by a recipient application, because they do not have any meaning in combination with the above coded values.

References

Coding Examples

See topic Single volume with own geometry.

  • No labels