Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / schema / augment_choice_hell_ok.xml
1 <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
2     <c2Leaf>2</c2Leaf>
3     <c2DeepChoiceCase1Leaf2>2</c2DeepChoiceCase1Leaf2>
4     <!--<c2DeepChoiceCase1Leaf1>2</c2DeepChoiceCase1Leaf1>-->
5
6     <c3Leaf>3</c3Leaf>
7
8     <augLeaf>augment</augLeaf>
9
10     <c1Leaf>1</c1Leaf>
11     <c1Leaf_AnotherAugment>1</c1Leaf_AnotherAugment>
12     <deepLeafc1>1</deepLeafc1>
13     <!--<deepLeafc2>1</deepLeafc2>-->
14 </container>