As explained in the data encoding section, vertical limits are typically encoded in AIXM as a pair of two attributes:
- a "...Limit" attribute, which includes the value and its unit of measurement (as an "uom" attribute) with the list of values: UomDistanceVerticalType;
- a "...LimitReference" attribute, which indicates what reference system is used for the vertical limit value. It uses the following list of values: CodeVerticalReferenceType.
The following rules shall be applied for the automatic production of the NOTAM text (decoding of the vertical limits):
"...Limit" Value | "...Limit" @uom | "...LimitReference" | Text to be inserted |
---|---|---|---|
GND | "SFC" | ||
UNL | "UNL" | ||
FLOOR | "ITS LOWER LIMITIts lower limit" (see Notes below) | ||
CEILING | "ITS UPPER LIMITIts upper limit" (see Notes below) | ||
XXXXX | FT | SFC | "XXXXXFT AGL" |
XXXXX | FT | MSL | "XXXXXFT AMSL" |
XXXXX | FT | W84 | "XXXXXFT ABOVE above WGS-84 ELLIPSOIDellipsoid" |
XXXXX | M | SFC | "XXXXXM AGL" |
XXXXX | M | MSL | "XXXXXM AMSL" |
XXXXX | M | W84 | "XXXXXM ABOVE above WGS-84 ELLIPSOIDellipsoid" |
XXX | FT | STD | "FLXXX" |
XXX | SM | STD | "SMXXX" |
...