Merge "TCP_Flag extension model additions for OFPXMC_NXM_1 class"
[controller.git] / opendaylight / md-sal / sal-netconf-connector / src / test / resources / schemas / test-module.yang
1 module test-module {
2     yang-version 1;
3     namespace "test:namespace";
4     prefix "tt";
5
6     description
7         "Types for testing";
8
9     revision "2013-07-22";
10
11
12     container c {
13         leaf a {
14             type string;
15         }
16     }
17
18 }