blob: caa6f67bdbaa2783f3464eb861f1fbcf30a94ad2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from url.xml.i -->
<leafNode name="url">
<properties>
<help>Remote URL</help>
<valueHelp>
<format>url</format>
<description>Remote URL</description>
</valueHelp>
<constraint>
<regex>^https?:\/\/?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*(\:[0-9]+)*(\/.*)?</regex>
</constraint>
<constraintErrorMessage>Incorrect URL format</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|