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