data.sample.locations.xml 698 B

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