CVS update: openprivacy/src/xml

From: cvs@openprivacy.org
Date: Thu Nov 23 2000 - 05:29:16 PST


Date: Thursday November 23, 19100 @ 5:29
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-serv3092

Modified Files:
        prob-core-schema.xsd
Log Message:
added the url that is required on the root node

*****************************************************************
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.2

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/src/xml/prob-core-schema.xsd?rev=1.2&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.2&r2=1.1

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

Index: openprivacy/src/xml/prob-core-schema.xsd
diff -u openprivacy/src/xml/prob-core-schema.xsd:1.1 openprivacy/src/xml/prob-core-schema.xsd:1.2
--- openprivacy/src/xml/prob-core-schema.xsd:1.1 Thu Nov 23 05:06:48 2000
+++ openprivacy/src/xml/prob-core-schema.xsd Thu Nov 23 05:29:15 2000
@@ -11,23 +11,34 @@
         targetNamespace="http://www.openprivacy.org/2000/prob/0.0.1"
         version="0.1">
 
- <element name
+ <element name="profile-reference-object">
+ <type>
 
- <!-- specify a principal for this prob... SPKI??? -->
- <element name="principal-reference" type="uriReference"/>
+ <!-- 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"/>
 
- <!-- inline profile data -->
- <element name="data-inline" type="CDATA"/>
+ <!-- specify a principal for this prob... SPKI??? -->
+ <element name="principal-reference" type="uriReference"/>
 
- <!-- a URI to more data -->
- <element name="data-reference" type="uriReference"/>
+ <!-- inline profile data -->
+ <element name="data-inline" type="CDATA"/>
 
- <!-- point to another prob -->
- <element name="prob-reference" type="uriReference"/>
+ <!-- a URI to more data -->
+ <element name="data-reference" type="uriReference"/>
+
+ <!-- point to another prob -->
+ <element name="prob-reference" type="uriReference"/>
 
- <!-- point to the signer of this prob... should a URI exactly like
- principal-reference -->
- <element name="signer-reference" type="uriReference"/>
+ <!-- point to the signer of this prob... should a URI exactly like
+ principal-reference -->
+ <element name="signer-reference" type="uriReference"/>
+
+
+ </type>
+ </element>
+
 
 </schema>
 



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