data.sample.Service.xml 940 B

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