This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Models/Instruments/Upper-ECAM-MSG/ECAM-MSG.xml

40 lines
680 B
XML
Raw Normal View History

2017-06-02 00:53:50 +00:00
<?xml version="1.0"?>
<!--
#############################################
# A3XX ECAM by Joshua Davidson (it0uchpods) #
#############################################
-->
<PropertyList>
<path>EMPTY.ac</path>
2017-06-22 01:45:56 +00:00
<model>
<path>LEFT-MSG.xml</path>
2017-06-02 00:53:50 +00:00
<condition>
2017-06-22 01:45:56 +00:00
<or>
<equals>
<property>/ECAM/left-msg</property>
<value>MSG</value>
</equals>
<equals>
<property>/ECAM/left-msg</property>
<value>TO-MEMO</value>
</equals>
</or>
2017-06-02 00:53:50 +00:00
</condition>
2017-06-22 01:45:56 +00:00
</model>
2017-06-02 00:53:50 +00:00
2017-06-22 01:45:56 +00:00
<model>
<path>TO-MEMO.xml</path>
2017-06-02 00:53:50 +00:00
<condition>
<equals>
2017-06-22 01:45:56 +00:00
<property>/ECAM/left-msg</property>
<value>TO-MEMO</value>
2017-06-02 00:53:50 +00:00
</equals>
</condition>
2017-06-22 01:45:56 +00:00
</model>
2017-06-02 00:53:50 +00:00
</PropertyList>