blob: 0c7601be7e5b90992bc570136b7672d39b3039a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- include start from pim/hello.xml.i -->
<leafNode name="hello">
<properties>
<help>Hello Interval</help>
<valueHelp>
<format>u32:1-180</format>
<description>Hello Interval in seconds</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-180"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|