AI Traffic: Difference between revisions

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

edits