summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/tree/messaging/deposit.xml
blob: 5be2a0a05389589d5ae45f6d59b5366c8ca38f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>

<!--

file      : cxx/tree/messaging/deposit.xml
copyright : not copyrighted - public domain

-->

<p:deposit 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:deposit>