blob: 0c18fa47fa0b52e98ea92588a447c3225af3527b (
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"/>
|