blob: 8ed5c356ed4ca55efbdbdce356feb8140b7645a1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
<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>