blob: e9ebb92677cc8e37aeff975b096b8b1bb575542a (
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="2"
firstName="Jeremy"
lastName="Pavick"/>
|