2002/ws/desc/wsdl20 altschemalangs.xml,1.5,1.6

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv21194

Modified Files:
	altschemalangs.xml 
Log Message:


Index: altschemalangs.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/altschemalangs.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** altschemalangs.xml	1 Aug 2005 09:09:28 -0000	1.5
--- altschemalangs.xml	3 Aug 2005 23:33:57 -0000	1.6
***************
*** 60,64 ****
  		</authlist>
  		<abstract id="Abstract">
! 			<p/>
  		</abstract>
  		<status id="Status">
--- 60,64 ----
  		</authlist>
  		<abstract id="Abstract">
! 			<p>This document captures the result of disucussions by the Web Services Description Working Group regarding WSDL 2.0 type system extensibilty at the time of its publication.  The Working Group normatively defines the use of XML Schema 1.0 as a type system in the WSDL 2.0 Core specification.  This document sketches out the basics of extensions for Document Type Definitions (DTDs) and Relax NG.</p>
  		</abstract>
  		<status id="Status">
***************
*** 70,73 ****
--- 70,93 ----
                      http://www.w3.org/TR/.</emph>
  			</p>
+ 			<p>
+       This document is a <loc href="http://www.w3.org/2004/02/Process-20040205/tr.html#q74">W3C
+       Working Group Note</loc>.  It has been produced by the 
+       <loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" href="http://www.w3.org/2002/ws/desc/" xlink:show="replace" xlink:actuate="onRequest">Web Services
+         Description Working Group</loc>,
+ 	    which is part of the <loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" href="http://www.w3.org/2002/ws/Activity" xlink:show="replace" xlink:actuate="onRequest">Web Services Activity</loc>.</p>
+ 			<p>The material in this note was previously 
+       published as an Appendix of the <loc href="http://www.w3.org/TR/2005/WD-wsdl20-20050510">Web Services Description Language (WSDL) 2.0: Core Language Last Call</loc>
+       specification.  In response to Last Call comments, the Working Group agreed to remove this material from that specification and publish it separately as a Working Group Note.  Current versions of <loc href="http://www.w3.org/TR/wsdl20">WSDL 2.0 Core</loc> no longer contain this material.  This publication differs from the previous material in that it also includes some expanded discussion of issues that should be given consideration by type system extension designers.</p>
+ 			<p>No further work on this topic is planned at this point. Errors
+       in this document can be reported to the public <loc href="mailto:public-ws-desc-comments@w3.org">public-ws-desc-comments@w3.org</loc>
+       mailing list (<loc href="http://lists.w3.org/Archives/Public/public-ws-desc-comments/">public
+       archive</loc>).
+     </p>
+ 			<!-- Boilerplate -->
+ 			<p>Publication as a Working Group Note does not imply endorsement
+     by the W3C Membership. This is a draft document and may be
+     updated, replaced or obsoleted by other documents at any time. It
+     is inappropriate to cite this document as other than work in
+     progress.</p>
  		</status>
  		<langusage>
***************
*** 81,93 ****
  		<div1 id="intro">
  			<head>Introduction</head>
! 			<p>WSDL describes Web Service interaction in terms of exchanges of typed messages. WSDL
!                 2.0: Part 1 only provides general support for type systems based on the XML infoset
!                     [<loc href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html?content-type=text/html;%20charset=utf-8#XMLInfoSet">XML Information Set</loc>.]. and specific support for the W3C XML Schema
!                 Description Language. Describing messages with WSDL using schema languages other
!                 than XML Schema or non-XML infoset type systems requires extending the WSDL
!                 component model. While the WSDL working group has not defined any such extensions,
!                 there were discussions in the working group about how those extensions might be
                  defined and used. This document is the result of those disucussions and captures
!                 part of the working group's thinking about schema language and type system
                  extensibilty at the time of its publication.</p>
  		</div1>
--- 101,115 ----
  		<div1 id="intro">
  			<head>Introduction</head>
! 			<p>WSDL 2.0: Core Language <bibref ref="WSDL"/> describes Web Service interaction in terms of exchanges of typed messages. WSDL
!                  only provides general support for type systems based on the XML Infoset
!                     [<loc href="http://www.w3.org/TR/wsdl20#XMLInfoset">XML Information Set</loc>] and specific support for the W3C XML Schema
!                 Description Language <bibref ref="XMLSchemaP1"/>.
!                 Describing messages with WSDL using schema languages other
!                 than XML Schema or non-XML Infoset type systems requires extending the WSDL
!                 component model. While the Web Services Description Working Group has not 
!                 defined any such extensions,
!                 there were discussions in the Working Group about how those extensions might be
                  defined and used. This document is the result of those disucussions and captures
!                 part of the Working Group's thinking about schema language and type system
                  extensibilty at the time of its publication.</p>
  		</div1>
***************
*** 132,138 ****
                  format in Relax NG.</p>
  			<p>The first interpretation is most in the spirit of WSDL and was strongly
!         preferred by the working group.  Since WSDL extensibility points are generally
!         quite unrestricted, the group did not try to enforce the first option, but
!         the general belief of the group was that the other options were confusing
          and unwise.</p>
  		</div1>
--- 154,160 ----
                  format in Relax NG.</p>
  			<p>The first interpretation is most in the spirit of WSDL and was strongly
!         preferred by the Working Group.  Since WSDL extensibility points are generally
!         quite unrestricted, the Working Group did not try to enforce the first option, but
!         the general belief of the Working Group was that the other options were confusing
          and unwise.</p>
  		</div1>
***************
*** 142,148 ****
  			<div2 id="dtd">
  				<head>DTD</head>
! 				<p>A DTD may be used as the schema language for WSDL. It may not be embedded; it
                      must be imported. A namespace must be assigned. DTD types appear in the {element
!                     declarations} property of &lt;specref ref="Definitions_details"/> and may be
                      referenced from the <el>wsdl:input</el>, <el>wsdl:output</el> and
                      <el>wsdl:fault</el> elements using the <att>element</att>
--- 164,170 ----
  			<div2 id="dtd">
  				<head>DTD</head>
! 				<p>A Document Type Definition (DTD) as defined in <bibref ref="XML10"/> may be used as the schema language for WSDL. It may not be embedded; it
                      must be imported. A namespace must be assigned. DTD types appear in the {element
!                     declarations} property of the Description Component and may be
                      referenced from the <el>wsdl:input</el>, <el>wsdl:output</el> and
                      <el>wsdl:fault</el> elements using the <att>element</att>
***************
*** 152,156 ****
  				<p> The <el>dtd:import</el>
  					<emph>element information item</emph> references an external Document Type
!                     Definition, and has the following infoset properties:</p>
  				<ulist>
  					<item>
--- 174,178 ----
  				<p> The <el>dtd:import</el>
  					<emph>element information item</emph> references an external Document Type
!                     Definition, and has the following Infoset properties:</p>
  				<ulist>
  					<item>
***************
*** 182,186 ****
  						<emph>attribute information item</emph> sets the namespace to be used with
                          all imported element definitions described in the DTD. It has the following
!                         infoset properties:</p>
  					<ulist>
  						<item>
--- 204,208 ----
  						<emph>attribute information item</emph> sets the namespace to be used with
                          all imported element definitions described in the DTD. It has the following
!                         Infoset properties:</p>
  					<ulist>
  						<item>
***************
*** 206,210 ****
                          technologies may provide better information than this hint. The
                              <att>location</att>
! 						<emph>attribute information item</emph> has the following infoset
                          properties:</p>
  					<ulist>
--- 228,232 ----
                          technologies may provide better information than this hint. The
                              <att>location</att>
! 						<emph>attribute information item</emph> has the following Infoset
                          properties:</p>
  					<ulist>
***************
*** 236,240 ****
  			<div2 id="relax">
  				<head>RELAX NG</head>
! 				<p>A RELAX NG schema may be used as the schema language for WSDL. It may be embedded
                      or imported; import is preferred. A namespace must be specified; if an imported
                      schema specifies one, then the [actual value] of the <att>namespace</att>
--- 258,262 ----
  			<div2 id="relax">
  				<head>RELAX NG</head>
! 				<p>A RELAX NG <bibref ref="RelaxNG"/> schema may be used as the schema language for WSDL. It may be embedded
                      or imported; import is preferred. A namespace must be specified; if an imported
                      schema specifies one, then the [actual value] of the <att>namespace</att>
***************
*** 242,246 ****
  					<emph>element information item</emph> must match the specified namespace. RELAX
                      NG provides both type definitions and element declarations, the latter appears
!                     in the {element declarations} property of &lt;specref ref="Definitions_details"/>
                      respectively. The following discussion supplies the prefix rng which is mapped
                      to the URI "http://www.relaxng.org/ns/structure/1.0".</p>
--- 264,268 ----
  					<emph>element information item</emph> must match the specified namespace. RELAX
                      NG provides both type definitions and element declarations, the latter appears
!                     in the {element declarations} property of Description Component
                      respectively. The following discussion supplies the prefix rng which is mapped
                      to the URI "http://www.relaxng.org/ns/structure/1.0".</p>
***************
*** 378,382 ****
  							<emph>element information item</emph> to make this <emph>attribute
                                  information item</emph> required. The <att>ns</att>
! 							<emph>attribute information item</emph> has the following infoset
                              properties:</p>
  						<ulist>
--- 400,404 ----
  							<emph>element information item</emph> to make this <emph>attribute
                                  information item</emph> required. The <att>ns</att>
! 							<emph>attribute information item</emph> has the following Infoset
                              properties:</p>
  						<ulist>
***************
*** 412,414 ****
--- 434,480 ----
  		</div1>
  	</body>
+ 	<back>
+ 		<div1 id="References">
+ 			<head>References</head>
+ 			
+ 			<blist>
+ <bibl key="Relax NG" href="http://www.relaxng.org/spec-20011203.html" id="RelaxNG">
+ <titleref>RELAX NG Specification</titleref>, James Clark, MURATA Makoto, editors.  OASIS Committee Specification, 3 December 2001.</bibl>
+ 
+ 		<bibl key="WSDL 2.0 Core" href="http://www.w3.org/TR/2005/WD-wsdl20-20050803" id="WSDL">
+ 					<titleref>Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language</titleref>, R. Chinnici, J-J.
+             Moreau, A. Ryman, S. Weerawarana, Editors. World Wide Web Consortium,
+             3 Aug 2005. This version of
+             the "Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language" Specification is available is available at
+             http://www.w3.org/TR/2005/WD-wsdl20-20050803. The <loc href="http://www.w3.org/TR/wsdl20">latest version of
+             "Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language"</loc> is available at http://www.w3.org/TR/wsdl20. </bibl>
+ 
+           <bibl id="XML10" key="XML 1.0" href="http://www.w3.org/TR/2004/REC-xml-20040204/">
+             <titleref>Extensible Markup Language (XML) 1.0 (Third
+ 	    Edition)</titleref>, T. Bray, J. Paoli,
+ 	    C. M. Sperberg-McQueen, E. Maler, and F. Yergeau, Editors. World Wide
+ 	    Web Consortium, 4 February 2004. This version of the XML 1.0 Recommendation is
+ 	    http://www.w3.org/TR/2004/REC-xml-20040204/. The <loc href="http://www.w3.org/TR/REC-xml">latest version of "Extensible Markup Language (XML) 1.0"</loc> is available at http://www.w3.org/TR/REC-xml.
+ 	  </bibl>
+ 				<bibl id="XMLInfoSet" key="XML Information Set" href="http://www.w3.org/TR/2001/REC-xml-infoset-20011024">
+ 					<titleref>XML Information Set</titleref>, J. Cowan and R.
+ 	    			Tobin, Editors. World Wide Web Consortium, 24 October 2001.
+ 	    			This version of the XML Information Set Recommendation is
+ 	    			http://www.w3.org/TR/2001/REC-xml-infoset-20011024. The <loc href="http://www.w3.org/TR/xml-infoset">latest version of
+ 	     		XML Information Set</loc> is available at
+ 	    			http://www.w3.org/TR/xml-infoset.
+ 			  </bibl>
+ 			  
+ 				<bibl id="XMLSchemaP1" key="XML Schema: Structures" href="http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/">
+ 					<titleref>XML Schema Part 1: Structures</titleref>,
+ 	  				H. Thompson, D. Beech, M. Maloney, and N. Mendelsohn,
+ 			    Editors. World Wide Web Consortium, 28 October 2004. This version
+ 			    of the XML Schema Part 1 Recommendation is
+ 			    http://www.w3.org/TR/2004/REC-xmlschema-1-20041028. The <loc href="http://www.w3.org/TR/xmlschema-1/">latest version of
+ 	    XML Schema Part 1</loc> is available at
+ 	    http://www.w3.org/TR/xmlschema-1.
+ 	  </bibl>
+ 	  	</blist>
+ 		</div1>
+ 	</back>
  </spec>

Received on Wednesday, 3 August 2005 23:34:06 UTC