CVS update: schemas/soap/service/reputation/12/2000

From: cvs@openprivacy.org
Date: Sun Dec 31 2000 - 20:17:43 PST


Date: Sunday December 31, 19100 @ 20:17
Author: burton
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/schemas/soap/service/reputation/12/2000

-----------------------------------

Update of /usr/local/cvsroot/schemas/soap/service/reputation/12/2000
In directory openprivacy.org:/tmp/cvs-serv9220

Modified Files:
        index.xsd
Log Message:
imported the SOAP body element and the init of get-reputation and put reputation.

*****************************************************************
File: schemas/soap/service/reputation/12/2000/index.xsd

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/schemas/soap/service/reputation/12/2000/index.xsd?annotate=1.3

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/schemas/soap/service/reputation/12/2000/index.xsd?rev=1.3&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/schemas/soap/service/reputation/12/2000/index.xsd.diff?r1=1.3&r2=1.2

-----------------------------------

Index: schemas/soap/service/reputation/12/2000/index.xsd
diff -u schemas/soap/service/reputation/12/2000/index.xsd:1.2 schemas/soap/service/reputation/12/2000/index.xsd:1.3
--- schemas/soap/service/reputation/12/2000/index.xsd:1.2 Sun Dec 31 18:22:37 2000
+++ schemas/soap/service/reputation/12/2000/index.xsd Sun Dec 31 20:17:43 2000
@@ -1,5 +1,58 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 
-
 <!--
-$Id: index.xsd,v 1.2 2001/01/01 02:22:37 burton Exp $
+
+Copyright 2000 OpenPrivacy.org. All rights reserved.
+
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free Software
+Foundation; either version 2 of the License, or any later version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with
+this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+Place - Suite 330, Boston, MA 02111-1307, USA.
+
+
+$Id: index.xsd,v 1.3 2001/01/01 04:17:43 burton Exp $
+
 -->
+
+<schema xmlns="http://www.w3.org/2000/08/XMLSchema"
+ xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
+ targetNamespace="http://schemas.openprivacy.org/soap/service/reputation/12/2000/"
+ version="0.1">
+
+ <element name="Body" type="SOAP-ENV:Body"/>
+ <complexType name='Body'>
+
+ <element ref="get-reputation"/>
+ <element ref="put-reputation"/>
+
+ </complexType>
+ </element>
+
+
+ <element name="get-reputation">
+
+ <complexType>
+
+ </complexType>
+
+ </element>
+
+
+ <element name="put-reputation">
+
+ <complexType>
+
+ </complexType>
+
+ </element>
+
+
+
+</schema>



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST