Bug 8675: Fix a design flaw of the new XML parser
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / schema / augment_choice_hell_ok.xml
index 970cd57e02e89dc2b1ddec8efb402a08bb67088e..3f2b9825955684f6c38838506c032706c8c35429 100644 (file)
@@ -1,17 +1,14 @@
-<root xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
-    <container>
-        <c2Leaf>2</c2Leaf>
-        <c2DeepChoiceCase1Leaf2>2</c2DeepChoiceCase1Leaf2>
-        <!--<c2DeepChoiceCase1Leaf1>2</c2DeepChoiceCase1Leaf1>-->
+<container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
+    <c2Leaf>2</c2Leaf>
+    <c2DeepChoiceCase1Leaf2>2</c2DeepChoiceCase1Leaf2>
+    <!--<c2DeepChoiceCase1Leaf1>2</c2DeepChoiceCase1Leaf1>-->
 
-        <c3Leaf>3</c3Leaf>
+    <c3Leaf>3</c3Leaf>
 
-        <augLeaf>augment</augLeaf>
-
-        <c1Leaf>1</c1Leaf>
-        <c1Leaf_AnotherAugment>1</c1Leaf_AnotherAugment>
-        <deepLeafc1>1</deepLeafc1>
-        <!--<deepLeafc2>1</deepLeafc2>-->
-    </container>
-</root>
+    <augLeaf>augment</augLeaf>
 
+    <c1Leaf>1</c1Leaf>
+    <c1Leaf_AnotherAugment>1</c1Leaf_AnotherAugment>
+    <deepLeafc1>1</deepLeafc1>
+    <!--<deepLeafc2>1</deepLeafc2>-->
+</container>