Bharat saraswal | 64e7e23 | 2016-07-14 23:33:55 +0530 | [diff] [blame] | 1 | module test { |
2 | namespace "test:test"; | ||||
3 | prefix test ; | ||||
4 | |||||
5 | organization ""; | ||||
6 | contact ""; | ||||
7 | |||||
8 | description | ||||
9 | "Defines basic service types for L3VPN service."; | ||||
10 | |||||
11 | revision "2015-12-16" { | ||||
12 | reference ""; | ||||
13 | } | ||||
14 | |||||
15 | leaf leaf1 { | ||||
16 | type union { | ||||
17 | type string; | ||||
18 | type int32; | ||||
19 | type uint16; | ||||
20 | type uint32; | ||||
21 | type int64; | ||||
22 | } | ||||
23 | } | ||||
24 | |||||
25 | } | ||||
26 |