blob: daf09d8bc492fe818305dc0636e14382e49875cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- included start from interface-description.xml.i -->
<leafNode name="description">
<properties>
<help>Interface specific description</help>
<constraint>
<regex>.{1,256}$</regex>
</constraint>
<constraintErrorMessage>Description too long (limit 256 characters)</constraintErrorMessage>
</properties>
</leafNode>
<!-- included end -->
|