12 lines
387 B
XML
12 lines
387 B
XML
|
<?xml version="1.0"?>
|
||
|
<lo:Location xmlns:lo="http://openuri.org/test/Location"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<CityName>Bellevue</CityName>
|
||
|
<StateCode>WA</StateCode>
|
||
|
<PostalCode>98033</PostalCode>
|
||
|
<CountryCode>USA</CountryCode>
|
||
|
<LocationIdentifier>NA</LocationIdentifier>
|
||
|
<SubdivisionCode>1234</SubdivisionCode>
|
||
|
<NonExisitent/>
|
||
|
</lo:Location>
|