Bug 3899: Milestone Increase test coverage for YangTools - builder
[yangtools.git] / yang / yang-data-impl / src / test / resources / bug-1848-2.yang
1 module order {
2     namespace "order";
3     prefix "order";
4     revision "2016-02-17";
5   container root {
6     leaf id {
7       type string;
8     }
9     container cont {
10       leaf content {
11         type string;
12       }
13     }
14
15   }
16 }