~zorba-coders/zorba/data-cleaning-missing-functions

« back to all changes in this revision

Viewing changes to src/com/zorba-xquery/www/modules/data-cleaning/whitepages_schema.xsd

  • Committer: mbrantner
  • Date: 2011-08-05 02:22:11 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:modules/data-cleaning/trunk:11576
added missing license headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified"
3
3
    targetNamespace="http://api.whitepages.com/schema/" xmlns:wp="http://api.whitepages.com/schema/">
4
 
    <xs:element name="wp">
 
4
<!--
 
5
:: Copyright 2006-2008 The FLWOR Foundation.
 
6
::
 
7
:: Licensed under the Apache License, Version 2.0 (the "License");
 
8
:: you may not use this file except in compliance with the License.
 
9
:: You may obtain a copy of the License at
 
10
::
 
11
:: http://www.apache.org/licenses/LICENSE-2.0
 
12
::
 
13
:: Unless required by applicable law or agreed to in writing, software
 
14
:: distributed under the License is distributed on an "AS IS" BASIS,
 
15
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
16
:: See the License for the specific language governing permissions and
 
17
:: limitations under the License.
 
18
::
 
19
-->
 
20
 
 
21
  <xs:element name="wp">
5
22
        <xs:complexType>
6
23
            <xs:sequence>
7
24
                <xs:element ref="wp:result"/>