123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Set>
- <Service alias="Service" id="4">
- <name>NW Support</name>
- <description>Network infrastructure support</description>
- <type>IncidentManagement</type>
- <status>production</status>
- </Service>
- <Service alias="Service" id="2">
- <name>PC Support</name>
- <description>Hardware support for end-user PC</description>
- <type>RequestManagement</type>
- <status>production</status>
- </Service>
- <Service alias="Service" id="3">
- <name>SW Support</name>
- <description>Software support for end-user applications</description>
- <type>RequestManagement</type>
- <status>production</status>
- </Service>
- </Set>
|