5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
57 lines
1.9 KiB
XML
Executable File
57 lines
1.9 KiB
XML
Executable File
<xq:employees xmlns:xq="http://openuri.org/bea/samples/workshop/xmlBeans/xquery">
|
|
<xq:employee>
|
|
<xq:name>Fred Jones</xq:name>
|
|
<xq:address location="home">
|
|
<xq:street>900 Aurora Ave.</xq:street>
|
|
<xq:city>Seattle</xq:city>
|
|
<xq:state>WA</xq:state>
|
|
<xq:zip>98115</xq:zip>
|
|
</xq:address>
|
|
<xq:address location="work">
|
|
<xq:street>2011 152nd Avenue NE</xq:street>
|
|
<xq:city>Redmond</xq:city>
|
|
<xq:state>WA</xq:state>
|
|
<xq:zip>98052</xq:zip>
|
|
</xq:address>
|
|
<xq:phone location="work">(425)555-5665</xq:phone>
|
|
<xq:phone location="home">(206)555-5555</xq:phone>
|
|
<xq:phone location="mobile">(206)555-4321</xq:phone>
|
|
</xq:employee>
|
|
<xq:employee>
|
|
<xq:name>Sally Smith</xq:name>
|
|
<xq:address location="home">
|
|
<xq:street>1430 Oak Place</xq:street>
|
|
<xq:city>Salem</xq:city>
|
|
<xq:state>OR</xq:state>
|
|
<xq:zip>97125</xq:zip>
|
|
</xq:address>
|
|
<xq:address location="work">
|
|
<xq:street>765 Main St.</xq:street>
|
|
<xq:city>Kaiser</xq:city>
|
|
<xq:state>OR</xq:state>
|
|
<xq:zip>97103</xq:zip>
|
|
</xq:address>
|
|
<xq:phone location="work">(503)555-3856</xq:phone>
|
|
<xq:phone location="home">(503)555-6951</xq:phone>
|
|
<xq:phone location="mobile">(503)555-5152</xq:phone>
|
|
</xq:employee>
|
|
<xq:employee>
|
|
<xq:name>Gladys Kravitz</xq:name>
|
|
<xq:address location="home">
|
|
<xq:street>1313 Mockingbird Lane</xq:street>
|
|
<xq:city>Seattle</xq:city>
|
|
<xq:state>WA</xq:state>
|
|
<xq:zip>98115</xq:zip>
|
|
</xq:address>
|
|
<xq:address location="work">
|
|
<xq:street>2011 152nd Avenue NE</xq:street>
|
|
<xq:city>Redmond</xq:city>
|
|
<xq:state>WA</xq:state>
|
|
<xq:zip>98052</xq:zip>
|
|
</xq:address>
|
|
<xq:phone location="work">(425)555-6897</xq:phone>
|
|
<xq:phone location="home">(206)555-6594</xq:phone>
|
|
<xq:phone location="mobile">(206)555-7894</xq:phone>
|
|
</xq:employee>
|
|
</xq:employees>
|