data.sample.service.xml 622 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Set>
  3. <Service alias="Service" id="4">
  4. <name>NW Support</name>
  5. <description>Network infrastructure support</description>
  6. <type>IncidentManagement</type>
  7. <status>production</status>
  8. </Service>
  9. <Service alias="Service" id="2">
  10. <name>PC Support</name>
  11. <description>Hardware support for end-user PC</description>
  12. <type>RequestManagement</type>
  13. <status>production</status>
  14. </Service>
  15. <Service alias="Service" id="3">
  16. <name>SW Support</name>
  17. <description>Software support for end-user applications</description>
  18. <type>RequestManagement</type>
  19. <status>production</status>
  20. </Service>
  21. </Set>