- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Oct 2006 06:59:34 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv9048/ws/policy
Modified Files:
ws-policy-framework.xml
Log Message:
<prefloc> in use. Fixed a reference to policy ns.
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- ws-policy-framework.xml 19 Oct 2006 19:24:38 -0000 1.72
+++ ws-policy-framework.xml 27 Oct 2006 06:59:31 -0000 1.73
@@ -7,7 +7,7 @@
<!ENTITY status SYSTEM "status.xml">
<!ENTITY document.status "Editors' copy $Date$">
<!ENTITY framework-title "&framework.title;">
-<!ENTITY prevloc "">
+<!ENTITY prevloc "http://www.w3.org/TR/2006/WD-ws-policy-20060927">
<!ENTITY hellip "…">
]>
<?xml-stylesheet type='text/xsl' href='xmlspec-policy.xsl'?>
@@ -25,11 +25,9 @@
<loc href="&w3c-designation-framework;">&w3c-designation-framework;</loc>
</publoc>
&altlocs;
-<!--
<prevlocs>
<loc href="&prevloc;">&prevloc;</loc>
</prevlocs>
--->
<latestloc>
<loc href="&framework.latest;">&framework.latest;</loc>
</latestloc>
@@ -1432,7 +1430,7 @@
</div1>
<div1 id='Conformance'>
<head>Conformance</head>
- <p>An element information item whose namespace name is "http://www.w3.org/@@@@/@@/policy" 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="http://www.w3.org/@@@@/@@/policy/ws-policy.xsd">http://www.w3.org/@@@@/@@/policy/ws-policy.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="&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>
</div1>
</body>
Received on Friday, 27 October 2006 06:59:48 UTC