Do not pretty-print body class
[yangtools.git] / data / yang-data-impl / src / test / resources / org / opendaylight / yangtools / yang / data / impl / schema / augment_choice_hell_ok.xml
1 <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
2
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>