mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-10 11:34:13 +01:00
24 lines
554 B
XML
24 lines
554 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Set>
|
|
<Location alias="Location" id="3">
|
|
<name>Grenoble</name>
|
|
<status>active</status>
|
|
<org_id>2</org_id>
|
|
<address>24, rue Lamartine</address>
|
|
<postal_code>38320</postal_code>
|
|
<city>Eybens</city>
|
|
<country>France</country>
|
|
<parent_id>0</parent_id>
|
|
</Location>
|
|
<Location alias="Location" id="2">
|
|
<name>Paris</name>
|
|
<status>active</status>
|
|
<org_id>2</org_id>
|
|
<address>5, rue du Sentier</address>
|
|
<postal_code>75002</postal_code>
|
|
<city>Paris</city>
|
|
<country>France</country>
|
|
<parent_id>0</parent_id>
|
|
</Location>
|
|
</Set>
|