This is an old revision of the document!


Mode A SSR Codes

The mode_a.xml file defines the SSR codes to be allocated to departing and transiting aircraft when a code allocation or change is necessary. The file is composed of two sections, the first one feeding the blocks that may be used, the second one defining the allocation rules.

The mode_a.xml file is located in the fir/ directory

Root Elementblocks
Elementblock
AttributeFormatRemarks
idstringUnique ID of code range
firstintegerFirst code available in range
lastintegerLast code available in range
Root Elementassignment
Elementssr
AttributeFormatRemarks
blockstringID of code range defined in <blocks>
frV / I / IVFlight Rules (I = IFR, V= VFR)
tystringType of flight (SGM etc)
atcstringControlling unit which assigns the code
adepstringDeparture aerodrome (1, 2, 3, 4 characters of ICAO code = EB or EBBR)
adesstringArrival aerodrome (1, 2, 3, 4 characters of ICAO code = EB or EBBR)
sidstringAssigned departure route
minrflintegerLowest requested flight level
maxrflintegerHighest requested flight level

Note that this file has not been finalised, format changes may occur


Back