poi/xmlbeans/test/cases/xbean/xmlobject/store/ConsolidateTest.xml
2018-02-16 22:41:27 +00:00

39 lines
1.0 KiB
XML
Executable File

<employees>
<employee>
<name>Fred Jones</name>
<address location="home">
<street>900 Aurora Ave.</street>
<city>Seattle</city>
<state>WA</state>
<zip>98109</zip>
</address>
<address location="work">
<street>2011 152nd Avenue NE</street>
<city>Redmond</city>
<state>WA</state>
<zip>98052</zip>
</address>
<phone location="work">(425)641-9385</phone>
<phone location="home">(206)441-1695</phone>
<phone location="mobile">(206)714-2515</phone>
</employee>
<employee>
<name>Sally Smith</name>
<address location="home">
<street>1430 Oak Place</street>
<city>Salem</city>
<state>OR</state>
<zip>97125</zip>
</address>
<address location="work">
<street>765 Main St.</street>
<city>Kaiser</city>
<state>OR</state>
<zip>97103</zip>
</address>
<phone location="work">(503)264-3856</phone>
<phone location="home">(503)416-6951</phone>
<phone location="mobile">(503)214-5152</phone>
</employee>
</employees>