Merge "Add shutdown hook."
[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 cont {
9     container cont1 {
10         leaf lf11 {
11             type string;
12         }
13         leaf lf12 {
14             type string;
15         }
16     }
17   } 
18   
19   
20   rpc rpc-test {
21     input {
22       container cont {
23         container cont1 {
24             leaf lf11 {
25                 type string;
26             }
27             leaf lf12 {
28                 type string;
29             }
30         }
31       }    
32     }
33     output {
34         container cont-output {
35         }
36     } 
37   
38   }
39   
40   
41  
42
43 }