sonu gupta | 1bb37b8 | 2016-11-11 16:51:18 +0530 | [diff] [blame] | 1 | module employeeid { |
2 | |||||
3 | yang-version 1; | ||||
4 | |||||
5 | namespace "ydt.employee-id"; | ||||
6 | |||||
7 | prefix "id"; | ||||
8 | |||||
9 | organization "ON-LAB"; | ||||
10 | |||||
11 | description "This module defines for employee-id."; | ||||
12 | |||||
13 | revision "2016-05-24" { | ||||
14 | description "Initial revision."; | ||||
15 | } | ||||
16 | |||||
17 | leaf-list employeeid { | ||||
18 | type string; | ||||
19 | description "list of the employee id"; | ||||
20 | } | ||||
21 | } |