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

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

Modified Files:
	ws-policy.xsd 
Log Message:
Fixed a bug in the XML Schema document. The Policy element declaration had two attributes of type ID. Per XML Schema [1], "5 Two distinct attribute declarations in the {attribute uses} must not have {type definition}s which are or are derived from ID"

[1] http://www.w3.org/TR/xmlschema-1/#ct-props-correct



Index: ws-policy.xsd
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ws-policy.xsd	17 Nov 2006 23:30:48 -0000	1.5
+++ ws-policy.xsd	19 Nov 2006 01:11:51 -0000	1.6
@@ -50,7 +50,6 @@
         <xs:extension base="tns:OperatorContentType" >
           <xs:attribute name="Name" type="xs:anyURI" />
           <xs:attribute ref="wsu:Id" />
-          <xs:attribute ref="xml:id" />
           <xs:anyAttribute namespace="##any" processContents="lax" />
         </xs:extension>
       </xs:complexContent>

Received on Sunday, 19 November 2006 01:11:59 UTC