data.sample.Contract.xml 859 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Set>
  3. <CustomerContract alias="Contract" id="3">
  4. <name>Hw Management</name>
  5. <description></description>
  6. <start_date>2010-07-01 00:00:00</start_date>
  7. <end_date>2011-07-01 00:00:00</end_date>
  8. <cost></cost>
  9. <cost_currency>euros</cost_currency>
  10. <cost_unit></cost_unit>
  11. <billing_frequency></billing_frequency>
  12. <org_id>2</org_id>
  13. <provider_id>1</provider_id>
  14. <support_team_id>2</support_team_id>
  15. </CustomerContract>
  16. <CustomerContract alias="Contract" id="2">
  17. <name>Nw Management</name>
  18. <description></description>
  19. <start_date>2010-06-01 00:00:00</start_date>
  20. <end_date>2010-07-14 00:00:00</end_date>
  21. <cost></cost>
  22. <cost_currency>euros</cost_currency>
  23. <cost_unit></cost_unit>
  24. <billing_frequency></billing_frequency>
  25. <org_id>2</org_id>
  26. <provider_id>1</provider_id>
  27. <support_team_id>4</support_team_id>
  28. </CustomerContract>
  29. </Set>