Bug 1441: Bug fixes, clean-up and test migration
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / schema / augment_choice_hell_ok2.xml
1 <root xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
2     <container>
3         <c22Leaf>2</c22Leaf>
4
5         <c34LeafS>3</c34LeafS>
6
7         <augLeaf>augment</augLeaf>
8
9         <c1Leaf>1</c1Leaf>
10         <c1Leaf_AnotherAugment>1</c1Leaf_AnotherAugment>
11         <deepLeafc2>1</deepLeafc2>
12     </container>
13 </root>
14