Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
ofmx
ofmx
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • openflightmaps
  • ofmxofmx
  • Wiki
  • Timetable

Last edited by Sven Schwyn Apr 04, 2020
Page history

Timetable

Table of Contents

Predefined timetable
Custom Timetable


Timetables express date and time windows such as operating hours or validity periods.

⚠ Timetable is the generic denominator. However, some features contain timetables using specific denominators such as Aht (airport timetable) or Att (airspace timetable).

Predefined Timetable

<Timetable>
  <codeWorkHr>H24</codeWorkHr>
  <txtRmkWorkHr>Short interruptions possible</txtRmkWorkHr>
</Timetable>
  • Timetable – Timetable
  • codeWorkHr [M] – H24 (continuous), HJ (sunrise to sunset), HN (sunset to sunrise), HX (no specific hours), HO (available to meet operational requests), NOTAM (published by NOTAM) or OTHER (see remarks)
  • txtRmkWorkHr [MD] – Detailed description

Custom Timetable

<Timetable>
  <codeWorkHr>TIMSH</codeWorkHr>
  <Timsh>
    <codeTimeRef>UTCW</codeTimeRef>
    <dateValidWef>01-01</dateValidWef>
    <dateYearValidWef>2019</dateYearValidWef>
    <dateValidTil>31-12</dateValidTil>
    <dateYearValidTil>2020</dateYearValidTil>
    <codeDay>MON</codeDay>
    <codeDayTil>FRI</codeDayTil>
    <timeWef>08:00</timeWef>
    <codeEventWef>SR</codeEventWef>
    <timeRelEventWef>-30</timeRelEventWef>
    <codeCombWef>L</codeCombWef>
    <timeTil>20:00</timeTil>
    <codeEventTil>SS</codeEventTil>
    <timeRelEventTil>30</timeRelEventTil>
    <codeCombTil>E</codeCombTil>
  </Timsh>
  <txtRmkWorkHr>Consult NOTAM</txtRmkWorkHr>
</Timetable>
  • Timetable – Timetable
  • codeWorkHr [M] – Always TIMSH
  • Timsh – One or more timesheets
    • codeTimeRef [M] – UTC or UTCW (UTC adjustable for summer time)
    • dateValidWef [M] – Valid from and including day DD-MM between 01-01 and 31-12
    • dateYearValidWef [X] – Year of dateValidWef (for non-periodic timetable)
    • dateValidTil [M] – Valid until and including day DD-MM between 01-01 and 31-12
    • dateYearValidTil [X] – Year of dateValidTil (for non-periodic timetable)
    • codeDay [M] – Valid on day: MON, TUE, WED, THU, FRI, SAT, SUN, WD (workday), PWD (day preceding a WD), AWD (day following a WD), LH (legal holiday), PLH (day preceding a LH), ALH (day following a LH), ANY (any day)
    • codeDayTil – Extend codeDay to a range of days (use the same codes as codeDay)
    • timeWef – Valid from time: HH:MM between 00:00 and 23:59
    • codeEventWef – Valid from event: SR (sunrise) or SS (sunset)
    • timeRelEventWef – Number of minutes before (negative) or after (positive) the event codeEventWef
    • codeCombWef – Precedence if both timeWef and codeEventWef are present: E (earliest) or L (latest)
    • timeTil – Valid until time: HH:MM between 00:00 and 23:59
    • codeEventTil – Valid until event: SR (sunrise) or SS (sunset)
    • timeRelEventTil – Number of minutes before (negative) or after (positive) the event codeEventTil
    • codeCombTil – Precedence if both timeTil and codeEventTil are present: E (earliest) or L (latest)
  • txtRmkWorkHr [MD] – Detailed description
Clone repository

Status

Version
GitLab

Found an inconsistency or an error?
Please contact our helpdesk.

Shortcuts

Home
Glossary
Examples
README
AICM 4.5

Legend

⚠ important
💣 breaking changes
🖐 deprecated
🚧 work in progress

u0 association
d0 association
o0 container

[M] mandatory
[E] mandatory for OFM Editor
[MD] Markdown allowed
[X] not part of AIXM 4.5