- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 16 Apr 2006 18:33:28 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv14798/wsdl20
Modified Files:
wsdl20.tex wsdl20-z-ie.html wsdl20-z.html wsdl20.html
wsdl20-adjuncts.html wsdl20.xml wsdl20-primer.html
Log Message:
[CR015] Implemented resolution.
Index: wsdl20-z-ie.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-z-ie.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** wsdl20-z-ie.html 16 Apr 2006 15:41:31 -0000 1.79
--- wsdl20-z-ie.html 16 Apr 2006 18:33:25 -0000 1.80
***************
*** 2227,2231 ****
</ul>
<p>
! The type of the <code>extends</code> <em>attribute information item</em> is a list of <em>xs:QName</em>.
</p>
</div>
--- 2227,2231 ----
</ul>
<p>
! The type of the <code>extends</code> <em>attribute information item</em> is a whitespace-separated list of <em>xs:QName</em>.
</p>
</div>
***************
*** 9104,9108 ****
in the {<a href="wsdl20.html#property-Description.typedefinitions">type definitions</a>} property of the <a href="wsdl20.html#component-Description">Description</a> component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace except the built-in simple types, then it MUST import http://www.w3.org/2001/XMLSchema.
</p>
--- 9104,9108 ----
in the {<a href="wsdl20.html#property-Description.typedefinitions">type definitions</a>} property of the <a href="wsdl20.html#component-Description">Description</a> component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace, except the built-in simple types, MUST import http://www.w3.org/2001/XMLSchema.
</p>
***************
*** 13219,13222 ****
--- 13219,13232 ----
</tr>
+ <tr>
+ <td rowspan="1" colspan="1">20060416</td>
+ <td rowspan="1" colspan="1">AGR</td>
+ <td rowspan="1" colspan="1">
+ <a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR015">
+ CR015
+ </a>: The extends attribute is a whitespace-separated list of <code>xs:QName</code> (see <a href="#Interface_extends_attribute"><b>2.2.2.2 extends attribute information item</b></a> ).
+ </td>
+ </tr>
+
<tr>
<td rowspan="1" colspan="1">20060416</td>
***************
*** 13239,13243 ****
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema.
</td>
</tr>
--- 13249,13253 ----
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema (see <a href="#xsd-types"><b>3.1 Using W3C XML Schema Description Language</b></a>).
</td>
</tr>
***************
*** 13249,13253 ****
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018">CR018</a>:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is <code>description</code> or an IRI-reference of a <code>description</code> within an XML resource.
</td>
</tr>
--- 13259,13264 ----
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018">CR018</a>:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is <code>description</code> or an IRI-reference of a <code>description</code> within an XML resource
! (see <a href="#wsdllocation"><b>7. Locating WSDL 2.0 Documents</b></a>).
</td>
</tr>
***************
*** 13266,13270 ****
<td rowspan="1" colspan="1">
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020">CR020</a>:
! Removed assertions about references to elements and types and replaced them with notes.
</td>
</tr>
--- 13277,13282 ----
<td rowspan="1" colspan="1">
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020">CR020</a>:
! Removed assertions about references to elements and types and replaced them with notes
! (see <a href="#references-definitions"><b>3.1.3 References to Element Declarations and Type Definitions</b></a>).
</td>
</tr>
Index: wsdl20.tex
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.tex,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** wsdl20.tex 16 Apr 2006 15:41:30 -0000 1.113
--- wsdl20.tex 16 Apr 2006 18:33:25 -0000 1.114
***************
*** 2733,2737 ****
\end{itemize}
! The type of the \texttt{extends} \textit{attribute information item} is a list of \textit{xs:QName}.
--- 2733,2737 ----
\end{itemize}
! The type of the \texttt{extends} \textit{attribute information item} is a whitespace-separated list of \textit{xs:QName}.
***************
*** 10265,10269 ****
in the type definitions property of the Description component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace except the built-in simple types, then it MUST import http://www.w3.org/2001/XMLSchema.
--- 10265,10269 ----
in the type definitions property of the Description component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace, except the built-in simple types, MUST import http://www.w3.org/2001/XMLSchema.
***************
*** 15034,15037 ****
--- 15034,15047 ----
\\ \hline
+
+ 20060416&
+ AGR&
+
+ \href{http://www.w3.org/2002/ws/desc/5/cr-issues/#CR015}{
+ CR015
+ }: The extends attribute is a whitespace-separated list of \texttt{xs:QName} (see \hyperlink{Interface_extends_attribute}{\textbf{\ref*{Interface_extends_attribute} \texttt{extends} \textit{attribute information item}}} ).
+
+ \\ \hline
+
20060416&
***************
*** 15054,15058 ****
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema.
\\ \hline
--- 15064,15068 ----
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema (see \hyperlink{xsd-types}{\textbf{\ref*{xsd-types} Using W3C XML Schema Description Language}}).
\\ \hline
***************
*** 15064,15068 ****
\href{http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018}{CR018}:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is \texttt{description} or an IRI-reference of a \texttt{description} within an XML resource.
\\ \hline
--- 15074,15079 ----
\href{http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018}{CR018}:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is \texttt{description} or an IRI-reference of a \texttt{description} within an XML resource
! (see \hyperlink{wsdllocation}{\textbf{\ref*{wsdllocation} Locating WSDL 2.0 Documents}}).
\\ \hline
***************
*** 15081,15085 ****
\href{http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020}{CR020}:
! Removed assertions about references to elements and types and replaced them with notes.
\\ \hline
--- 15092,15097 ----
\href{http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020}{CR020}:
! Removed assertions about references to elements and types and replaced them with notes
! (see \hyperlink{references-definitions}{\textbf{\ref*{references-definitions} References to Element Declarations and Type Definitions}}).
\\ \hline
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.395
retrieving revision 1.396
diff -C2 -d -r1.395 -r1.396
*** wsdl20.xml 16 Apr 2006 15:41:34 -0000 1.395
--- wsdl20.xml 16 Apr 2006 18:33:26 -0000 1.396
***************
*** 2700,2704 ****
</ulist>
<p>
! The type of the <att>extends</att> &AII; is a list of <emph>xs:QName</emph>.
</p>
</div4>
--- 2700,2704 ----
</ulist>
<p>
! The type of the <att>extends</att> &AII; is a whitespace-separated list of <emph>xs:QName</emph>.
</p>
</div4>
***************
*** 10071,10075 ****
in the <prop comp="Description">type definitions</prop> property of the <comp>Description</comp> component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace except the built-in simple types, then it MUST import http://www.w3.org/2001/XMLSchema.
</p>
--- 10071,10075 ----
in the <prop comp="Description">type definitions</prop> property of the <comp>Description</comp> component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace, except the built-in simple types, MUST import http://www.w3.org/2001/XMLSchema.
</p>
***************
*** 14314,14317 ****
--- 14314,14328 ----
</tr>
+ <tr>
+ <td>20060416</td>
+ <td>AGR</td>
+ <td>
+ <loc
+ href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR015">
+ CR015
+ </loc>: The extends attribute is a whitespace-separated list of <el>xs:QName</el> (see <specref ref="Interface_extends_attribute"/> ).
+ </td>
+ </tr>
+
<tr>
<td>20060416</td>
***************
*** 14336,14340 ****
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema.
</td>
</tr>
--- 14347,14351 ----
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema (see <specref ref="xsd-types"/>).
</td>
</tr>
***************
*** 14346,14350 ****
<loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018">CR018</loc>:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is <el>description</el> or an IRI-reference of a <el>description</el> within an XML resource.
</td>
</tr>
--- 14357,14362 ----
<loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018">CR018</loc>:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is <el>description</el> or an IRI-reference of a <el>description</el> within an XML resource
! (see <specref ref="wsdllocation"/>).
</td>
</tr>
***************
*** 14363,14367 ****
<td>
<loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020">CR020</loc>:
! Removed assertions about references to elements and types and replaced them with notes.
</td>
</tr>
--- 14375,14380 ----
<td>
<loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020">CR020</loc>:
! Removed assertions about references to elements and types and replaced them with notes
! (see <specref ref="references-definitions"/>).
</td>
</tr>
Index: wsdl20-z.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-z.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** wsdl20-z.html 16 Apr 2006 15:41:31 -0000 1.104
--- wsdl20-z.html 16 Apr 2006 18:33:25 -0000 1.105
***************
*** 2223,2227 ****
</ul>
<p>
! The type of the <code>extends</code> <em>attribute information item</em> is a list of <em>xs:QName</em>.
</p>
</div>
--- 2223,2227 ----
</ul>
<p>
! The type of the <code>extends</code> <em>attribute information item</em> is a whitespace-separated list of <em>xs:QName</em>.
</p>
</div>
***************
*** 9074,9078 ****
in the {<a href="wsdl20.html#property-Description.typedefinitions">type definitions</a>} property of the <a href="wsdl20.html#component-Description">Description</a> component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace except the built-in simple types, then it MUST import http://www.w3.org/2001/XMLSchema.
</p>
--- 9074,9078 ----
in the {<a href="wsdl20.html#property-Description.typedefinitions">type definitions</a>} property of the <a href="wsdl20.html#component-Description">Description</a> component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace, except the built-in simple types, MUST import http://www.w3.org/2001/XMLSchema.
</p>
***************
*** 13189,13192 ****
--- 13189,13202 ----
</tr>
+ <tr>
+ <td rowspan="1" colspan="1">20060416</td>
+ <td rowspan="1" colspan="1">AGR</td>
+ <td rowspan="1" colspan="1">
+ <a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR015">
+ CR015
+ </a>: The extends attribute is a whitespace-separated list of <code>xs:QName</code> (see <a href="#Interface_extends_attribute"><b>2.2.2.2 extends attribute information item</b></a> ).
+ </td>
+ </tr>
+
<tr>
<td rowspan="1" colspan="1">20060416</td>
***************
*** 13209,13213 ****
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema.
</td>
</tr>
--- 13219,13223 ----
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema (see <a href="#xsd-types"><b>3.1 Using W3C XML Schema Description Language</b></a>).
</td>
</tr>
***************
*** 13219,13223 ****
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018">CR018</a>:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is <code>description</code> or an IRI-reference of a <code>description</code> within an XML resource.
</td>
</tr>
--- 13229,13234 ----
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018">CR018</a>:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is <code>description</code> or an IRI-reference of a <code>description</code> within an XML resource
! (see <a href="#wsdllocation"><b>7. Locating WSDL 2.0 Documents</b></a>).
</td>
</tr>
***************
*** 13236,13240 ****
<td rowspan="1" colspan="1">
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020">CR020</a>:
! Removed assertions about references to elements and types and replaced them with notes.
</td>
</tr>
--- 13247,13252 ----
<td rowspan="1" colspan="1">
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020">CR020</a>:
! Removed assertions about references to elements and types and replaced them with notes
! (see <a href="#references-definitions"><b>3.1.3 References to Element Declarations and Type Definitions</b></a>).
</td>
</tr>
Index: wsdl20.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.html,v
retrieving revision 1.273
retrieving revision 1.274
diff -C2 -d -r1.273 -r1.274
*** wsdl20.html 16 Apr 2006 15:41:32 -0000 1.273
--- wsdl20.html 16 Apr 2006 18:33:25 -0000 1.274
***************
*** 1320,1324 ****
</ul>
<p>
! The type of the <code>extends</code> <em>attribute information item</em> is a list of <em>xs:QName</em>.
</p>
</div>
--- 1320,1324 ----
</ul>
<p>
! The type of the <code>extends</code> <em>attribute information item</em> is a whitespace-separated list of <em>xs:QName</em>.
</p>
</div>
***************
*** 6706,6710 ****
in the {<a href="wsdl20.html#property-Description.typedefinitions">type definitions</a>} property of the <a href="wsdl20.html#component-Description">Description</a> component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace except the built-in simple types, then it MUST import http://www.w3.org/2001/XMLSchema.
</p>
--- 6706,6710 ----
in the {<a href="wsdl20.html#property-Description.typedefinitions">type definitions</a>} property of the <a href="wsdl20.html#component-Description">Description</a> component.
A WSDL 2.0 document that refers to any element declaration or type definition component of the
! XML Schema namespace, except the built-in simple types, MUST import http://www.w3.org/2001/XMLSchema.
</p>
***************
*** 10011,10014 ****
--- 10011,10024 ----
</tr>
+ <tr>
+ <td rowspan="1" colspan="1">20060416</td>
+ <td rowspan="1" colspan="1">AGR</td>
+ <td rowspan="1" colspan="1">
+ <a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR015">
+ CR015
+ </a>: The extends attribute is a whitespace-separated list of <code>xs:QName</code> (see <a href="#Interface_extends_attribute"><b>2.2.2.2 extends attribute information item</b></a> ).
+ </td>
+ </tr>
+
<tr>
<td rowspan="1" colspan="1">20060416</td>
***************
*** 10031,10035 ****
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema.
</td>
</tr>
--- 10041,10045 ----
http://www.w3.org/2001/XMLSchema namespace except the
built-in simple types, then it MUST import
! http://www.w3.org/2001/XMLSchema (see <a href="#xsd-types"><b>3.1 Using W3C XML Schema Description Language</b></a>).
</td>
</tr>
***************
*** 10041,10045 ****
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018">CR018</a>:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is <code>description</code> or an IRI-reference of a <code>description</code> within an XML resource.
</td>
</tr>
--- 10051,10056 ----
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR018">CR018</a>:
Clarified that the location of a WSDL 2.0 document is either an IRI of an XML resource whose
! document root is <code>description</code> or an IRI-reference of a <code>description</code> within an XML resource
! (see <a href="#wsdllocation"><b>7. Locating WSDL 2.0 Documents</b></a>).
</td>
</tr>
***************
*** 10058,10062 ****
<td rowspan="1" colspan="1">
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020">CR020</a>:
! Removed assertions about references to elements and types and replaced them with notes.
</td>
</tr>
--- 10069,10074 ----
<td rowspan="1" colspan="1">
<a href="http://www.w3.org/2002/ws/desc/5/cr-issues/#CR020">CR020</a>:
! Removed assertions about references to elements and types and replaced them with notes
! (see <a href="#references-definitions"><b>3.1.3 References to Element Declarations and Type Definitions</b></a>).
</td>
</tr>
Received on Sunday, 16 April 2006 18:33:36 UTC