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.
9 lines
492 B
9 lines
492 B
1 year 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="BackupCycle" numeric="true">
|
||
|
<item name="Six" title="6" value="6"/>
|
||
|
<item name="Twelve" title="12" value="12"/>
|
||
|
</enum>
|
||
|
</domain-models>
|