WWW/2002/ws/ra/edcopies wsenum.html,1.68,1.69 wsenum.xml,1.61,1.62 wseventing.html,1.95,1.96 wseventing.xml,1.87,1.88 wsfrag.html,1.21,1.22 wsfrag.xml,1.22,1.23 wsmex.html,1.64,1.65 wsmex.xml,1.54,1.55 wsrt.html,1.54,1.55 wst.html,1.67,1.68 wst.xml,1.65,1.66

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv29838

Modified Files:
	wsenum.html wsenum.xml wseventing.html wseventing.xml 
	wsfrag.html wsfrag.xml wsmex.html wsmex.xml wsrt.html wst.html 
	wst.xml 
Log Message:
add correct xsd for policy


Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- wst.xml	5 Oct 2009 14:24:19 -0000	1.65
+++ wst.xml	5 Oct 2009 19:09:17 -0000	1.66
@@ -2252,18 +2252,59 @@
    </p>
 
    <example>
-    <eg>&lt;wstrp:TransferResource [wsp:Optional="xs:boolean"]? ...>
-  &lt;wstrp:PutOperationSupported .../> ?
-  &lt;wstrp:DeleteOperationSupported .../> ?
-  &lt;wstrp:FaultOnPutDenied.../> ?
-  &lt;wstrp:Dialect ...> xs:anyURI &lt;/wstrp:Dialect> *
-  ...
-&lt;/wstrp:TransferResource>
+    <eg>&lt;xs:schema
+    targetNamespace="http://www.w3.org/2009/09/ws-evp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    blockDefault="#all">
 
-&lt;wstrp:TransferResourceFactory [wsp:Optional="xs:boolean"]? ...>
-  &lt;wstrp:Dialect ...> xs :anyURI &lt;/wstrp:Dialect> *
-  ...
-&lt;/wstrp:TransferResourceFactory></eg>
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
+    schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+  &lt;xs:complexType name="URI">
+    &lt;xs:simpleContent>
+      &lt;xs:extension base="xs:anyURI">
+        &lt;xs:anyAttribute namespace="##other" processContents="lax"/>
+      &lt;/xs:extension>
+    &lt;/xs:simpleContent>
+  &lt;/xs:complexType>
+
+  &lt;xs:complexType name="Empty">
+    &lt;xs:sequence/>
+    &lt;xs:anyAttribute namespace="##other" processContents="lax"/>
+  &lt;/xs:complexType>
+
+  &lt;xs:element name="TransferResource">
+    &lt;xs:complexType>
+      &lt;xs:sequence>
+        &lt;xs:element name="PutOperationSupported" type="tns:Empty"
+                                                 minOccurs="0"/>
+        &lt;xs:element name="DeleteOperationSupported" type="tns:Empty"
+                                                    minOccurs="0"/>
+        &lt;xs:element name="FaultOnPutDenied" type="tns:Empty" minOccurs="0"/>
+        &lt;xs:element name="Dialect" type="tns:URI" minOccurs="0"
+                                   maxOccurs="unbounded"/>
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/>
+      &lt;/xs:sequence>
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" />
+    &lt;/xs:complexType>
+  &lt;/xs:element>
+
+  &lt;xs:element name="TransferResourceFactory">
+    &lt;xs:complexType>
+      &lt;xs:sequence>
+        &lt;xs:element name="Dialect" type="tns:URI" minOccurs="0"
+                                   maxOccurs="unbounded"/>
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/>
+      &lt;/xs:sequence>
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" />
+    &lt;/xs:complexType>
+  &lt;/xs:element>
+
+&lt;/xs:schema></eg>
    </example>
   </div1>
 


Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- wseventing.html	5 Oct 2009 15:34:26 -0000	1.95
+++ wseventing.html	5 Oct 2009 19:09:17 -0000	1.96
@@ -2447,21 +2447,70 @@
     Policy assertions can be retrieved from the following address:
    </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-evt/EventingsPolicy.xsd</pre></div></div><p>
     A non-normative copy of the XML schema is listed below for convenience.
-   </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;wsevp:EventSource [wsp:Optional="xs:boolean"]? ...&gt;
-  &lt;wsevp:DateTimeSupported .../&gt; ?
-  &lt;wsevp:FilterDialect ...&gt; xs:anyURI &lt;/wsevp:FilterDialect&gt; *
-  &lt;wsevp:MaxExpires ...&gt; xs:duration &lt;/wsevp:MaxExpires&gt; ?
-  &lt;wsevp:FormatName ...&gt; xs:anyURI &lt;/wsevp:FormatName&gt; *
-  ...
-&lt;/wsevp:EventSource&gt;
+   </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;xs:schema
+    targetNamespace="http://www.w3.org/2009/09/ws-evp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    blockDefault="#all"&gt;
 
-&lt;wsevp:SubscriptionManager [wsp:Optional="xs:boolean"]? ...&gt;
-  &lt;wsevp:DateTimeSupported .../&gt; ?
-  &lt;wsevp:GetStatusOperationSupported .../&gt; ?
-  &lt;wsevp:UnsubscribeOperationSupported .../&gt; ?
-  &lt;wsevp:MaxExpires ...&gt; xs:duration &lt;/wsevp:MaxExpires&gt; ?
-  ...
-&lt;/wsevp:SubscriptionManager&gt;</pre></div></div></div><div class="div1">
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
+    schemaLocation="http://www.w3.org/2001/xml.xsd" /&gt;
+
+  &lt;xs:complexType name="Duration"&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base="xs:duration"&gt;
+       &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="URI"&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base="xs:anyURI"&gt;
+        &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Empty"&gt;
+    &lt;xs:sequence/&gt;
+    &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:element name="EventSource"&gt;
+    &lt;xs:complexType&gt;
+      &lt;xs:sequence&gt;
+        &lt;xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/&gt;
+        &lt;xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
+                                         maxOccurs="unbounded"/&gt;
+        &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/&gt;
+        &lt;xs:element name="FormatName" type="tns:URI" minOccurs="0"
+                                      maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/&gt;
+      &lt;/xs:sequence&gt;
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;/xs:complexType&gt;
+  &lt;/xs:element&gt;
+
+  &lt;xs:element name="SubscriptionManager"&gt;
+    &lt;xs:complexType&gt;
+      &lt;xs:sequence&gt;
+        &lt;xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/&gt;
+        &lt;xs:element name="GetStatusOperationSupported" type="tns:Empty"
+                                                       minOccurs="0"/&gt;
+        &lt;xs:element name="UnsubscribeOperationSupported" type="tns:Empty"
+                                                         minOccurs="0"/&gt;
+        &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/&gt;
+      &lt;/xs:sequence&gt;
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;/xs:complexType&gt;
+  &lt;/xs:element&gt;
+
+&lt;/xs:schema&gt;</pre></div></div></div><div class="div1">
 <h2><a name="changelog" id="changelog"/>G Change Log</h2><table border="1"><tbody><tr><th> Data </th><th> Author </th><th> Description </th></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6391">6391</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6519">6519</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue 

Index: wsfrag.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- wsfrag.xml	5 Oct 2009 17:29:27 -0000	1.22
+++ wsfrag.xml	5 Oct 2009 19:09:17 -0000	1.23
@@ -1965,10 +1965,37 @@
    </p>
 
    <example>
-    <eg>&lt;wsfrp:Fragment [wsp:Optional="xs:boolean"]? ...> 
-  &lt;wsfrp:Language ...> xs:anyURI &lt;/wsfrp:Language> * 
-  ... 
-&lt;/wsfrp:Fragment></eg>
+    <eg>&lt;xs:schema
+    targetNamespace="http://www.w3.org/2009/09/ws-evp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    blockDefault="#all">
+
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
+    schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+  &lt;xs:complexType name="URI">
+    &lt;xs:simpleContent>
+      &lt;xs:extension base="xs:anyURI">
+        &lt;xs:anyAttribute namespace="##other" processContents="lax"/>
+      &lt;/xs:extension>
+    &lt;/xs:simpleContent>
+  &lt;/xs:complexType>
+
+  &lt;xs:element name="Fragment">
+    &lt;xs:complexType>
+      &lt;xs:sequence>
+        &lt;xs:element name="Language" type="tns:URI" minOccurs="0"
+                                    maxOccurs="unbounded"/>
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/>
+      &lt;/xs:sequence>
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" />
+    &lt;/xs:complexType>
+  &lt;/xs:element>
+
+&lt;/xs:schema></eg>
    </example>
   </div1>
 

Index: wsfrag.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- wsfrag.html	5 Oct 2009 17:29:27 -0000	1.21
+++ wsfrag.html	5 Oct 2009 19:09:17 -0000	1.22
@@ -1027,10 +1027,37 @@
     Policy assertion can be retrieved from the following address:
    </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-frp/FragmentPolicy.xsd</pre></div></div><p>
     A non-normative copy of the XML schema is listed below for convenience.
-   </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;wsfrp:Fragment [wsp:Optional="xs:boolean"]? ...&gt; 
-  &lt;wsfrp:Language ...&gt; xs:anyURI &lt;/wsfrp:Language&gt; * 
-  ... 
-&lt;/wsfrp:Fragment&gt;</pre></div></div></div><div class="div1">
+   </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;xs:schema
+    targetNamespace="http://www.w3.org/2009/09/ws-evp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    blockDefault="#all"&gt;
+
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
+    schemaLocation="http://www.w3.org/2001/xml.xsd" /&gt;
+
+  &lt;xs:complexType name="URI"&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base="xs:anyURI"&gt;
+        &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:element name="Fragment"&gt;
+    &lt;xs:complexType&gt;
+      &lt;xs:sequence&gt;
+        &lt;xs:element name="Language" type="tns:URI" minOccurs="0"
+                                    maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/&gt;
+      &lt;/xs:sequence&gt;
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;/xs:complexType&gt;
+  &lt;/xs:element&gt;
+
+&lt;/xs:schema&gt;</pre></div></div></div><div class="div1">
 <h2><a name="ChangeLog" id="ChangeLog"/>C Change Log</h2><table border="1"><tbody><tr><th> Data </th><th> Author </th><th> Description </th></tr><tr><td> 2009/08/01 </td><td> DD </td><td> Initial draft </td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7197">7197</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue 

Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- wst.html	5 Oct 2009 14:24:19 -0000	1.67
+++ wst.html	5 Oct 2009 19:09:17 -0000	1.68
@@ -1331,18 +1331,59 @@
     Policy assertions can be retrieved from the following address:
    </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-tra/TransferPolicy.xsd</pre></div></div><p>
     A non-normative copy of the XML schema is listed below for convenience.
-   </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;wstrp:TransferResource [wsp:Optional="xs:boolean"]? ...&gt;
-  &lt;wstrp:PutOperationSupported .../&gt; ?
-  &lt;wstrp:DeleteOperationSupported .../&gt; ?
-  &lt;wstrp:FaultOnPutDenied.../&gt; ?
-  &lt;wstrp:Dialect ...&gt; xs:anyURI &lt;/wstrp:Dialect&gt; *
-  ...
-&lt;/wstrp:TransferResource&gt;
+   </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;xs:schema
+    targetNamespace="http://www.w3.org/2009/09/ws-evp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    blockDefault="#all"&gt;
 
-&lt;wstrp:TransferResourceFactory [wsp:Optional="xs:boolean"]? ...&gt;
-  &lt;wstrp:Dialect ...&gt; xs :anyURI &lt;/wstrp:Dialect&gt; *
-  ...
-&lt;/wstrp:TransferResourceFactory&gt;</pre></div></div></div><div class="div1">
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
+    schemaLocation="http://www.w3.org/2001/xml.xsd" /&gt;
+
+  &lt;xs:complexType name="URI"&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base="xs:anyURI"&gt;
+        &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:complexType name="Empty"&gt;
+    &lt;xs:sequence/&gt;
+    &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:element name="TransferResource"&gt;
+    &lt;xs:complexType&gt;
+      &lt;xs:sequence&gt;
+        &lt;xs:element name="PutOperationSupported" type="tns:Empty"
+                                                 minOccurs="0"/&gt;
+        &lt;xs:element name="DeleteOperationSupported" type="tns:Empty"
+                                                    minOccurs="0"/&gt;
+        &lt;xs:element name="FaultOnPutDenied" type="tns:Empty" minOccurs="0"/&gt;
+        &lt;xs:element name="Dialect" type="tns:URI" minOccurs="0"
+                                   maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/&gt;
+      &lt;/xs:sequence&gt;
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;/xs:complexType&gt;
+  &lt;/xs:element&gt;
+
+  &lt;xs:element name="TransferResourceFactory"&gt;
+    &lt;xs:complexType&gt;
+      &lt;xs:sequence&gt;
+        &lt;xs:element name="Dialect" type="tns:URI" minOccurs="0"
+                                   maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/&gt;
+      &lt;/xs:sequence&gt;
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;/xs:complexType&gt;
+  &lt;/xs:element&gt;
+
+&lt;/xs:schema&gt;</pre></div></div></div><div class="div1">
 <h2><a name="changelog" id="changelog"/>D Change Log</h2><table border="1"><tbody><tr><th> Data </th><th> Author </th><th> Description </th></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6391">6391</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6588">6588</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue 

Index: wsmex.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- wsmex.xml	5 Oct 2009 14:30:11 -0000	1.54
+++ wsmex.xml	5 Oct 2009 19:09:17 -0000	1.55
@@ -1654,7 +1654,7 @@
      The mechanism for indicating that a binding or endpoint conforms to the
      WS-MetadataExchange specification is through the use of the Web Services
      Policy - Framework <bibref ref="wspolicy"/> and Web Services Policy -
-     Attachment <bibref ref="wspolicyattach"/> specifications.
+     Attachment <bibref ref="WS-PolicyAttachment"/> specifications.
     </p>
 
     <p>
@@ -2132,13 +2132,39 @@
    </p>
 
    <example>
-    <eg>&lt;wsmxp:MetadataExchange [wsp:Optional="xs:boolean"]? ...>
-  &lt;wsmxp:MetadataExchangeDialect ...>
-    xs:anyURI
-  &lt;/wsmxp:MetadataExchangeDialect> * 
-  &lt;wsmxp:MetadataContent ...> xs:anyURI &lt;/wsmxp:MetadataContent> *
-  ...
-&lt;/wsmxp:MetadataExchange></eg>
+    <eg>&lt;xs:schema
+    targetNamespace="http://www.w3.org/2009/09/ws-evp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    blockDefault="#all">
+
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
+    schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+  &lt;xs:complexType name="URI">
+    &lt;xs:simpleContent>
+      &lt;xs:extension base="xs:anyURI">
+        &lt;xs:anyAttribute namespace="##other" processContents="lax"/>
+      &lt;/xs:extension>
+    &lt;/xs:simpleContent>
+  &lt;/xs:complexType>
+
+  &lt;xs:element name="MetadataExchange">
+    &lt;xs:complexType>
+      &lt;xs:sequence>
+        &lt;xs:element name="MetadataExchangeDialect type="tns:URI" minOccurs="0"
+                                                  maxOccurs="unbounded"/>
+        &lt;xs:element name="MetadataContent type="tns:URI" minOccurs="0"
+                                          maxOccurs="unbounded"/>
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/>
+      &lt;/xs:sequence>
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" />
+    &lt;/xs:complexType>
+  &lt;/xs:element>
+
+&lt;/xs:schema></eg>
    </example>
   </div1>
 

Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- wsenum.html	5 Oct 2009 18:22:01 -0000	1.68
+++ wsenum.html	5 Oct 2009 19:09:16 -0000	1.69
@@ -1818,43 +1818,43 @@
     schemaLocation="http://www.w3.org/2001/xml.xsd" /&gt;
 
   &lt;xs:complexType name="Duration"&gt;
-   &lt;xs:simpleContent&gt;
-    &lt;xs:extension base="xs:duration"&gt;
-     &lt;xs:anyAttribute namespace="##other"/&gt;
-    &lt;/xs:extension&gt;
-   &lt;/xs:simpleContent&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base="xs:duration"&gt;
+       &lt;xs:anyAttribute namespace="##other"/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
 
   &lt;xs:complexType name="URI"&gt;
-   &lt;xs:simpleContent&gt;
-    &lt;xs:extension base="xs:anyURI"&gt;
-     &lt;xs:anyAttribute namespace="##other"/&gt;
-    &lt;/xs:extension&gt;
-   &lt;/xs:simpleContent&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base="xs:anyURI"&gt;
+        &lt;xs:anyAttribute namespace="##other"/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
 
   &lt;xs:complexType name="Long"&gt;
-   &lt;xs:simpleContent&gt;
-    &lt;xs:extension base="xs:long"&gt;
-     &lt;xs:anyAttribute namespace="##other"/&gt;
-    &lt;/xs:extension&gt;
-   &lt;/xs:simpleContent&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base="xs:long"&gt;
+        &lt;xs:anyAttribute namespace="##other"/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
 
   &lt;xs:element name="Enumeration"&gt;
-   &lt;xs:complexType&gt;
-    &lt;xs:sequence&gt;
-     &lt;xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
-                                                     maxOccurs="unbounded"/&gt;
-     &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/&gt;
-     &lt;xs:element name="MaxTime" type="tns:Duration" minOccurs="0"/&gt;
-     &lt;xs:element name="MaxElements" type="tns:Long" minOccurs="0"/&gt;
-     &lt;xs:element name="MaxCharacters" type="tns:Long" minOccurs="0"/&gt;
-     &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
-                                                       maxOccurs="unbounded"/&gt;
-    &lt;/xs:sequence&gt;
-    &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
-   &lt;/xs:complexType&gt;
+    &lt;xs:complexType&gt;
+      &lt;xs:sequence&gt;
+        &lt;xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
+                                         maxOccurs="unbounded"/&gt;
+        &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/&gt;
+        &lt;xs:element name="MaxTime" type="tns:Duration" minOccurs="0"/&gt;
+        &lt;xs:element name="MaxElements" type="tns:Long" minOccurs="0"/&gt;
+        &lt;xs:element name="MaxCharacters" type="tns:Long" minOccurs="0"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/&gt;
+      &lt;/xs:sequence&gt;
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
 
 &lt;/xs:schema&gt;</pre></div></div></div><div class="div1">

Index: wsenum.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- wsenum.xml	5 Oct 2009 18:22:01 -0000	1.61
+++ wsenum.xml	5 Oct 2009 19:09:17 -0000	1.62
@@ -3071,43 +3071,43 @@
     schemaLocation="http://www.w3.org/2001/xml.xsd" />
 
   &lt;xs:complexType name="Duration">
-   &lt;xs:simpleContent>
-    &lt;xs:extension base="xs:duration">
-     &lt;xs:anyAttribute namespace="##other"/>
-    &lt;/xs:extension>
-   &lt;/xs:simpleContent>
+    &lt;xs:simpleContent>
+      &lt;xs:extension base="xs:duration">
+       &lt;xs:anyAttribute namespace="##other"/>
+      &lt;/xs:extension>
+    &lt;/xs:simpleContent>
   &lt;/xs:complexType>
 
   &lt;xs:complexType name="URI">
-   &lt;xs:simpleContent>
-    &lt;xs:extension base="xs:anyURI">
-     &lt;xs:anyAttribute namespace="##other"/>
-    &lt;/xs:extension>
-   &lt;/xs:simpleContent>
+    &lt;xs:simpleContent>
+      &lt;xs:extension base="xs:anyURI">
+        &lt;xs:anyAttribute namespace="##other"/>
+      &lt;/xs:extension>
+    &lt;/xs:simpleContent>
   &lt;/xs:complexType>
 
   &lt;xs:complexType name="Long">
-   &lt;xs:simpleContent>
-    &lt;xs:extension base="xs:long">
-     &lt;xs:anyAttribute namespace="##other"/>
-    &lt;/xs:extension>
-   &lt;/xs:simpleContent>
+    &lt;xs:simpleContent>
+      &lt;xs:extension base="xs:long">
+        &lt;xs:anyAttribute namespace="##other"/>
+      &lt;/xs:extension>
+    &lt;/xs:simpleContent>
   &lt;/xs:complexType>
 
   &lt;xs:element name="Enumeration">
-   &lt;xs:complexType>
-    &lt;xs:sequence>
-     &lt;xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
-                                                     maxOccurs="unbounded"/>
-     &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/>
-     &lt;xs:element name="MaxTime" type="tns:Duration" minOccurs="0"/>
-     &lt;xs:element name="MaxElements" type="tns:Long" minOccurs="0"/>
-     &lt;xs:element name="MaxCharacters" type="tns:Long" minOccurs="0"/>
-     &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
-                                                       maxOccurs="unbounded"/>
-    &lt;/xs:sequence>
-    &lt;xs:anyAttribute namespace="##other" processContents="lax" />
-   &lt;/xs:complexType>
+    &lt;xs:complexType>
+      &lt;xs:sequence>
+        &lt;xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
+                                         maxOccurs="unbounded"/>
+        &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/>
+        &lt;xs:element name="MaxTime" type="tns:Duration" minOccurs="0"/>
+        &lt;xs:element name="MaxElements" type="tns:Long" minOccurs="0"/>
+        &lt;xs:element name="MaxCharacters" type="tns:Long" minOccurs="0"/>
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/>
+      &lt;/xs:sequence>
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" />
+    &lt;/xs:complexType>
   &lt;/xs:element>
 
 &lt;/xs:schema></eg>

Index: wsmex.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- wsmex.html	5 Oct 2009 14:30:11 -0000	1.64
+++ wsmex.html	5 Oct 2009 19:09:17 -0000	1.65
@@ -972,7 +972,7 @@
      The mechanism for indicating that a binding or endpoint conforms to the
      WS-MetadataExchange specification is through the use of the Web Services
      Policy - Framework <a href="#wspolicy">[WS-Policy]</a> and Web Services Policy -
-     Attachment <a href="#">[wspolicyattach]</a> specifications.
+     Attachment <a href="#WS-PolicyAttachment">[WS-PolicyAttachment]</a> specifications.
     </p><p>
      This specification defines a policy assertion (wsmxp:MetadataExchange).  
      The wsmxp:MetadataExchange policy assertion applies to the endpoint 
@@ -1271,13 +1271,39 @@
     Policy assertion can be retrieved from the following address:
    </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-mex/MetadataExchangePolicy.xsd</pre></div></div><p>
     A non-normative copy of the XML schema is listed below for convenience.
-   </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;wsmxp:MetadataExchange [wsp:Optional="xs:boolean"]? ...&gt;
-  &lt;wsmxp:MetadataExchangeDialect ...&gt;
-    xs:anyURI
-  &lt;/wsmxp:MetadataExchangeDialect&gt; * 
-  &lt;wsmxp:MetadataContent ...&gt; xs:anyURI &lt;/wsmxp:MetadataContent&gt; *
-  ...
-&lt;/wsmxp:MetadataExchange&gt;</pre></div></div></div><div class="div1">
+   </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;xs:schema
+    targetNamespace="http://www.w3.org/2009/09/ws-evp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    blockDefault="#all"&gt;
+
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
+    schemaLocation="http://www.w3.org/2001/xml.xsd" /&gt;
+
+  &lt;xs:complexType name="URI"&gt;
+    &lt;xs:simpleContent&gt;
+      &lt;xs:extension base="xs:anyURI"&gt;
+        &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;/xs:extension&gt;
+    &lt;/xs:simpleContent&gt;
+  &lt;/xs:complexType&gt;
+
+  &lt;xs:element name="MetadataExchange"&gt;
+    &lt;xs:complexType&gt;
+      &lt;xs:sequence&gt;
+        &lt;xs:element name="MetadataExchangeDialect type="tns:URI" minOccurs="0"
+                                                  maxOccurs="unbounded"/&gt;
+        &lt;xs:element name="MetadataContent type="tns:URI" minOccurs="0"
+                                          maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/&gt;
+      &lt;/xs:sequence&gt;
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;/xs:complexType&gt;
+  &lt;/xs:element&gt;
+
+&lt;/xs:schema&gt;</pre></div></div></div><div class="div1">
 <h2><a name="changelog" id="changelog"/>D Change Log</h2><table border="1"><tbody><tr><th> Data </th><th> Author </th><th> Description </th></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6391">6391</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6519">6519</a></td></tr><tr><td> 2009/03/04 </td><td> DD </td><td> Added resolution of issue 

Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- wseventing.xml	5 Oct 2009 15:34:26 -0000	1.87
+++ wseventing.xml	5 Oct 2009 19:09:17 -0000	1.88
@@ -4019,21 +4019,70 @@
    </p>
 
    <example>
-    <eg>&lt;wsevp:EventSource [wsp:Optional="xs:boolean"]? ...>
-  &lt;wsevp:DateTimeSupported .../> ?
-  &lt;wsevp:FilterDialect ...> xs:anyURI &lt;/wsevp:FilterDialect> *
-  &lt;wsevp:MaxExpires ...> xs:duration &lt;/wsevp:MaxExpires> ?
-  &lt;wsevp:FormatName ...> xs:anyURI &lt;/wsevp:FormatName> *
-  ...
-&lt;/wsevp:EventSource>
+    <eg>&lt;xs:schema
+    targetNamespace="http://www.w3.org/2009/09/ws-evp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema"
+    elementFormDefault="qualified"
+    blockDefault="#all">
 
-&lt;wsevp:SubscriptionManager [wsp:Optional="xs:boolean"]? ...>
-  &lt;wsevp:DateTimeSupported .../> ?
-  &lt;wsevp:GetStatusOperationSupported .../> ?
-  &lt;wsevp:UnsubscribeOperationSupported .../> ?
-  &lt;wsevp:MaxExpires ...> xs:duration &lt;/wsevp:MaxExpires> ?
-  ...
-&lt;/wsevp:SubscriptionManager></eg>
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
+    schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+  &lt;xs:complexType name="Duration">
+    &lt;xs:simpleContent>
+      &lt;xs:extension base="xs:duration">
+       &lt;xs:anyAttribute namespace="##other" processContents="lax"/>
+      &lt;/xs:extension>
+    &lt;/xs:simpleContent>
+  &lt;/xs:complexType>
+
+  &lt;xs:complexType name="URI">
+    &lt;xs:simpleContent>
+      &lt;xs:extension base="xs:anyURI">
+        &lt;xs:anyAttribute namespace="##other" processContents="lax"/>
+      &lt;/xs:extension>
+    &lt;/xs:simpleContent>
+  &lt;/xs:complexType>
+
+  &lt;xs:complexType name="Empty">
+    &lt;xs:sequence/>
+    &lt;xs:anyAttribute namespace="##other" processContents="lax"/>
+  &lt;/xs:complexType>
+
+  &lt;xs:element name="EventSource">
+    &lt;xs:complexType>
+      &lt;xs:sequence>
+        &lt;xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/>
+        &lt;xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
+                                         maxOccurs="unbounded"/>
+        &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/>
+        &lt;xs:element name="FormatName" type="tns:URI" minOccurs="0"
+                                      maxOccurs="unbounded"/>
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/>
+      &lt;/xs:sequence>
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" />
+    &lt;/xs:complexType>
+  &lt;/xs:element>
+
+  &lt;xs:element name="SubscriptionManager">
+    &lt;xs:complexType>
+      &lt;xs:sequence>
+        &lt;xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/>
+        &lt;xs:element name="GetStatusOperationSupported" type="tns:Empty"
+                                                       minOccurs="0"/>
+        &lt;xs:element name="UnsubscribeOperationSupported" type="tns:Empty"
+                                                         minOccurs="0"/>
+        &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/>
+        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
+                                    maxOccurs="unbounded"/>
+      &lt;/xs:sequence>
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" />
+    &lt;/xs:complexType>
+  &lt;/xs:element>
+
+&lt;/xs:schema></eg>
    </example>
   </div1>
 

Received on Monday, 5 October 2009 19:09:24 UTC