blob: 704f72452b9b7d7aa20cd54814d8d7b39a855d84 [file] [log] [blame]
Bharat saraswala5c28512016-11-10 21:09:23 +05301module 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}