...
Code Block | ||||
---|---|---|---|---|
| ||||
input = "airport designator" ["airport name"] "apron name" \n "apron portion limitation geometry" "location and extent description" \n ("conditional for" | "closed, except for" | "prohibited for" | "allowed for") (["aircraft"] ["flight"] ["PPR time" ["PPR details"]]) {["aircraft"] ["flight"]} ["PPR time" ["PPR details"]]} \n ["reason"] "start time" "end time" [schedule] \n [note]. |
...
Data item | Description | AIXM mapping |
---|---|---|
airport designator | The published designator of the airport where the apron is located, used in combination with other elements in order to identify the apron portion concerned. | AirportHeliport.designator |
airport name | The published name of the airport where the apron is located, used in order to identify the apron(s) and/or apron portion(s) concerned. | AirportHeliport.name |
apron name | The published name of the apron concerned. This information is used in combination with the airport designator/name in order to identify the affected apron(s) and/or apron portion(s) | Apron.name |
apron portion limitation geometry | The coordinates defining the apron portion affected by the limitation. | ApronElement.extent/ElevatedSurface.posList |
location and extent description | Textual description of the limitation-affected apron portion location and extent. | ApronElement.annotation with propertyName='extent' and purpose='DESCRIPTION' |
conditional for | The description of one or more operations, which is permitted under special conditions, usually a prior permission requirement | ApronElement.availability.ApronAreaAvailability.operationalStatus with value 'LIMITED' and ApronElement/..Availability/..Usage.type with value 'CONDITIONAL' |
closed, except for | Apron portion is closed, except for operations explicitly identified in the input data. | ApronElement.availability.ApronAreaAvailability.operationalStatus with value 'LIMITED' and ApronElement/..Availability/..Usage.type with value 'RESERV' |
prohibited for | The description of one or more operations that are prohibited for during the event duration. | ApronElement.availability.ApronAreaAvailability.operationalStatus with value 'LIMITED' and ApronElement/..Availability/..Usage.type with value 'FORBID' |
additionally allowed for | The description of one or more additional operations that are available for a specific purpose during the event duration. | ApronElement.availability.ApronAreaAvailability.operationalStatus with value 'OTHER:EXTENDED' and ApronElement/..Availability/..Usage.type with value 'PERMIT' |
aircraft | The description of one or more aircraft (such as "helicopter") types that are exceptionally permitted or prohibited (depending on the apron portion during it's limitationlimitation type) during the event duration. | ApronElement/..Availability/..Usage/..selection/..AircraftCharacteristics Only the following AircraftCharacteristics properties are allowed to be used in this scenario: type, engine, wingSpan, wingSpanInterpretation, weight, weightInterpretation. |
flight | The description of one or more type of flight categories (such as "emergency") that are exceptionally permitted or prohibited (depending on the apron portion during its limitationlimitation type) during the event duration. | ApronElement/..Availability/..Usage/..selection/..FlightCharacteristics. Only the following FlightCharacteristics properties are allowed to be used in this scenario: type, rule, status, military, origin, purpose. |
PPR time | The value (minutes, hours, days) of the prior permission request associated with a permitted operation. | ApronElement/ApronAreaAvailability/..Usage.priorPermission with uom attribute specified |
PPR details | Additional information concerning the prior permission requirement. | ApronElement/ApronAreaAvailability/..Usage.annotation with propertyName='priorPermission' and purpose='REMARK' |
reason | The reason for the apron portion usage limitation. | ApronElement/ApronAreaAvailability.annotation with propertyName='operationalStatus' and purpose='REMARK'. Note that the property "warning" of the ApronAreaAvailability class is not used here because it represents a reason for caution when allowed to operate on the apron, not a reason for a limitation. |
start time | The effective date & time when the apron portion limitation starts. This might be further detailed in a "schedule". | ApronElement/ApronTimeSlice/TimePeriod.beginPosition, Event/EventTimeSlice.validTime/beginPosition and Event/EventTimeSlice.featureLifetime/beginPosition |
end time | The end date & time when the apron portion limitation ends. | ApronElement/ApronTimeSlice/TimePeriod.endPosition, Event/EventTimeSlice.validTime/endPosition and Event/EventTimeSlice.featureLifetime/endPosition also applying the rules forEvents with estimated end time |
schedule | A schedule might be provided, in case the apron portion's usage is effectively limited according to a regular timetable, within the overall limitation period. | ApronElement/ApronAreaAvailability/Timesheet/... according to the rules for Schedules |
note | A free text note that provides further details concerning the apron portion limitation. | ApronElement/ApronAreaAvailability.annotation with purpose='REMARK' |
...
Identifier | Data encoding rule |
---|---|
ER-01 | The temporary usage limitation of an apron portion shall be encoded as:
|
ER-02 | ApronElement BASELINE TimeSlice shall have associatedApron@xlink:href the Apron on which is located (as selected by the operator) |
ER-03 | The location and extent description shall be encoded in free text as an ApronElement.annotation with propertyName='extent' and purpose='DESCRIPTION' |
ER-04 | The ApronElement BASELINE TimeSlice shall have ApronAreaAvailability with 'operationalStatus' equal to
|
ER-05 | If the apron portion usage is "conditional for" specified operations, flight and/or aircraft categories, then all specified limitations shall be encoded as ApronAreaUsage child elements with type='CONDITIONAL'. |
ER-06 | If the apron portion is "closed, except for" specified operations, flight and/or aircraft categories, then all specified limitations shall be encoded as ApronAreaUsage child elements with type='RESERV'. |
ER-07 | If the apron portion usage is "prohibited for" specified operations, flight and/or aircraft categories, all specified limitations shall be encoded as ApronAreaUsage child elements with type='FORBID'. |
ER-08 | If the apron portion usage is "allowed for" specified operations, flight and/or aircraft categories, all specified limitations shall be encoded as ApronAreaUsage child elements with type='PERMIT'. |
ER-09 | The "aircraft-flight-PPR" branch can be used more than once. If this the case, then a parent ConditionCombination with logicalOperator='OR' shall be coded first. Otherwise, this parent element is not necessary. Then, each flight and/or aircraft combination shall be coded as a child ConditionCombination with logicalOperator equal to:
|
ER-10 | If PPR time is specified, the uom attribute shall also be specified. |
ER-11 | If there exists aircraft stands on the ApronElement affected by a usage limitation and if the apron portion limitation makes the aircraft stand (partially) unavailable, then a consequence STAND.LIM scenario shall also be encoded for the relevant AircraftStand feature and shall include a reference to the current event with role 'causeEvent'. |
ER-12 | The system shall automatically identify the FIR where the AirportHeliport is located. This shall be coded as corresponding concernedAirspace property in the Event |
ER-13 | The AirportHeliport associated with the Apron with the area limitation shall also be coded as concernedAirportHeliport property in the Event. |
...