- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 21:20:46 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv19284
Modified Files:
wsmex.html wsmex.xml
Log Message:
6500
Index: wsmex.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- wsmex.xml 21 Jul 2009 19:47:24 -0000 1.32
+++ wsmex.xml 21 Jul 2009 21:20:44 -0000 1.33
@@ -414,7 +414,7 @@
(06) <s11:Header>
(07) <wsa:To>http://client.example.org</wsa:To>
(08) <wsa:Action>
-(09) http://www.w3.org/2009/02/ws-mex/GetMetadata
+(09) http://www.w3.org/2009/02/ws-mex/GetMetadataResponse
(10) </wsa:Action>
(11) <wsa:RelatesTo>
(12) urn:uuid:73d7edfc-5c3c-49b9-ba46-2480caee43e9
@@ -790,7 +790,7 @@
|
DialectSpecificElement
)
- </mex:MetadataSection>*
+ </mex:MetadataSection> *
<emph>xs:any</emph>*
</mex:Metadata></eg>
</example>
@@ -1069,6 +1069,7 @@
<mex:Dialect URI="<emph>xs:anyURI</emph>"
Identifier="<emph>xs:anyURI</emph>" ?
Content="<emph>xs:anyURI</emph>" ? .../> *
+ <emph>xs:any</emph>*
</mex:GetMetadata> </eg>
</example>
@@ -1206,9 +1207,12 @@
http://www.w3.org/2009/02/ws-mex/GetMetadataResponse
<kw>[Body]</kw>
- <mex:Metadata ...>
+ <mex:GetMetadataResponse>
+ <mex:Metadata ...>
+ <emph>xs:any</emph>*
+ </mex:Metadata>
<emph>xs:any</emph>*
- </mex:Metadata></eg>
+ </mex:GetMetadataResponse></eg>
</example>
<p>
@@ -1218,7 +1222,7 @@
<glist>
<gitem>
- <label> <kw>[Body]</kw>/mex:Metadata </label>
+ <label> <kw>[Body]</kw>/mex:GetMetadataResponse/mex:Metadata </label>
<def>
<p>
The body of the response message MUST contain one mex:Metadata
@@ -1747,6 +1751,20 @@
<xs:complexType>
<xs:sequence>
<xs:element ref='tns:Dialect' 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>
+
+ <!-- Get Metadata response -->
+ <xs:element name='GetMetadataResponse'>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref='tns:Metadata'/>
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
+ maxOccurs='unbounded'/>
</xs:sequence>
<xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
@@ -1761,7 +1779,7 @@
</xs:complexType>
</xs:element>
- <!-- Get Metadata response -->
+ <!-- Metadata -->
<xs:element name='Metadata'>
<xs:complexType>
<xs:sequence>
@@ -1831,7 +1849,7 @@
<wsdl:part name='body' element='tns:GetMetadata'/>
</wsdl:message>
<wsdl:message name='GetMetadataResponseMsg'>
- <wsdl:part name='body' element='tns:Metadata'/>
+ <wsdl:part name='body' element='tns:GetMetadataResponse'/>
</wsdl:message>
<wsdl:portType name='MetadataExchange'>
<wsdl:operation name='GetMetadata'>
@@ -1978,12 +1996,19 @@
</td>
</tr>
<tr>
- <td> 2009/07/27 </td>
+ <td> 2009/07/21 </td>
<td> DD </td>
<td> Added resolution of issue
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7122">7122</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/07/21 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6500">6500</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wsmex.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- wsmex.html 21 Jul 2009 19:47:24 -0000 1.43
+++ wsmex.html 21 Jul 2009 21:20:44 -0000 1.44
@@ -301,7 +301,7 @@
(06) <s11:Header>
(07) <wsa:To>http://client.example.org</wsa:To>
(08) <wsa:Action>
-(09) http://www.w3.org/2009/02/ws-mex/GetMetadata
+(09) http://www.w3.org/2009/02/ws-mex/GetMetadataResponse
(10) </wsa:Action>
(11) <wsa:RelatesTo>
(12) urn:uuid:73d7edfc-5c3c-49b9-ba46-2480caee43e9
@@ -488,7 +488,7 @@
|
DialectSpecificElement
)
- </mex:MetadataSection>*
+ </mex:MetadataSection> *
<em>xs:any</em>*
</mex:Metadata></pre></div></div><p>
The following describes additional constraints on the outline listed
@@ -613,6 +613,7 @@
<mex:Dialect URI="<em>xs:anyURI</em>"
Identifier="<em>xs:anyURI</em>" ?
Content="<em>xs:anyURI</em>" ? .../> *
+ <em>xs:any</em>*
</mex:GetMetadata> </pre></div></div><p>
The following describes additional, normative constraints on the
outline listed above:
@@ -666,12 +667,15 @@
http://www.w3.org/2009/02/ws-mex/GetMetadataResponse
<b>[Body]</b>
- <mex:Metadata ...>
+ <mex:GetMetadataResponse>
+ <mex:Metadata ...>
+ <em>xs:any</em>*
+ </mex:Metadata>
<em>xs:any</em>*
- </mex:Metadata></pre></div></div><p>
+ </mex:GetMetadataResponse></pre></div></div><p>
The following describes additional, normative constraints on the
outline listed above:
- </p><dl><dt class="label"><b>[Body]</b>/mex:Metadata </dt><dd><p>
+ </p><dl><dt class="label"><b>[Body]</b>/mex:GetMetadataResponse/mex:Metadata </dt><dd><p>
The body of the response message MUST contain one mex:Metadata
element as defined in Section 4 of this specification.
</p></dd></dl></div></div><div class="div1">
@@ -1020,6 +1024,20 @@
<xs:complexType>
<xs:sequence>
<xs:element ref='tns:Dialect' 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>
+
+ <!-- Get Metadata response -->
+ <xs:element name='GetMetadataResponse'>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref='tns:Metadata'/>
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
+ maxOccurs='unbounded'/>
</xs:sequence>
<xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
@@ -1034,7 +1052,7 @@
</xs:complexType>
</xs:element>
- <!-- Get Metadata response -->
+ <!-- Metadata -->
<xs:element name='Metadata'>
<xs:complexType>
<xs:sequence>
@@ -1089,7 +1107,7 @@
<wsdl:part name='body' element='tns:GetMetadata'/>
</wsdl:message>
<wsdl:message name='GetMetadataResponseMsg'>
- <wsdl:part name='body' element='tns:Metadata'/>
+ <wsdl:part name='body' element='tns:GetMetadataResponse'/>
</wsdl:message>
<wsdl:portType name='MetadataExchange'>
<wsdl:operation name='GetMetadata'>
@@ -1121,5 +1139,6 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6787">6787</a></td></tr><tr><td> 2009/05/12 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6433">6433</a></td></tr><tr><td> 2009/05/21 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</a></td></tr><tr><td> 2009/05/27 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</a></td></tr><tr><td> 2009/07/27 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7122">7122</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</a></td></tr><tr><td> 2009/07/21 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7122">7122</a></td></tr><tr><td> 2009/07/21 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6500">6500</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Tuesday, 21 July 2009 21:20:59 UTC