WWW/2002/ws/ra/edcopies wsenum.html,1.67,1.68 wsenum.xml,1.60,1.61

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

Modified Files:
	wsenum.html wsenum.xml 
Log Message:
add correct policy xsd


Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- wsenum.html	5 Oct 2009 15:34:25 -0000	1.67
+++ wsenum.html	5 Oct 2009 18:22:01 -0000	1.68
@@ -1807,14 +1807,57 @@
     Policy assertion can be retrieved from the following address: 
    </p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/09/ws-enu/EnumerationPolicy.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;wsenp:Enumeration [wsp:Optional="xs:boolean"]? ...&gt;
- &lt;wsenp:FilterDialect ...&gt; xs:anyURI &lt;/wsenp:FilterDialect&gt; * 
- &lt;wsenp:MaxExpires ...&gt; xs:duration &lt;/wsenp:MaxExpires&gt; ? 
- &lt;wsenp:MaxTime ...&gt; xs:duration &lt;/wsenp:MaxTime&gt; ? 
- &lt;wsenp:MaxElements ...&gt; xs:long &lt;/wsenp:MaxElements&gt; ? 
- &lt;wsenp:MaxCharacters ...&gt; xs:long &lt;/wsenp:MaxCharacters&gt; ?
- ...
-&lt;/wsenp:Enumeration&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-enp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-enp"
+    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="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: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: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: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: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/11 </td><td> DD </td><td> Added change log </td></tr><tr><td> 2009/03/11 </td><td> DD </td><td> Added resolution of issue 

Index: wsenum.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- wsenum.xml	5 Oct 2009 15:34:26 -0000	1.60
+++ wsenum.xml	5 Oct 2009 18:22:01 -0000	1.61
@@ -3060,14 +3060,57 @@
    </p>
 
    <example>
-    <eg>&lt;wsenp:Enumeration [wsp:Optional="xs:boolean"]? ...>
- &lt;wsenp:FilterDialect ...> xs:anyURI &lt;/wsenp:FilterDialect> * 
- &lt;wsenp:MaxExpires ...> xs:duration &lt;/wsenp:MaxExpires> ? 
- &lt;wsenp:MaxTime ...> xs:duration &lt;/wsenp:MaxTime> ? 
- &lt;wsenp:MaxElements ...> xs:long &lt;/wsenp:MaxElements> ? 
- &lt;wsenp:MaxCharacters ...> xs:long &lt;/wsenp:MaxCharacters> ?
- ...
-&lt;/wsenp:Enumeration></eg>
+    <eg>&lt;xs:schema
+    targetNamespace="http://www.w3.org/2009/09/ws-enp"
+    xmlns:tns="http://www.w3.org/2009/09/ws-enp"
+    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="Duration">
+   &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: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: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:element>
+
+&lt;/xs:schema></eg>
    </example>
   </div1>
 

Received on Monday, 5 October 2009 18:22:05 UTC