- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Feb 2007 15:38:46 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv19475
Modified Files:
ws-policy-attachment.xml ws-policy-framework.xml entities.dtd
Log Message:
The schema location is http://www.w3.org/2007/02/ws-policy and not http://www.w3.org/ns/ws-policy
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- ws-policy-framework.xml 20 Feb 2007 21:58:08 -0000 1.120
+++ ws-policy-framework.xml 22 Feb 2007 15:38:44 -0000 1.121
@@ -284,7 +284,7 @@
</table>
<p>All information items defined by this specification
are identified by the XML namespace URI [<bibref
- ref="XML-NS"/>] <code>&nsuri;</code>. A <xspecref href="&nsuri;"
+ ref="XML-NS"/>] <code>&nsuri;</code>. A <xspecref href="&schema;"
>normative XML Schema</xspecref> [<bibref
ref="XMLSchemaPart1"/>, <bibref
ref="XMLSchemaPart2"/>] document can be obtained by
@@ -1653,7 +1653,7 @@
</div1>
<div1 id='Conformance'>
<head>Conformance</head>
- <p>An element information item whose namespace name is "&nsuri;" and whose local part is Policy or PolicyReference conforms to this specification if it is valid according to the XML Schema [<bibref ref="XMLSchemaPart1"/>] for that element as defined by this specification (<loc href="&nsuri;.xsd">&nsuri;.xsd</loc>) and additionally adheres to all the constraints contained in this specification. Such a conformant element information item constitutes a <termref def="policy_expression">policy expression</termref>.
+ <p>An element information item whose namespace name is "&nsuri;" and whose local part is Policy or PolicyReference conforms to this specification if it is valid according to the XML Schema [<bibref ref="XMLSchemaPart1"/>] for that element as defined by this specification (<loc href="&schema;.xsd">&schema;.xsd</loc>) and additionally adheres to all the constraints contained in this specification. Such a conformant element information item constitutes a <termref def="policy_expression">policy expression</termref>.
</p>
</div1>
</body>
Index: ws-policy-attachment.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.xml,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- ws-policy-attachment.xml 20 Feb 2007 21:58:25 -0000 1.89
+++ ws-policy-attachment.xml 22 Feb 2007 15:38:44 -0000 1.90
@@ -292,7 +292,7 @@
</table>
<p>
All information items defined by this specification
- are identified by the XML namespace URI [<bibref ref="XML-NS"/>] &nsuri;. A <xspecref href="&nsuri;">normative XML
+ are identified by the XML namespace URI [<bibref ref="XML-NS"/>] &nsuri;. A <xspecref href="&schema;">normative XML
Schema</xspecref> [<bibref ref="XMLSchemaPart1"/>, <bibref ref="XMLSchemaPart2"/>] document can be obtained by
dereferencing the namespace document at the WS-Policy 1.5 namespace URI.</p>
<p>
@@ -2332,7 +2332,7 @@
<head>Conformance</head>
<div2>
<head>External Policy Attachment Conformance</head>
-<p>An element information item whose namespace name is "&nsuri;" and whose local part is PolicyAttachment conforms to this specification if it is valid according to the XML Schema [<bibref ref="XMLSchemaPart1"/>] for that element as defined by this specification (<loc href="&nsuri;.xsd">&nsuri;.xsd</loc>) and additionally adheres to all the constraints contained in Section <specref ref="ExternalPolicyAttachment"/> of this specification. Such a conformant element information item constitutes an external policy attachment. </p>
+<p>An element information item whose namespace name is "&nsuri;" and whose local part is PolicyAttachment conforms to this specification if it is valid according to the XML Schema [<bibref ref="XMLSchemaPart1"/>] for that element as defined by this specification (<loc href="&schema;.xsd">&schema;.xsd</loc>) and additionally adheres to all the constraints contained in Section <specref ref="ExternalPolicyAttachment"/> of this specification. Such a conformant element information item constitutes an external policy attachment. </p>
</div2>
<div2>
<head>WSDL 1.1 Attachment Conformance</head>
Index: entities.dtd
===================================================================
RCS file: /sources/public/2006/ws/policy/entities.dtd,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- entities.dtd 20 Feb 2007 21:59:59 -0000 1.14
+++ entities.dtd 22 Feb 2007 15:38:44 -0000 1.15
@@ -1,15 +1,15 @@
<!--
comment this entity for publication
- -->
<!ENTITY % sub.entities SYSTEM "entitiesedcopy.dtd" >
+ -->
<!--
uncomment the following entity for publication, and change the date
in entitieswd.dtd
+-->
<!ENTITY % sub.entities SYSTEM "entitieswd.dtd" >
--->
%sub.entities;
@@ -23,6 +23,8 @@
<!-- XML Namespaces used in the drafts -->
<!ENTITY nsuri "http://www.w3.org/ns/ws-policy" >
+<!ENTITY schema "http://www.w3.org/2007/02/ws-policy" >
+
<!-- Misc entities. Feel free to add more -->
Received on Thursday, 22 February 2007 15:38:54 UTC