data.sample.Service.xml 474 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Set>
  3. <Service alias="Service" id="1">
  4. <org_id>2</org_id>
  5. <name>HW Management</name>
  6. <description>Hardware support and repair</description>
  7. <type>IncidentManagement</type>
  8. <status>production</status>
  9. </Service>
  10. <Service alias="Service" id="2">
  11. <org_id>2</org_id>
  12. <name>NW Management</name>
  13. <description>LAN and WAN support and troubleshooting</description>
  14. <type>IncidentManagement</type>
  15. <status>production</status>
  16. </Service>
  17. </Set>