summaryrefslogtreecommitdiffstats
path: root/sdo-java/branches/sdo-1.1-incubating/impl/src/test/resources/customer1.xml
blob: 5a29e30a3c0afca521a31193fcea4d3d02ef56c9 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="ASCII"?>
<customer:Customer 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:customer="http://example.com/customer" 
  xsi:type="customer:Customer"
  custNum="1" 
  firstName="John" 
  lastName="Adams"/>