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_ok2.xml
index fc510077fc7871ca72810bbdf3551c0ca8f2ac85..7d6a20f7c4d485e3e58e1f9e0602ad4224096af1 100644 (file)
@@ -1,14 +1,11 @@
-<root xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
-    <container>
-        <c22Leaf>2</c22Leaf>
+<container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
+    <c22Leaf>2</c22Leaf>
 
-        <c34LeafS>3</c34LeafS>
+    <c34LeafS>3</c34LeafS>
 
-        <augLeaf>augment</augLeaf>
-
-        <c1Leaf>1</c1Leaf>
-        <c1Leaf_AnotherAugment>1</c1Leaf_AnotherAugment>
-        <deepLeafc2>1</deepLeafc2>
-    </container>
-</root>
+    <augLeaf>augment</augLeaf>
 
+    <c1Leaf>1</c1Leaf>
+    <c1Leaf_AnotherAugment>1</c1Leaf_AnotherAugment>
+    <deepLeafc2>1</deepLeafc2>
+</container>