2006/ws/policy ws-policy.xsd,1.6,1.7

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv21706

Modified Files:
	ws-policy.xsd 
Log Message:
Deleted explicit reference to wsu:id (resolution of http://www.w3.org/Bugs/Public/show_bug.cgi?id=4068)

Index: ws-policy.xsd
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy.xsd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ws-policy.xsd	19 Nov 2006 01:11:51 -0000	1.6
+++ ws-policy.xsd	18 Dec 2006 06:27:21 -0000	1.7
@@ -18,15 +18,11 @@
 
    $Id$
 -->
-<!DOCTYPE xs:schema PUBLIC '-//W3C//DTD XMLSCHEMA 200102//EN' 'http://www.w3.org/2001/XMLSchema.dtd' [
-<!ENTITY % entities SYSTEM 'entities.dtd' >
-%entities;
-]>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-	xmlns:tns="&nsuri;"
+	xmlns:tns="http://www.w3.org/2006/07/ws-policy"
 	xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
 	xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
-	targetNamespace="&nsuri;" blockDefault="#all"
+	targetNamespace="http://www.w3.org/2006/07/ws-policy" blockDefault="#all"
 	elementFormDefault="qualified">
 	
   <xs:import 
@@ -49,7 +45,6 @@
       <xs:complexContent>
         <xs:extension base="tns:OperatorContentType" >
           <xs:attribute name="Name" type="xs:anyURI" />
-          <xs:attribute ref="wsu:Id" />
           <xs:anyAttribute namespace="##any" processContents="lax" />
         </xs:extension>
       </xs:complexContent>
@@ -82,7 +77,7 @@
       <xs:attribute name="Digest" type="xs:base64Binary" />
       <xs:attribute name="DigestAlgorithm" 
                     type="xs:anyURI" 
-                    default="&nsuri;/Sha1Exc"
+                    default="http://www.w3.org/2006/07/ws-policy/Sha1Exc"
                     />
       <xs:anyAttribute namespace="##any" processContents="lax" />
     </xs:complexType>

Received on Monday, 18 December 2006 06:27:43 UTC