summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/multiroot/withdraw.xml
blob: 7a80aa7808d3ffe79f7fa9d67522ad8bde2e68e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>

<!--

file      : examples/cxx/parser/multiroot/withdraw.xml
author    : Boris Kolpackov <boris@codesynthesis.com>
copyright : not copyrighted - public domain

-->

<p:withdraw xmlns:p="http://www.codesynthesis.com/protocol"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	    xsi:schemaLocation="http://www.codesynthesis.com/protocol protocol.xsd">

  <account>123456789</account>
  <amount>1000000</amount>

</p:withdraw>