Merge "Yangtools version police: remove references to non-current versions"
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / full-versions / test-module / test-module
1 module test-module {
2   namespace "test:module";
3   prefix tstmod;
4
5   revision 2014-01-09 {
6   }
7   
8   container interfaces {
9     container class {
10         leaf name {
11             type string;
12         }
13         leaf address {
14             type string;
15         }
16         leaf email {
17             type string;
18         }
19     }
20   }
21   
22   container cont {
23     container cont1 {
24         leaf lf11 {
25             type string;
26         }
27         leaf lf12 {
28             type string;
29         }
30     }
31   } 
32   
33   
34   rpc rpc-test {
35     input {
36       container cont {
37         container cont1 {
38             leaf lf11 {
39                 type string;
40             }
41             leaf lf12 {
42                 type string;
43             }
44         }
45       }    
46     }
47     output {
48         container cont-output {
49         }
50     } 
51   
52   }
53   
54   
55  
56
57 }