summaryrefslogtreecommitdiff
path: root/interface-definitions/include/net.xml.i
blob: 10b54ee492fd830f54a4490a8811cf9ac2337539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from net.xml.i -->
<leafNode name="net">
  <properties>
    <help>A Network Entity Title for the process (ISO only)</help>
    <valueHelp>
      <format>XX.XXXX. ... .XXX.XX</format>
      <description>Network entity title (NET)</description>
    </valueHelp>
    <constraint>
      <regex>[a-fA-F0-9]{2}(\.[a-fA-F0-9]{4}){3,9}\.[a-fA-F0-9]{2}</regex>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->