<construction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xml/intergeo.xsd">
	<elements>
		<point id="P">
			<homogeneous_coordinates>
				<double>0</double>
				<double>0</double>
				<double>1</double>
			</homogeneous_coordinates>
		</point>
	</elements>
	<constraints>
		<free_point>
			<point out="true">P</point>
		</free_point>
	</constraints>
      <display>
		<background-color>#FFFFFF</background-color>
		<style ref="P">
			<stroke>#00FF00</stroke>
			<stroke-width>2.5</stroke-width>
			<fill>#00FF00</fill>
			<fill-opacity>0.78</fill-opacity>
			<borderwidth>2.34</borderwidth>
			<border-opacity>0.9</border-opacity>
			<point-size>3.5</point-size>
			<label>F</label>
			<visible>true</visible>
			<fixed>false</fixed>
		</style>
	</display>
</construction>

