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	<asset>
6		<contributor>
7			<authoring_tool>ultra edit</authoring_tool>
8		</contributor>
9		<created>2009-05-14T12:33:48Z</created>
10		<modified>2009-05-14T12:33:48Z</modified>
11		<unit meter="0.001" name="millimeter"/>
12		<up_axis>Z_UP</up_axis>
13	</asset>
14
15	<library_formulas>
16		<formula xmlns:math="http://www.w3.org/1998/Math/MathML">
17			<target>
18				<float>1.0</float>
19			</target>
20			<technique_common>
21				<math:math>
22					<math:apply>
23						<math:times/>
24						<math:cn>5</math:cn>
25						<math:cn>5</math:cn>
26					</math:apply>
27				</math:math>
28			</technique_common>
29		</formula>
30	</library_formulas>
31
32	<scene>
33	</scene>
34</COLLADA>
35