<?xml version="1.0" encoding="UTF-8"?>
<job xmlns="http://lim.ii.udc.es/mbsml">
    <model id="A01_Model_job">
       <ground>
            <geometry>
                <point id="O">
                    <x>0.0</x>
                    <y>0.0</y>
                    <z>0.0</z>
                </point>
                <vector id="z">
                    <x>0.0</x>
                    <y>0.0</y>
                    <z>1.0</z>
                </vector>
            </geometry>
       </ground>
       <body id="rod1">
                <geometry>
                    <point id="p0">
                        <x>0.0</x>
                        <y>0.0</y>
                        <z>0.0</z>
                    </point>
                    <point id="p1">
                        <x>1.0</x>
                        <y>0.0</y>
                        <z>0.0</z>
                    </point>
                    <vector id="z">
                        <x>0.0</x>
                        <y>0.0</y>
                        <z>1.0</z>
                    </vector>
                </geometry>
                <inertia>
                    <lumpedMass>
                        <mass uom="kg">1.0</mass>
                        <onPoint idref="p1"/>
                    </lumpedMass>
                </inertia>
       </body>
       <joint.revolute id="rod1ToGround">
                <body idref="ground">
                    <axisPoint idref="O"/>
                    <axisDir idref="z"/>
                </body>
                <body idref="rod1">
                    <axisPoint idref="p0"/>
                    <axisDir idref="z"/>
                </body>
       </joint.revolute>
       <load.gravity>               
                <direction id="g" bodyRef="ground">
                        <x>0.0</x>
                        <y>-1.0</y>
                        <z>0.0</z>
                </direction>
                <magnitude uom="m/s2">9.81</magnitude>              
       </load.gravity>
    </model>
    <task>
        <analysis>
        </analysis> 
    </task>
</job>
