1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<leafNode name="address"> <properties> <help>IP address</help> <valueHelp> <format>ipv4net</format> <description>IPv4 address and prefix length</description> </valueHelp> <valueHelp> <format>ipv6net</format> <description>IPv6 address and prefix length</description> </valueHelp> <constraint> <validator name="ip-host"/> </constraint> <multi/> </properties> </leafNode>