You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
594 B
13 lines
594 B
11 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<domain-models xmlns="http://hypaas.com/xml/ns/domain-models" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/domain-models http://hypaas.com/xml/ns/domain-models/domain-models_5.2.xsd">
|
||
|
<module name="com.module.enmus" package="module"/>
|
||
|
<enum name="AlarmLevel" numeric="true">
|
||
|
<item name="P0" value="1"/>
|
||
|
<item name="P1" value="2"/>
|
||
|
<item name="P2" value="4"/>
|
||
|
<item name="P3" value="8"/>
|
||
|
<item name="P4" value="16"/>
|
||
|
<item name="P5" value="32"/>
|
||
|
</enum>
|
||
|
</domain-models>
|