Bug 1441: Bug fixes, clean-up and test migration
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / schema / simple_xml_with_attributes.xml
1 <root>
2     <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test" name="test" xmlns:foo="http://www.foo.com/" foo:baz="baz">
3
4         <list list="on list entry">
5             <uint32InList name="test" foo:baz="baz">3</uint32InList>
6         </list>
7
8         <boolean xmlns:leaf="test:namespace:in:leaf" leaf:a="b">false</boolean>
9
10         <leafList foo:b="b">a</leafList>
11
12     </container>
13 </root>
14