data.sample.Location.xml 554 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Set>
  3. <Location alias="Location" id="3">
  4. <name>Grenoble</name>
  5. <status>active</status>
  6. <org_id>2</org_id>
  7. <address>24, rue Lamartine</address>
  8. <postal_code>38320</postal_code>
  9. <city>Eybens</city>
  10. <country>France</country>
  11. <parent_id>0</parent_id>
  12. </Location>
  13. <Location alias="Location" id="2">
  14. <name>Paris</name>
  15. <status>active</status>
  16. <org_id>2</org_id>
  17. <address>5, rue du Sentier</address>
  18. <postal_code>75002</postal_code>
  19. <city>Paris</city>
  20. <country>Franche</country>
  21. <parent_id>0</parent_id>
  22. </Location>
  23. </Set>