1<?xml version="1.0" encoding="utf-8"?>
2<object xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='urn:oc:object http://www.opencity.info/xml/object.xsd' xmlns='urn:oc:object'>
3  <property radius='3' worker='3' type='i'>
4    <cost destroy='2000' income='112'/>
5    <r>
6      <need/>
7      <provide/>
8    </r>
9    <c>
10      <need/>
11      <provide/>
12    </c>
13    <i>
14      <need max='12'/>
15      <provide max='3' min='1'/>
16    </i>
17    <t>
18      <need min='1'/>
19      <provide max='4' min='2'/>
20    </t>
21    <w>
22      <need/>
23      <provide/>
24    </w>
25    <e>
26      <need max='1'/>
27      <provide/>
28    </e>
29    <g>
30      <need/>
31      <provide/>
32    </g>
33    <nature>
34      <need/>
35      <provide max='-3'/>
36    </nature>
37    <direction value='os'/>
38  </property>
39  <model length='1' height='0.55' width='1'>
40    <author>
41      <name>Frédéric Rodrigo</name>
42      <email>f.rodrigo free.fr</email>
43      <license>GPL</license>
44      <year>2006</year>
45    </author>
46    <name lang='fr'>Hangar</name>
47    <name lang='en'>Penthouse</name>
48    <name lang='de'>Lagerhalle</name>
49    <description lang='fr'>Stockage de tuyaux et de machins bizarres en metal.</description>
50    <description lang='en'>Pipes and strange metal sheet storage.</description>
51    <description lang='de'>Rohre und komische Metallplatten werden hier gelagert.</description>
52  </model>
53</object>
54