Vidyashree Rama | f4c617c | 2016-02-24 12:28:22 +0530 | [diff] [blame] | 1 | module Test { |
2 | yang-version 1; | ||||
3 | namespace http://huawei.com; | ||||
4 | prefix Ant; | ||||
5 | list valid { | ||||
6 | key "invalid-interval"; | ||||
7 | leaf invalid-interval { | ||||
8 | type "uint16"; | ||||
9 | units "seconds"; | ||||
10 | status current; | ||||
11 | reference "RFC 6020"; | ||||
12 | } | ||||
13 | list list1 { | ||||
14 | key "leaf1"; | ||||
15 | leaf leaf1 { | ||||
16 | type "uint16"; | ||||
17 | units "seconds"; | ||||
18 | status current; | ||||
19 | reference "RFC 6020"; | ||||
20 | } | ||||
21 | } | ||||
22 | } | ||||
23 | } |