186
edits
m (→An example of a traffic file: XML indention) |
m (→Defining the aircraft: XML indention) |
||
Line 127: | Line 127: | ||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||
<trafficlist> | <trafficlist> | ||
<aircraft> | |||
<model>Aircraft/MD11/Models/KLMmd11.xml</model> | |||
<livery>KLM</livery> | |||
<airline>KLM</airline> | |||
<home-port>EHAM</home-port> | |||
<required-aircraft>MD11KLM</required-aircraft> | |||
<actype>MD11/P</actype> | |||
<offset>25</offset> | |||
<radius>39</radius> | |||
<flighttype>gate</flighttype> | |||
<performance-class>jet_transport</performance-class> | |||
<registration>PH-KCA</registration> | |||
<heavy>true</heavy> | |||
</aircraft> | |||
<aircraft> | |||
... | |||
</aircraft> | |||
</trafficlist> | </trafficlist> | ||
</syntaxhighlight> | </syntaxhighlight> |
edits