blob: 8a75dae0894669888d19651a5fe88fe2d24a5d73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- include start from pppoe-access-concentrator.xml.i -->
<leafNode name="access-concentrator">
<properties>
<help>Access concentrator name</help>
<constraint>
#include <include/constraint/alpha-numeric-hyphen-underscore.xml.i>
</constraint>
<constraintErrorMessage>Access-concentrator name can only contain alpha-numeric letters, hyphen and underscores(max. 100 characters)</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|