nd.xml 806 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <name>Nav Panel</name>
  4. <background>Aircraft/AS350/Models/Interior/Instruments/garmin500h/MFD/transparent.png</background>
  5. <w>512</w>
  6. <h>602</h>
  7. <symbols include="nav-display.xml"/>
  8. <instruments>
  9. <instrument include="nd1.xml">
  10. <condition>
  11. <property>instrumentation/nd/serviceable</property>
  12. </condition>
  13. </instrument>
  14. <instrument include="nd2.xml">
  15. <condition>
  16. <property>instrumentation/nd/serviceable</property>
  17. </condition>
  18. </instrument>
  19. <instrument include="tcas1.xml">
  20. <condition>
  21. <and>
  22. <property>instrumentation/nd/serviceable</property>
  23. <property>instrumentation/primus2000/dc840/tcas</property>
  24. </and>
  25. </condition>
  26. </instrument>
  27. </instruments>
  28. </PropertyList>