android13/system/tools/xsdc/tests/resources/simple_complex_content.xml

20 lines
486 B
XML

<?xml version="1.0" encoding="utf-8"?>
<person>
<name>Petr</name>
<USAddressP>
<name>404</name>
<street>street fighter</street>
<city>New York</city>
<state>Washington</state>
<zipcode>323232318329852</zipcode>
</USAddressP>
<KRAddress>
<name>Donga Studio</name>
<street>Nokdu Street</street>
<city>Seoul</city>
</KRAddress>
<subAddress>
<choice1>Temp</choice1>
</subAddress>
</person>