- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 18:22:03 +0000
- To: public-ws-resource-access-notifications@w3.org
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><wsenp:Enumeration [wsp:Optional="xs:boolean"]? ...> - <wsenp:FilterDialect ...> xs:anyURI </wsenp:FilterDialect> * - <wsenp:MaxExpires ...> xs:duration </wsenp:MaxExpires> ? - <wsenp:MaxTime ...> xs:duration </wsenp:MaxTime> ? - <wsenp:MaxElements ...> xs:long </wsenp:MaxElements> ? - <wsenp:MaxCharacters ...> xs:long </wsenp:MaxCharacters> ? - ... -</wsenp:Enumeration></pre></div></div></div><div class="div1"> + </p><div class="exampleOuter"><div class="exampleInner"><pre><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"> + + <xs:import namespace="http://www.w3.org/XML/1998/namespace" + schemaLocation="http://www.w3.org/2001/xml.xsd" /> + + <xs:complexType name="Duration"> + <xs:simpleContent> + <xs:extension base="xs:duration"> + <xs:anyAttribute namespace="##other"/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + + <xs:complexType name="URI"> + <xs:simpleContent> + <xs:extension base="xs:anyURI"> + <xs:anyAttribute namespace="##other"/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + + <xs:complexType name="Long"> + <xs:simpleContent> + <xs:extension base="xs:long"> + <xs:anyAttribute namespace="##other"/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + + <xs:element name="Enumeration"> + <xs:complexType> + <xs:sequence> + <xs:element name="FilterDialect" type="tns:URI" minOccurs="0" + maxOccurs="unbounded"/> + <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/> + <xs:element name="MaxTime" type="tns:Duration" minOccurs="0"/> + <xs:element name="MaxElements" type="tns:Long" minOccurs="0"/> + <xs:element name="MaxCharacters" type="tns:Long" minOccurs="0"/> + <xs:any namespace="##other" processContents="lax" minOccurs="0" + maxOccurs="unbounded"/> + </xs:sequence> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + </xs:element> + +</xs:schema></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><wsenp:Enumeration [wsp:Optional="xs:boolean"]? ...> - <wsenp:FilterDialect ...> xs:anyURI </wsenp:FilterDialect> * - <wsenp:MaxExpires ...> xs:duration </wsenp:MaxExpires> ? - <wsenp:MaxTime ...> xs:duration </wsenp:MaxTime> ? - <wsenp:MaxElements ...> xs:long </wsenp:MaxElements> ? - <wsenp:MaxCharacters ...> xs:long </wsenp:MaxCharacters> ? - ... -</wsenp:Enumeration></eg> + <eg><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"> + + <xs:import namespace="http://www.w3.org/XML/1998/namespace" + schemaLocation="http://www.w3.org/2001/xml.xsd" /> + + <xs:complexType name="Duration"> + <xs:simpleContent> + <xs:extension base="xs:duration"> + <xs:anyAttribute namespace="##other"/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + + <xs:complexType name="URI"> + <xs:simpleContent> + <xs:extension base="xs:anyURI"> + <xs:anyAttribute namespace="##other"/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + + <xs:complexType name="Long"> + <xs:simpleContent> + <xs:extension base="xs:long"> + <xs:anyAttribute namespace="##other"/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + + <xs:element name="Enumeration"> + <xs:complexType> + <xs:sequence> + <xs:element name="FilterDialect" type="tns:URI" minOccurs="0" + maxOccurs="unbounded"/> + <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/> + <xs:element name="MaxTime" type="tns:Duration" minOccurs="0"/> + <xs:element name="MaxElements" type="tns:Long" minOccurs="0"/> + <xs:element name="MaxCharacters" type="tns:Long" minOccurs="0"/> + <xs:any namespace="##other" processContents="lax" minOccurs="0" + maxOccurs="unbounded"/> + </xs:sequence> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + </xs:element> + +</xs:schema></eg> </example> </div1>
Received on Monday, 5 October 2009 18:22:05 UTC