CVS update: openprivacy/src/xml

From: cvs@openprivacy.org
Date: Tue Dec 05 2000 - 03:19:18 PST


Date: Tuesday December 5, 19100 @ 3:19
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/openprivacy/src/xml

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

Update of /usr/local/cvsroot/openprivacy/src/xml
In directory openprivacy.org:/tmp/cvs-serv339

Modified Files:
        prob-core-schema.xsd
Log Message:
added initial reputation work.. still have more stuff to document

*****************************************************************
File: openprivacy/src/xml/prob-core-schema.xsd

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

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/src/xml/prob-core-schema.xsd?annotate=1.5

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/src/xml/prob-core-schema.xsd?rev=1.5&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/src/xml/prob-core-schema.xsd.diff?r1=1.5&r2=1.4

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

Index: openprivacy/src/xml/prob-core-schema.xsd
diff -u openprivacy/src/xml/prob-core-schema.xsd:1.4 openprivacy/src/xml/prob-core-schema.xsd:1.5
--- openprivacy/src/xml/prob-core-schema.xsd:1.4 Mon Dec 4 23:41:53 2000
+++ openprivacy/src/xml/prob-core-schema.xsd Tue Dec 5 03:19:18 2000
@@ -21,27 +21,37 @@
             <!-- on a profile-reference-object make sure specify a URI which can be
             used to fetch this document again. This is just for debuging purposes
             but it is recommended. -->
- <attribute name="url" type="uriReference" minOccurs="0" maxOccurs="1"/>
+ <attribute name="url"
+ type="uriReference"
+ minOccurs="0"
+ maxOccurs="1"/>
 
             <!-- specify a principal for this prob... SPKI??? -->
- <element name="principal-reference" type="uriReference"/>
+ <element name="principal-reference"
+ type="uriReference"/>
 
             <!-- point to the signer of this prob... should a URI exactly like
             principal-reference -->
- <element name="signer-reference" type="uriReference"/>
+ <element name="signer-reference"
+ type="uriReference"/>
 
             <!-- NOTE: Data in this sense is XML in another namespace -->
 
             <!-- inline profile data -->
- <element name="data-inline" type="CDATA"/>
+ <element name="data-inline"
+ type="CDATA"/>
 
             <!-- a URI to more data -->
- <element name="data-reference" type="uriReference"/>
+ <element name="data-reference"
+ type="uriReference"/>
     
             <!-- point to another prob -->
- <element name="reference" type="uriReference"/>
+ <element name="reference"
+ type="uriReference"/>
 
- <element ref="profile-reference-object" minOccurs="0" maxOccurs="unbounded"/>
+ <element ref="profile-reference-object"
+ minOccurs="0"
+ maxOccurs="unbounded"/>
 
         </type>
 



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