2006/ws/policy ws-policy-framework.xml,1.86,1.87 ws-policy-framework.html,1.68,1.69 ws-policy-attachment.html,1.65,1.66 ws-policy-attachment.xml,1.66,1.67

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

Modified Files:
	ws-policy-framework.xml ws-policy-framework.html 
	ws-policy-attachment.html ws-policy-attachment.xml 
Log Message:
Finalize Editors' action 73 (MIME subtype), according to Paul Cotton's suggestion.

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- ws-policy-framework.xml	9 Nov 2006 19:27:37 -0000	1.86
+++ ws-policy-framework.xml	9 Nov 2006 19:35:24 -0000	1.87
@@ -1142,7 +1142,7 @@
 </gitem>
 <gitem>
 <label><att>/wsp:PolicyReference/@Digest</att></label>
-    <def><p>This attribute is of type <emph>xs:boolean</emph> and specifies the digest of the referenced policy expression. This is used to ensure the included policy is the expected policy.
+    <def><p>This attribute is of type <att>xs:boolean</att> and specifies the digest of the referenced policy expression. This is used to ensure the included policy is the expected policy.
     If omitted, there is no implied value.</p></def>
 </gitem>
 <gitem>
@@ -1449,7 +1449,7 @@
     <head>The application/wspolicy+xml Media Type</head>
     <p>This appendix defines the <attval>application/wspolicy+xml</attval>
         media type which can be used to describe Ws-Policy documents
-        serialized as XML.</p>
+        serialized as XML. Either <att>wsp:Policy</att> and <att>wsp:PolicyAttachment</att> could be the root element of such a document.</p>
     <div2 id="ietf-reg">
         <head>Registration</head>
         <glist>

Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- ws-policy-framework.html	9 Nov 2006 19:27:37 -0000	1.68
+++ ws-policy-framework.html	9 Nov 2006 19:35:24 -0000	1.69
@@ -730,7 +730,7 @@
 After retrieval, there is no requirement to check that the retrieved policy 
 expression is associated (Section <a href="#Policy_Identification"><b>4.2 Policy Identification</b></a>) with this IRI. &nbsp;
 The IRI included in the retrieved policy expression, if any, <span class="rfc2119">MAY</span> be 
-different than the IRI used to retrieve the policy expression. </p></dd><dt class="label"><code class="attr">/wsp:PolicyReference/@Digest</code> </dt><dd><p>This attribute is of type <em>xs:boolean</em> and specifies the digest of the referenced policy expression. This is used to ensure the included policy is the expected policy.
+different than the IRI used to retrieve the policy expression. </p></dd><dt class="label"><code class="attr">/wsp:PolicyReference/@Digest</code> </dt><dd><p>This attribute is of type <code class="attr">xs:boolean</code>  and specifies the digest of the referenced policy expression. This is used to ensure the included policy is the expected policy.
     If omitted, there is no implied value.</p></dd><dt class="label"><code class="attr">/wsp:PolicyReference/@DigestAlgorithm</code> </dt><dd><p>This optional URI attribute specifies the digest algorithms being used. This specification predefines the default algorithm below, although additional algorithms can be expressed. </p></dd></dl><table cellspacing="0" cellpadding="5" border="1"><thead><tr><th rowspan="1" colspan="1">URI</th><th rowspan="1" colspan="1">Description</th></tr></thead><tbody><tr><td rowspan="1" colspan="1"><code>http://www.w3.org/@@@@/@@/ws-policy/Sha1Exc</code> (implied)</td><td rowspan="1" colspan="1">The digest is a SHA1 hash over the octet stream resulting from using the Exclusive XML canonicalization defined for XML Signature [<cite><a href="#XML-Signature">XML-Signature</a></cite>].</td></tr></tbody></table><br><dl><dt class="label"><code class="attr">/wsp:PolicyReference/@{any}</code> </dt><dd><p>Additional attributes <span class="rfc2119">MAY</span> be specified but
 <span class="rfc2119">MUST NOT</span> contradict the semantics of the 
     <strong>[owner element]</strong>;
@@ -924,7 +924,7 @@
 </p></div></div><div class="back"><div class="div1">
 <h2><a name="ietf-draft"></a>A. The application/wspolicy+xml Media Type</h2><p>This appendix defines the "application/wspolicy+xml"
         media type which can be used to describe Ws-Policy documents
-        serialized as XML.</p><div class="div2">
+        serialized as XML. Either <code class="attr">wsp:Policy</code>  and <code class="attr">wsp:PolicyAttachment</code>  could be the root element of such a document.</p><div class="div2">
 <h3><a name="ietf-reg"></a>A.1 Registration</h3><dl><dt class="label">MIME media type name:</dt><dd><p>application</p></dd><dt class="label">MIME subtype name:</dt><dd><p>wspolicy+xml</p></dd><dt class="label">Required parameters:</dt><dd><p>none</p></dd><dt class="label">Optional parameters:</dt><dd><dl><dt class="label">charset</dt><dd><p>This parameter has identical semantics to the charset parameter
                                 of the "application/xml" media type as specified in
                                 <cite><a href="#RFC3023">RFC 3023</a></cite>.</p></dd></dl></dd><dt class="label">Encoding considerations:</dt><dd><p>Identical to those of "application/xml"

Index: ws-policy-attachment.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- ws-policy-attachment.xml	9 Nov 2006 19:27:38 -0000	1.66
+++ ws-policy-attachment.xml	9 Nov 2006 19:35:24 -0000	1.67
@@ -672,7 +672,7 @@
 <el>/wsp:PolicyAttachment/wsse:Security</el>
 </label>
 <def>
-  <p>This element is of type <emph>xs:boolean</emph> and allows security information such as
+  <p>This element is of type <att>xs:boolean</att> and allows security information such as
 signatures to be included. The syntax of this element is described in
 WS-Security [<bibref ref="WS-Security"/>].</p>
 </def>

Index: ws-policy-attachment.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- ws-policy-attachment.html	9 Nov 2006 19:27:38 -0000	1.65
+++ ws-policy-attachment.html	9 Nov 2006 19:35:24 -0000	1.66
@@ -445,7 +445,7 @@
 the <a title="" href="#policy_subject">policy subjects</a> that are in the <a title="" href="#policy_scope">policy scope</a>. Refer to Web Services Policy 1.5 - Framework [<cite><a href="#WS-Policy">Web Services Policy Framework</a></cite>]
 for additional details.</p></dd><dt class="label">
 <code class="elt">/wsp:PolicyAttachment/wsse:Security</code> 
-</dt><dd><p>This element is of type <em>xs:boolean</em> and allows security information such as
+</dt><dd><p>This element is of type <code class="attr">xs:boolean</code>  and allows security information such as
 signatures to be included. The syntax of this element is described in
 WS-Security [<cite><a href="#WS-Security">WS-Security 2004</a></cite>].</p></dd><dt class="label">
 <code class="attr">/wsp:PolicyAttachment/@{any}</code> 

Received on Thursday, 9 November 2006 19:35:41 UTC