Files
iTop/datamodels/2.x/itop-config-mgmt/data.sample.model.xml
Romain Quetiez 4d85ff60ab Fixed #618 and #621
+ renamed a few classes/enums/attributes to improve the classes naming consistency and ease the writing of OQLs
+ fixed errors in the profiles

SVN:trunk[2434]
2012-11-20 16:24:24 +00:00

19 lines
381 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<Set>
<Model alias="Model" id="11">
<name>Cisco 6500</name>
<brand_id>10</brand_id>
<type>NetworkDevice</type>
</Model>
<Model alias="Model" id="4">
<name>DL380</name>
<brand_id>1</brand_id>
<type>Server</type>
</Model>
<Model alias="Model" id="5">
<name>Procurve 2450</name>
<brand_id>1</brand_id>
<type>NetworkDevice</type>
</Model>
</Set>