Merge "Fixed for bug 1168 : Issue while update subnet"
[controller.git] / opendaylight / md-sal / sal-protocolbuffer-encoding / src / test / resources / simple_xml_with_attributes.xml
1 <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test" name="test" xmlns:foo="http://www.foo.com/"
2            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>