Merge "Bug 1386: Avoid commit deadlock"
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / simple_xml_with_attributes.xml
1 <!--
2   ~ /*
3   ~  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
4   ~
5   ~  This program and the accompanying materials are made available under the
6   ~  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~  and is available at http://www.eclipse.org/legal/epl-v10.html
8   ~  */
9   -->
10
11 <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test" name="test" xmlns:foo="http://www.foo.com/"
12            foo:baz="baz">
13
14     <list list="on list entry">
15         <uint32InList name="test" foo:baz="baz">3</uint32InList>
16     </list>
17
18     <boolean xmlns:leaf="test:namespace:in:leaf" leaf:a="b">false</boolean>
19
20     <leafList foo:b="b">a</leafList>
21
22 </container>