... | ... | @@ -109,6 +109,7 @@ An `Ahp` airport may contain any number of `Rwy` runways. Pure heliports without |
|
|
<valLenStrip>1630</valLenStrip>
|
|
|
<valWidStrip>300</valWidStrip>
|
|
|
<uomDimStrip>M</uomDimStrip>
|
|
|
<codeSts>SPOWER</codeSts>
|
|
|
<txtRmk>A grass strip of 600 x 18 m is available next to the RWY for ACFT with MTOW below 2000 kg. PPR only.</txtRmk>
|
|
|
</Rwy>
|
|
|
```
|
... | ... | @@ -117,7 +118,6 @@ An `Ahp` airport may contain any number of `Rwy` runways. Pure heliports without |
|
|
* `RwyUid`<sup>[M]</sup> – `Rwy` identifier
|
|
|
* `AhpUid`<sup>[M]</sup> – Association to `Ahp` airport
|
|
|
* `textDesig`<sup>[M]</sup> – Name (usually the names of two opposite runway directions separated by a forward slash)
|
|
|
* `codeStatus`<sup>[XT]</sup> – Status: `IN-OPS` (open) *or* `CLSD` (closed)
|
|
|
* `valLen` – Length
|
|
|
* `valWid` – Width
|
|
|
* `uomDimRwy` – Unit of `valLen` and `valWid`: `M` (meters) *or* `FT` (feet)
|
... | ... | @@ -131,6 +131,7 @@ An `Ahp` airport may contain any number of `Rwy` runways. Pure heliports without |
|
|
* `valLenStrip` – Physical length of the strip
|
|
|
* `valWidStrip` – Physical width of the strip
|
|
|
* `uomDimStrip` – Strip length and width unit: `M` (meters) *or* `FT` (feet)
|
|
|
* `codeSts` – `CLSD` (closed), `WIP` (construction or work in progress), `PARKED` (parked or disabled aircraft), `FAILAID` (failure or irregular operation of visual aids), `SPOWER` (secondary power supply in operation), `OTHER` (see remarks) *or* omit the tag to indicate normal operations
|
|
|
* `txtRmk` – Remarks
|
|
|
|
|
|
## `Rdn` Runway Direction
|
... | ... | |