- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Jan 2011 00:07:48 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv7032
Modified Files:
wsevd.html wsevd.xml
Log Message:
more 11551
Index: wsevd.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsevd.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- wsevd.html 4 Jan 2011 21:41:08 -0000 1.21
+++ wsevd.html 5 Jan 2011 00:07:46 -0000 1.22
@@ -55,10 +55,12 @@
5 <a href="#acks">Acknowledgements</a><br/>
6 <a href="#refs">References</a><br/>
6.1 <a href="#iddiv2x1x625">Normative References</a><br/>
- 6.2 <a href="#iddiv2x1x655">Informative References</a><br/>
+ 6.2 <a href="#iddiv2x1x668">Informative References</a><br/>
</p>
-<h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#EVDXSD">XML Schema for EventDescriptions</a><br/>
-B <a href="#changelog">Change Log</a><br/>
+<h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#EVD_MIME">The application/evd+xml Media Type</a><br/>
+ A.1 <a href="#iddiv2x1x783">Registration</a><br/>
+B <a href="#EVDXSD">XML Schema for EventDescriptions</a><br/>
+C <a href="#changelog">Change Log</a><br/>
</p></div><hr/><div class="body"><div class="div1">
<h2><a name="composable" id="composable"/>1 Composable Architecture</h2><p>
By using the XML and SOAP <a href="#SOAP11">[SOAP11]</a>,
@@ -234,7 +236,7 @@
<em>xs:any</em>*
</wsevd:EventDescriptions></pre></div></div><p>
The XML Schema for the EventDescriptions element can be found in
- <a href="#EVDXSD"><b>A XML Schema for EventDescriptions</b></a>. The following describes additional, normative
+ <a href="#EVDXSD"><b>B XML Schema for EventDescriptions</b></a>. The following describes additional, normative
constraints on the outlined listed above:
</p><dl><dt class="label"> /wsevd:EventDescriptions </dt><dd><p>
This element contains the declarations of all the Event Types that
@@ -427,13 +429,18 @@
</cite></a>
, S. Bradner, Author.
Internet Engineering Task Force, March 1997.
- Available at <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>.</dd><dt class="label"><a name="RFC3987" id="RFC3987"/>RFC 3987</dt><dd><a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>
+ Available at <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>.</dd><dt class="label"><a name="RFC3023" id="RFC3023"/>RFC 3023</dt><dd><a href="http://www.ietf.org/rfc/rfc3023.txt"><cite>
+ XML Media Types
+ </cite></a>
+ , M. Murata, S. St. Laurent, D. Kohn, Authors.
+ Internet Engineering Task Force, January 2001.
+ Available at <a href="http://www.ietf.org/rfc/rfc3023.txt">http://www.ietf.org/rfc/rfc3023.txt</a>.</dd><dt class="label"><a name="RFC3987" id="RFC3987"/>RFC 3987</dt><dd><a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>
Internationalized Resource Identifiers (IRIs)
</cite></a>
, M. Duerst and M. Suignard, Authors.
Internet Engineering Task Force, January 2005.
Available at <a href="http://www.ietf.org/rfc/rfc3987.txt">http://www.ietf.org/rfc/rfc3987.txt</a>.</dd></dl></div><div class="div2">
-<h3><a name="iddiv2x1x655" id="iddiv2x1x655"/>6.2 Informative References</h3><dl><dt class="label"><a name="SOAP11" id="SOAP11"/>SOAP11</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
+<h3><a name="iddiv2x1x668" id="iddiv2x1x668"/>6.2 Informative References</h3><dl><dt class="label"><a name="SOAP11" id="SOAP11"/>SOAP11</dt><dd><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"><cite>
W3C Note, "Simple Object Access Protocol (SOAP) 1.1"
</cite></a>
, D. Box, et al, Editors.
@@ -477,7 +484,40 @@
, P. Biron, A. Malhotra, Editors.
World Wide Web Consortium (W3C), 28 October 2004.
Available at <a href="http://www.w3.org/TR/xmlschema-2/">http://www.w3.org/TR/xmlschema-2/</a>.</dd></dl></div></div></div><div class="back"><div class="div1">
-<h2><a name="EVDXSD" id="EVDXSD"/>A XML Schema for EventDescriptions</h2><p>
+<h2><a name="EVD_MIME" id="EVD_MIME"/>A The application/evd+xml Media Type</h2><p>
+ This appendix defines the 'application/evd+xml' media type which can
+ be used to describe EventDescription documents serialized as XML.
+ </p><div class="div2">
+<h3><a name="iddiv2x1x783" id="iddiv2x1x783"/>A.1 Registration</h3><dl><dt class="label"> MIME media type name: </dt><dd><p> application </p></dd><dt class="label"> MIME subtype name: </dt><dd><p> evd+xml </p></dd><dt class="label"> Required parameters: </dt><dd><p> none </p></dd><dt class="label"> Optional parameters: </dt><dd><p><b>charset</b><br/>
+ This parameter has identical semantics to the charset parameter
+ of the 'application/xml' media type as specified in
+ <a href="#RFC3023">[RFC 3023]</a>.
+ </p></dd><dt class="label"> Encoding considerations: </dt><dd><p>
+ Identical to those of 'application/xml' as described in
+ <a href="#RFC3023">[RFC 3023]</a>, section 3.2, as applied to the
+ EventDescriptions document.
+ </p></dd><dt class="label"> Security considerations: </dt><dd><p> none </p></dd><dt class="label"> Interoperability considerations: </dt><dd><p> There are non known interoperability issues. </p></dd><dt class="label"> Published specification: </dt><dd><p> Web Services Event Descriptions (this specification). </p></dd><dt class="label"> Applications which use this media type: </dt><dd><p> No known applications currently use this media type. </p></dd><dt class="label"> Additional Information: </dt><dd><p><b>File extension:</b><br/>
+ evd<br/><br/><b>Fragment identifiers:</b><br/>
+ An EventDescriptions fragment identifier references a particular
+ Event Type within an EventDescriptions document. The Event Type
+ referenced is the Event Type with the @id attribute whos value
+ equals that of the fragment identifier component.
+ <br/><br/>
+ For example, if the EventDescriptions document from
+ <a href="#EVDSample">Example 4-1</a>
+ were located at "http://www.wstf.org/eventtypes/oceanwatch", the
+ following URI references the Event Type defined in lines 12-14:
+ http://www.wstf.org/eventtypes/oceanwatch#WindReportEvent.
+ <br/><br/><b>Base URI:</b><br/>
+ As specified in <a href="#RFC3023">[RFC 3023]</a> section 6.
+ </p></dd><dt class="label">
+ Person and email address to contact for further information:
+ </dt><dd><p> World Wide Wed Consortium <web-human@w3.org> </p></dd><dt class="label"> Intended usage: </dt><dd><p> COMMON </p></dd><dt class="label"> Author/Change controller: </dt><dd><p>
+ The WS-EventDescriptions specification is a work product of the
+ World Wide Web Consortium's Web Service Resource Access Working
+ Group. The W3C has change control over these specifications.
+ </p></dd></dl></div></div><div class="div1">
+<h2><a name="EVDXSD" id="EVDXSD"/>B XML Schema for EventDescriptions</h2><p>
A normative copy of the XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>,
<a href="#XMLSchema2">[XMLSchema - Part 2]</a> description for the EventDescriptions
element can be retrieved from the following address:
@@ -519,7 +559,7 @@
</xs:complexType>
</xs:element>
</xs:schema></pre></div></div></div><div class="div1">
-<h2><a name="changelog" id="changelog"/>B Change Log</h2><table border="1"><tbody><tr><th> Data </th><th> Author </th><th> Description </th></tr><tr><td> 2010/01/19 </td><td> DD </td><td> Added resolution of issue
+<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> 2010/01/19 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8068">8068</a></td></tr><tr><td> 2010/03/09 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6463">6463</a>,
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8031">8031</a>,
Index: wsevd.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsevd.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- wsevd.xml 4 Jan 2011 21:41:08 -0000 1.17
+++ wsevd.xml 5 Jan 2011 00:07:46 -0000 1.18
@@ -783,6 +783,15 @@
Internet Engineering Task Force, March 1997.
</bibl>
+ <bibl key="RFC 3023" id="RFC3023"
+ href="http://www.ietf.org/rfc/rfc3023.txt">
+ <titleref>
+ XML Media Types
+ </titleref>
+ , M. Murata, S. St. Laurent, D. Kohn, Authors.
+ Internet Engineering Task Force, January 2001.
+ </bibl>
+
<bibl key="RFC 3987" id="RFC3987"
href="http://www.ietf.org/rfc/rfc3987.txt">
<titleref>
@@ -882,6 +891,136 @@
</body>
<back>
+
+ <div1 id="EVD_MIME">
+ <head>The application/evd+xml Media Type</head>
+
+ <p>
+ This appendix defines the 'application/evd+xml' media type which can
+ be used to describe EventDescription documents serialized as XML.
+ </p>
+
+ <div2>
+ <head>Registration</head>
+
+ <glist>
+ <gitem>
+ <label> MIME media type name: </label>
+ <def>
+ <p> application </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> MIME subtype name: </label>
+ <def>
+ <p> evd+xml </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Required parameters: </label>
+ <def>
+ <p> none </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Optional parameters: </label>
+ <def>
+ <p>
+ <kw>charset</kw><phrase/>
+ This parameter has identical semantics to the charset parameter
+ of the 'application/xml' media type as specified in
+ <bibref ref='RFC3023'/>.
+ </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Encoding considerations: </label>
+ <def>
+ <p>
+ Identical to those of 'application/xml' as described in
+ <bibref ref='RFC3023'/>, section 3.2, as applied to the
+ EventDescriptions document.
+ </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Security considerations: </label>
+ <def>
+ <p> none </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Interoperability considerations: </label>
+ <def>
+ <p> There are non known interoperability issues. </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Published specification: </label>
+ <def>
+ <p> Web Services Event Descriptions (this specification). </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Applications which use this media type: </label>
+ <def>
+ <p> No known applications currently use this media type. </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Additional Information: </label>
+ <def>
+ <p>
+ <kw>File extension:</kw><phrase/>
+ evd<phrase/><phrase/>
+
+ <kw>Fragment identifiers:</kw><phrase/>
+ An EventDescriptions fragment identifier references a particular
+ Event Type within an EventDescriptions document. The Event Type
+ referenced is the Event Type with the @id attribute whos value
+ equals that of the fragment identifier component.
+ <phrase/><phrase/>
+ For example, if the EventDescriptions document from
+ <specref ref="EVDSample"/>
+ were located at "http://www.wstf.org/eventtypes/oceanwatch", the
+ following URI references the Event Type defined in lines 12-14:
+ http://www.wstf.org/eventtypes/oceanwatch#WindReportEvent.
+ <phrase/><phrase/>
+
+ <kw>Base URI:</kw><phrase/>
+ As specified in <bibref ref='RFC3023'/> section 6.
+ </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label>
+ Person and email address to contact for further information:
+ </label>
+ <def>
+ <p> World Wide Wed Consortium <web-human@w3.org> </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Intended usage: </label>
+ <def>
+ <p> COMMON </p>
+ </def>
+ </gitem>
+ <gitem>
+ <label> Author/Change controller: </label>
+ <def>
+ <p>
+ The WS-EventDescriptions specification is a work product of the
+ World Wide Web Consortium's Web Service Resource Access Working
+ Group. The W3C has change control over these specifications.
+ </p>
+ </def>
+ </gitem>
+ </glist>
+
+ </div2>
+
+ </div1>
<div1 id="EVDXSD">
<head>XML Schema for EventDescriptions</head>
Received on Wednesday, 5 January 2011 00:07:50 UTC