summaryrefslogtreecommitdiffstats
path: root/cps-service/src/test/resources/test-tree.xml
blob: 3daa814cf6be6090bb418a93dde8dc867a7fc860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version='1.0' encoding='UTF-8'?>
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
    <test-tree xmlns="org:onap:cps:test:test-tree">
        <branch>
            <name>Left</name>
            <nest>
                <name>Small</name>
                <birds>Sparrow</birds>
                <birds>Robin</birds>
                <birds>Finch</birds>
            </nest>
        </branch>
        <branch>
            <name>Right</name>
            <nest>
                <name>Big</name>
                <birds>Owl</birds>
                <birds>Raven</birds>
                <birds>Crow</birds>
            </nest>
        </branch>
        <fruit>
            <name>Apple</name>
            <color>Green</color>
        </fruit>
    </test-tree>
</data>