blob: f763c2bb28ebb8318963bf03645462d7e0733868 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from url-http-https.xml.i -->
<leafNode name="url">
<properties>
<help>Remote URL</help>
<valueHelp>
<format>url</format>
<description>Remote HTTP(S) URL</description>
</valueHelp>
<constraint>
<validator name="url" argument="--scheme http --scheme https"/>
</constraint>
<constraintErrorMessage>Invalid HTTP(S) URL format</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|