<PropertyList>

 <path>ESGB_terminal.ac</path>

 <animation>
  <type>select</type>
  <object-name>new_tower</object-name>
  <object-name>new_tower_windows</object-name>
  <object-name>new_tower_roof</object-name>
  <condition>
   <greater-than>
    <property>/sim/time/utc/year</property>
    <value>1943</value> 
   </greater-than>
  </condition>
 </animation>

 <animation>
  <type>select</type>
  <object-name>old_tower</object-name>
  <object-name>old_tower_windows</object-name>
  <condition>
   <less-than>
    <property>/sim/time/utc/year</property>
    <value>1944</value> 
   </less-than>
  </condition>
 </animation>

 <animation>
  <type>select</type>
  <condition>
   <greater-than>
    <property>/sim/time/utc/year</property>
    <value>1935</value>
   </greater-than>
  </condition>
 </animation>

 </PropertyList>