- From: Asir Vedamuthu via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 19 Nov 2006 01:11:53 +0000
- To: public-ws-policy-eds@w3.org
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