- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 19:09:19 +0000
- To: public-ws-resource-access-notifications@w3.org
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><wstrp:TransferResource [wsp:Optional="xs:boolean"]? ...>
- <wstrp:PutOperationSupported .../> ?
- <wstrp:DeleteOperationSupported .../> ?
- <wstrp:FaultOnPutDenied.../> ?
- <wstrp:Dialect ...> xs:anyURI </wstrp:Dialect> *
- ...
-</wstrp:TransferResource>
+ <eg><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">
-<wstrp:TransferResourceFactory [wsp:Optional="xs:boolean"]? ...>
- <wstrp:Dialect ...> xs :anyURI </wstrp:Dialect> *
- ...
-</wstrp:TransferResourceFactory></eg>
+ <xs:import namespace="http://www.w3.org/XML/1998/namespace"
+ schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+ <xs:complexType name="URI">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:complexType name="Empty">
+ <xs:sequence/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+ <xs:element name="TransferResource">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="PutOperationSupported" type="tns:Empty"
+ minOccurs="0"/>
+ <xs:element name="DeleteOperationSupported" type="tns:Empty"
+ minOccurs="0"/>
+ <xs:element name="FaultOnPutDenied" type="tns:Empty" minOccurs="0"/>
+ <xs:element name="Dialect" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <xs:any namespace="##other" processContents="lax" minOccurs="0"
+ maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax" />
+ </xs:complexType>
+ </xs:element>
+
+ <xs:element name="TransferResourceFactory">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Dialect" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <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>
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><wsevp:EventSource [wsp:Optional="xs:boolean"]? ...>
- <wsevp:DateTimeSupported .../> ?
- <wsevp:FilterDialect ...> xs:anyURI </wsevp:FilterDialect> *
- <wsevp:MaxExpires ...> xs:duration </wsevp:MaxExpires> ?
- <wsevp:FormatName ...> xs:anyURI </wsevp:FormatName> *
- ...
-</wsevp:EventSource>
+ </p><div class="exampleOuter"><div class="exampleInner"><pre><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">
-<wsevp:SubscriptionManager [wsp:Optional="xs:boolean"]? ...>
- <wsevp:DateTimeSupported .../> ?
- <wsevp:GetStatusOperationSupported .../> ?
- <wsevp:UnsubscribeOperationSupported .../> ?
- <wsevp:MaxExpires ...> xs:duration </wsevp:MaxExpires> ?
- ...
-</wsevp:SubscriptionManager></pre></div></div></div><div class="div1">
+ <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" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:complexType name="URI">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:complexType name="Empty">
+ <xs:sequence/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+ <xs:element name="EventSource">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/>
+ <xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/>
+ <xs:element name="FormatName" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <xs:any namespace="##other" processContents="lax" minOccurs="0"
+ maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax" />
+ </xs:complexType>
+ </xs:element>
+
+ <xs:element name="SubscriptionManager">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/>
+ <xs:element name="GetStatusOperationSupported" type="tns:Empty"
+ minOccurs="0"/>
+ <xs:element name="UnsubscribeOperationSupported" type="tns:Empty"
+ minOccurs="0"/>
+ <xs:element name="MaxExpires" type="tns:Duration" 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"/>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><wsfrp:Fragment [wsp:Optional="xs:boolean"]? ...>
- <wsfrp:Language ...> xs:anyURI </wsfrp:Language> *
- ...
-</wsfrp:Fragment></eg>
+ <eg><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">
+
+ <xs:import namespace="http://www.w3.org/XML/1998/namespace"
+ schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+ <xs:complexType name="URI">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:element name="Fragment">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Language" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <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>
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><wsfrp:Fragment [wsp:Optional="xs:boolean"]? ...>
- <wsfrp:Language ...> xs:anyURI </wsfrp:Language> *
- ...
-</wsfrp:Fragment></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-evp"
+ xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+ 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="URI">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:element name="Fragment">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Language" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <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"/>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><wstrp:TransferResource [wsp:Optional="xs:boolean"]? ...>
- <wstrp:PutOperationSupported .../> ?
- <wstrp:DeleteOperationSupported .../> ?
- <wstrp:FaultOnPutDenied.../> ?
- <wstrp:Dialect ...> xs:anyURI </wstrp:Dialect> *
- ...
-</wstrp:TransferResource>
+ </p><div class="exampleOuter"><div class="exampleInner"><pre><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">
-<wstrp:TransferResourceFactory [wsp:Optional="xs:boolean"]? ...>
- <wstrp:Dialect ...> xs :anyURI </wstrp:Dialect> *
- ...
-</wstrp:TransferResourceFactory></pre></div></div></div><div class="div1">
+ <xs:import namespace="http://www.w3.org/XML/1998/namespace"
+ schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+ <xs:complexType name="URI">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:complexType name="Empty">
+ <xs:sequence/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+ <xs:element name="TransferResource">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="PutOperationSupported" type="tns:Empty"
+ minOccurs="0"/>
+ <xs:element name="DeleteOperationSupported" type="tns:Empty"
+ minOccurs="0"/>
+ <xs:element name="FaultOnPutDenied" type="tns:Empty" minOccurs="0"/>
+ <xs:element name="Dialect" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <xs:any namespace="##other" processContents="lax" minOccurs="0"
+ maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax" />
+ </xs:complexType>
+ </xs:element>
+
+ <xs:element name="TransferResourceFactory">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Dialect" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <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=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><wsmxp:MetadataExchange [wsp:Optional="xs:boolean"]? ...>
- <wsmxp:MetadataExchangeDialect ...>
- xs:anyURI
- </wsmxp:MetadataExchangeDialect> *
- <wsmxp:MetadataContent ...> xs:anyURI </wsmxp:MetadataContent> *
- ...
-</wsmxp:MetadataExchange></eg>
+ <eg><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">
+
+ <xs:import namespace="http://www.w3.org/XML/1998/namespace"
+ schemaLocation="http://www.w3.org/2001/xml.xsd" />
+
+ <xs:complexType name="URI">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:element name="MetadataExchange">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="MetadataExchangeDialect type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <xs:element name="MetadataContent type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <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>
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" />
<xs:complexType name="Duration">
- <xs:simpleContent>
- <xs:extension base="xs:duration">
- <xs:anyAttribute namespace="##other"/>
- </xs:extension>
- </xs:simpleContent>
+ <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: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: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: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">
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" />
<xs:complexType name="Duration">
- <xs:simpleContent>
- <xs:extension base="xs:duration">
- <xs:anyAttribute namespace="##other"/>
- </xs:extension>
- </xs:simpleContent>
+ <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: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: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: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>
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><wsmxp:MetadataExchange [wsp:Optional="xs:boolean"]? ...>
- <wsmxp:MetadataExchangeDialect ...>
- xs:anyURI
- </wsmxp:MetadataExchangeDialect> *
- <wsmxp:MetadataContent ...> xs:anyURI </wsmxp:MetadataContent> *
- ...
-</wsmxp:MetadataExchange></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-evp"
+ xmlns:tns="http://www.w3.org/2009/09/ws-evp"
+ 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="URI">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:element name="MetadataExchange">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="MetadataExchangeDialect type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <xs:element name="MetadataContent type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <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/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><wsevp:EventSource [wsp:Optional="xs:boolean"]? ...>
- <wsevp:DateTimeSupported .../> ?
- <wsevp:FilterDialect ...> xs:anyURI </wsevp:FilterDialect> *
- <wsevp:MaxExpires ...> xs:duration </wsevp:MaxExpires> ?
- <wsevp:FormatName ...> xs:anyURI </wsevp:FormatName> *
- ...
-</wsevp:EventSource>
+ <eg><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">
-<wsevp:SubscriptionManager [wsp:Optional="xs:boolean"]? ...>
- <wsevp:DateTimeSupported .../> ?
- <wsevp:GetStatusOperationSupported .../> ?
- <wsevp:UnsubscribeOperationSupported .../> ?
- <wsevp:MaxExpires ...> xs:duration </wsevp:MaxExpires> ?
- ...
-</wsevp:SubscriptionManager></eg>
+ <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" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:complexType name="URI">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:complexType name="Empty">
+ <xs:sequence/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+ <xs:element name="EventSource">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/>
+ <xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/>
+ <xs:element name="FormatName" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <xs:any namespace="##other" processContents="lax" minOccurs="0"
+ maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax" />
+ </xs:complexType>
+ </xs:element>
+
+ <xs:element name="SubscriptionManager">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/>
+ <xs:element name="GetStatusOperationSupported" type="tns:Empty"
+ minOccurs="0"/>
+ <xs:element name="UnsubscribeOperationSupported" type="tns:Empty"
+ minOccurs="0"/>
+ <xs:element name="MaxExpires" type="tns:Duration" 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 19:09:24 UTC