1<?xml version="1.0" encoding="utf-8"?> 2<person> 3 <name>Petr</name> 4 <shoeSize sizing="Korea">265</shoeSize> 5 <generalPrice currency="dollar">1234.56</generalPrice> 6 <USAddressP> 7 <name>404</name> 8 <street>street fighter</street> 9 <city>New York</city> 10 <state>Washington</state> 11 <zipcode>323232318329852</zipcode> 12 </USAddressP> 13 <KRAddress> 14 <name>Donga Studio</name> 15 <street>Nokdu Street</street> 16 <city>Seoul</city> 17 </KRAddress> 18 <subAddress> 19 <choice1>Temp</choice1> 20 </subAddress> 21</person> 22