Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / bug1848 / order.yang
1 module order {
2     namespace "order";
3     prefix "order";
4     revision "2016-02-17";
5
6     container root {
7         leaf id {
8             type string;
9         }
10         container cont {
11             leaf content {
12                 type string;
13             }
14         }
15     }
16 }