aboutsummaryrefslogtreecommitdiffstats
path: root/integration-test/src/test/resources/data/bookstore/bookstoreData.xml
blob: b2733550dfeb55faf3d422774ffb240071c2cd38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version='1.0' encoding='UTF-8'?>
<bookstore xmlns="org:onap:cps:sample">
    <categories>
        <code>1</code>
        <name>SciFi</name>
        <books>
            <title>2001: A Space Odyssey</title>
            <lang>en</lang>
            <authors>Iain M. Banks</authors>
            <editions>1994</editions>
            <price>895</price>
        </books>
    </categories>
</bookstore>