data.sample.services.xml 847 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Set>
  3. <Service alias="Service" id="2">
  4. <name>Computers and peripherals</name>
  5. <org_id>3</org_id>
  6. <description>Ordering of new hardware (Desktop computer, laptop computer, monitor, mouse, keyboard...) and support in case of hardware failure.</description>
  7. <status>production</status>
  8. </Service>
  9. <Service alias="Service" id="3">
  10. <name>Software</name>
  11. <org_id>3</org_id>
  12. <description>Management of computer software and applications. Installation, upgrade, troubleshooting and removal of software.</description>
  13. <status>production</status>
  14. </Service>
  15. <Service alias="Service" id="4">
  16. <name>Telecom and connectivity</name>
  17. <org_id>3</org_id>
  18. <description>Ordering and configuration of new mobile phones, computer connectivity requests, cabling, etc...</description>
  19. <status>production</status>
  20. </Service>
  21. </Set>