<trafficDescriptors>
	<!-- minimal description, uses all default values -->
	<trafficSource color="yellow" delay="5">
             <route>
		  <seg name="WestWall" fromLat="15000" fromLong="0" toLat="0" toLong="0"/>
		  <seg name="SouthWall" fromLat="0" fromLong="0" toLat="0" toLong="10000"/>
		  <seg name="SouthWall" fromLat="0" fromLong="10000" toLat="0" toLong="15000"/>
		  <seg name="SouthWall" fromLat="0" fromLong="15000" toLat="0" toLong="20000"/>
		  <seg name="EastWall" fromLat="0" fromLong="20000" toLat="15000" toLong="20000"/>
             </route>
	</trafficSource>

	<trafficSource color="cyan" delay="5">
		<route>
		  <seg name="SouthWall" fromLat="0" fromLong="0" toLat="0" toLong="10000"/>
		  <seg name="Door" fromLat="0" fromLong="10000" toLat="5000" toLong="10000"/>
		  <seg name="Door" fromLat="5000" fromLong="10000" toLat="5000" toLong="15000"/>
		  <seg name="Door" fromLat="5000" fromLong="15000" toLat="0" toLong="15000"/>
		  <seg name="SouthWall" fromLat="0" fromLong="15000" toLat="0" toLong="20000"/>
		  <seg name="EastWall" fromLat="0" fromLong="20000" toLat="15000" toLong="20000"/>
		</route>
	</trafficSource>

	<trafficSource color="pink" delay="5"> <!-- orange, pink,magenta -->
		<route>
		  <seg name="SouthWall" fromLat="0" fromLong="10000" toLat="0" toLong="15000"/>
		  <seg name="SouthWall" fromLat="0" fromLong="15000" toLat="0" toLong="20000"/>
		  <seg name="EastWall" fromLat="0" fromLong="20000" toLat="15000" toLong="20000"/>
		</route>
	</trafficSource>

</trafficDescriptors>
