mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- Sample data are clearly separated from the structure data (inc. menus and user profiles) - Both categories of data are enumerated from specific folders SVN:trunk[100]
12 lines
360 B
XML
12 lines
360 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Set>
|
|
<URP_Profiles id="1">
|
|
<name>Administrator</name>
|
|
<description>Has the rights on everything (ignores the grant records)</description>
|
|
</URP_Profiles>
|
|
<URP_Profiles id="2">
|
|
<name>Delivery Manager France</name>
|
|
<description>Persons in charge of the operations for French customers</description>
|
|
</URP_Profiles>
|
|
</Set>
|