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
2017-06-21 21:45:56 -04:00

39 lines
680 B
XML

<?xml version="1.0"?>
<!--
#############################################
# A3XX ECAM by Joshua Davidson (it0uchpods) #
#############################################
-->
<PropertyList>
<path>EMPTY.ac</path>
<model>
<path>LEFT-MSG.xml</path>
<condition>
<or>
<equals>
<property>/ECAM/left-msg</property>
<value>MSG</value>
</equals>
<equals>
<property>/ECAM/left-msg</property>
<value>TO-MEMO</value>
</equals>
</or>
</condition>
</model>
<model>
<path>TO-MEMO.xml</path>
<condition>
<equals>
<property>/ECAM/left-msg</property>
<value>TO-MEMO</value>
</equals>
</condition>
</model>
</PropertyList>