1<?xml version="1.0"?>
2<COLLADA xmlns="http://www.collada.org/2008/03/COLLADASchema" version="1.5.0"
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xsi:schemaLocation="http://www.collada.org/2008/03/COLLADASchema ../collada_schema_1_5.xsd"
5         xmlns:math="http://www.w3.org/1998/Math/MathML">
6	<asset>
7		<contributor>
8			<authoring_tool>ultra edit</authoring_tool>
9		</contributor>
10		<created>2009-05-14T12:33:48Z</created>
11		<modified>2009-05-14T12:33:48Z</modified>
12		<unit meter="0.001" name="millimeter"/>
13		<up_axis>Z_UP</up_axis>
14	</asset>
15
16	<library_formulas>
17		<formula>
18			<target>
19				<float>1.0</float>
20			</target>
21			<technique_common>
22				<math:math>
23					<math:apply>
24						<math:times/>
25						<math:cn>5</math:cn>
26						<math:cn>5</math:cn>
27					</math:apply>
28				</math:math>
29			</technique_common>
30		</formula>
31	</library_formulas>
32
33	<scene>
34	</scene>
35</COLLADA>
36