Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

With respect to Digital NOTAM, only a subset of schedules is allowed to be used for temporary events published by NOTAM, as detailed in the OPADD document and in this current Digital NOTAM Specification. The limitations are described further down in this section.

Digital NOTAM Model

...

overview 

...

In orange color is indicated the part of the AIXM UML model diagram which is used by Digital NOTAM:

...

The data type or the list of allowable values associated with each Timesheet attribute in a Digital NOTAM encoding are marked in orange in the following diagram: 

Digital NOTAM Model principles and limitations

...

Digital NOTAM encoding is in line the AIXM 5.1(.1) Model principles and limitations described in AIXM Coding Overview - Common Coding Rules - Schedule [TSH]. Additional limitations are described in this document. 

Schedule data

...

Supported schedules

...

Data ItemDescriptionAIXM mapping
dailyAn indication that the time schedule defined further applies every day.Timesheet.day with the value "ANY"
start timeThe time of the day (hour and minute) when the period included in the schedule starts.Timesheet.startTime
start eventAn event (like sunset or sunrise), the occurrence of which indicates when the period included in the schedule starts.Timesheet.startEvent with this list of valuesCodeTimeEventType
rel. startA number of minutes indicating the start of the period included in the schedule, relative to the event.Timesheet.startTimeRelativeEvent and Timesheet.startEventInterpretation 
end timeThe time of the day (hour and minute) when the period included in the schedule ends.Timesheet.endTime
end eventAn event (like sunset or sunrise), the occurrence of which indicates when the period included in the schedule ends.Timesheet.endEvent with this list of valuesCodeTimeEventType
rel. endA number of minutes indicating the end of the period included in the schedule, relative to the event.Timesheet.endTimeRelativeEvent and Timesheet.endEventInterpretation
on dateA specified date of a month that is included in the schedule, such as 02 FEB, 30 JUN, etc.Timesheet.startDate and Timesheet.endDate Note that both startDate and endDate get the same value.
date rangeA series of consecutive days of a year that are included in the schedule, such as 02-15 FEB, 23 MAR - 04 APR, etc.Timesheet.startDate and Timesheet.endDate
on weekdayA specified day of the week that is included in the schedule, such as MON, TUE, etc.Timesheet.day with this list of valuesCodeDayType
from weekdayA day of a week that, combined with a start time or event, indicates the start of the period included in the schedule. For example, "From MON 09:00...", etc.Timesheet.day with this list of valuesCodeDayType
to weekdayA day of a week that, combined with an end time or event, indicates the end of the period included in the schedule. For example, "...till FRI 17:00", etc.Timesheet.day with this list of valuesCodeDayType
exc. dateA specified date of a month that is fully excluded from the schedule.Timesheet.startDate and Timesheet.endDate;in addition, theTimesheet.excluded shall get the value "YES". Note that both startDate and endDate get the same value (see also further data encoding rules).
exc. weekdayA specified day of the week that is fully excluded from the schedule.Timesheet.day with this list of valuesCodeDayType;in addition, theTimesheet.excluded shall get the value "YES".

...