surya-huawei | e97754e | 2017-04-28 10:41:00 +0530 | [diff] [blame] | 1 | module animal { |
2 | |||||
3 | yang-version 1; | ||||
4 | |||||
5 | namespace "yrt:animal"; | ||||
6 | |||||
7 | prefix "foodType"; | ||||
8 | |||||
9 | organization "ON-LAB"; | ||||
10 | |||||
11 | description "This module defines for food."; | ||||
12 | |||||
13 | revision "2016-06-24" { | ||||
14 | description "Initial revision."; | ||||
15 | } | ||||
16 | |||||
17 | container animal { | ||||
18 | container c3 { | ||||
19 | } | ||||
20 | leaf p7 { | ||||
21 | type string; | ||||
22 | } | ||||
23 | } | ||||
24 | |||||
25 | container c4 { | ||||
26 | } | ||||
27 | |||||
28 | container c2 { | ||||
29 | leaf p3 { | ||||
30 | type string; | ||||
31 | } | ||||
32 | } | ||||
33 | |||||
34 | leaf bool { | ||||
35 | type boolean; | ||||
36 | } | ||||
37 | |||||
38 | leaf-list boolean { | ||||
39 | type boolean; | ||||
40 | } | ||||
41 | } |