<PropertyList>
	<path>EDAU_ULFlugzentrum.ac</path>

<animation>
	<type>select</type>
	<object-name>EDAU_ULFDoor</object-name>
	<condition>
	<not>
		<or>
		<and>
		<greater-than-equals>
			<property>/sim/time/utc/hour</property>
			<value>9</value> 
		</greater-than-equals>
		<less-than-equals>
			<property>/sim/time/utc/hour</property>
			<value>12</value> 
		</less-than-equals>
		</and>
		<and>
		<greater-than-equals>
			<property>/sim/time/utc/hour</property>
			<value>13</value> 
		</greater-than-equals>
		<less-than-equals>
			<property>/sim/time/utc/hour</property>
			<value>17</value> 
		</less-than-equals>
		</and>
	</or>
	</not>
	</condition>
</animation>
</PropertyList>