9
edits
(→Defining the aircraft: Readability) |
|||
Line 352: | Line 352: | ||
* '''<flight>''' All the relevant parameter should be specified between the '''<flight></flight>''' keywords. | * '''<flight>''' All the relevant parameter should be specified between the '''<flight></flight>''' keywords. | ||
* '''<callsign>''' The airline callsign used for ATC. If this is an airline flight it should be combination of the airline callsign (e.g. '''KLM''' for KLM, or '''Springbok''' for South African Airways), and the flight number (e.g. '''KLM0605''', or '''Springbok0033'''). | * '''<callsign>''' The airline callsign used for ATC. If this is an airline flight it should be combination of the airline callsign (e.g. '''KLM''' for KLM, or '''Springbok''' for South African Airways), and the flight number (e.g. '''KLM0605''', or '''Springbok0033'''). | ||
* '''<fltrules>''' Can be ''IFR'' or ''VFR''. This is required | * '''<fltrules>''' Can be ''IFR'' or ''VFR''. This is required for use in ATC, but currently not used. This is likely to change, however. | ||
* '''<departure>''' Definition of the departure airport. This section should contain the '''<port>''' and '''<time>''' keywords. | * '''<departure>''' Definition of the departure airport. This section should contain the '''<port>''' and '''<time>''' keywords. | ||
* '''<cruise-alt>''' Cruising altitude for this flight. This is a bit of a | * '''<cruise-alt>''' Cruising altitude for this flight. This is a bit of a simplification from the real world, where aircraft usually don't stay at the same cruise altitude throughout the flight. This behavior will probably also change in future versions. | ||
* '''<arrival>''' Same as '''<departure>''', but now defining the port of arrival. | * '''<arrival>''' Same as '''<departure>''', but now defining the port of arrival. | ||
* '''<repeat>''' Repeat period. This can be either the keyword ''WEEK'', or a number followed by ''Hr''. ''WEEK'' means that the whole schedule repeats itself on a weekly basis. ''Hr'' means that the whole schedule repeats after the number of hours specified directly before it (e.g. ''24Hr'' means that the schedule repeats after 24 hours). | * '''<repeat>''' Repeat period. This can be either the keyword ''WEEK'', or a number followed by ''Hr''. ''WEEK'' means that the whole schedule repeats itself on a weekly basis. ''Hr'' means that the whole schedule repeats after the number of hours specified directly before it (e.g. ''24Hr'' means that the schedule repeats after 24 hours). |
edits