Bharat saraswal | a5c2851 | 2016-11-10 21:09:23 +0530 | [diff] [blame] | 1 | module test1 { |
2 | namespace "test1:test1"; | ||||
3 | prefix test1 ; | ||||
4 | |||||
5 | import test { | ||||
6 | prefix test; | ||||
7 | } | ||||
8 | organization ""; | ||||
9 | contact ""; | ||||
10 | |||||
11 | description | ||||
12 | "Defines basic service types for L3VPN service."; | ||||
13 | |||||
14 | revision "2015-12-16" { | ||||
15 | reference ""; | ||||
16 | } | ||||
17 | |||||
18 | ca:compiler-annotation /test:list1 { | ||||
19 | ds:app-data-structure "Map"; | ||||
20 | } | ||||
21 | } |