|
| 1 | +# The CIFPProcedure point Object |
| 2 | + |
| 3 | +The CIFP procedure point object comprises the following fields: |
| 4 | + |
| 5 | +- area: The world region (e.g. `USA` or `CAN`). |
| 6 | +- sec_code: The section code, used in parsing. |
| 7 | +- fac_id: The ID of the associated facility (airport or heliport ID). |
| 8 | +- fac_region: The ICAO region of the associated facility. |
| 9 | +- fac_sub_code: The subsection code of the associated facility. |
| 10 | +- procedure_id: The ID (or computer code) of the associated procedure. |
| 11 | +- route_type: The route type (e.g. SID, STAR, IAP) |
| 12 | +- transition_id: The ID (or computer code) of the associated transition. |
| 13 | +- sequence_number: The sequence number of the point in the procedure. |
| 14 | +- fix_id: The ICAO code of the fix. |
| 15 | +- fix_region: The ICAO region of the fix. |
| 16 | +- fix_sec_code: The section code of the fix. |
| 17 | +- fix_sub_code: The subsection code of the fix. |
| 18 | +- description_code: The description code, used in parsing. |
| 19 | +- turn_direction: The direction of the turn. |
| 20 | +- rnp: The RNP requirement for the leg. |
| 21 | +- path_term: The path termination. |
| 22 | +- tdv: Turn direction valid marker, used in conjunction with `turn_direction`. |
| 23 | +- rec_vhf: The recommended/associated navaid. |
| 24 | +- rec_vhf_region: The region of the recommended/associated navaid. |
| 25 | +- arc_radius: The arc radius for RTF legs. |
| 26 | +- theta: The magnetic bearing to the `fix_id` from the `rec_vhf`. |
| 27 | +- rho: The distance to the `fix_id` from the `rec_vhf`. |
| 28 | +- course: The course. |
| 29 | +- dist: The distance (if a hold, the distance of the hold leg). |
| 30 | +- time: The time, if applicable (if a hold, the time of the hold leg). |
| 31 | +- rec_vhf_sec_code: The section code of the recommended/associated navaid. |
| 32 | +- rec_vhf_sub_code: The subsection code of the recommended/associated navaid. |
| 33 | +- alt_desc: The altitude descriptor. |
| 34 | +- atc: An ATC override marker. |
| 35 | +- altitude: The altitude for the leg. |
| 36 | +- flight_level: The flight level for the leg. |
| 37 | +- altitude_2: The second altitude for the leg. |
| 38 | +- flight_level_2: The second flight level for the leg. |
| 39 | +- trans_alt: The transition altitude. |
| 40 | +- speed_limit: The speed limit. |
| 41 | +- vert_angle: The vertical angle. |
| 42 | +- center_fix: The center fix for an RTF leg. |
| 43 | +- multiple_code: The multiple code, used in parsing. |
| 44 | +- center_fix_region: The center fix region. |
| 45 | +- center_fix_sec_code: The center fix section code. |
| 46 | +- center_fix_sub_code: The center fix subsection code. |
| 47 | +- gns_fms_id: The GNS/FMS ID. |
| 48 | +- speed_limit_2: The second speed limit. |
| 49 | +- rte_qual_1: The route qualifier (specifies requirements). |
| 50 | +- rte_qual_2: The second route qualifier (denotes approach types). |
| 51 | +- record_number: The CIFP record number. |
| 52 | +- cycle_data: The cycle ID of when the record was added/updated. |
0 commit comments