- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Jun 2005 10:59:41 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv22476/ws/desc/wsdl20
Modified Files:
wsdl20-other-schema-lang.xml
Log Message:
Added markup for components and properties.
Index: wsdl20-other-schema-lang.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-other-schema-lang.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wsdl20-other-schema-lang.xml 15 Jun 2005 10:27:01 -0000 1.2
--- wsdl20-other-schema-lang.xml 15 Jun 2005 10:59:39 -0000 1.3
***************
*** 166,172 ****
<p>A DTD may be used as the schema language for WSDL 2.0. It may not be inlined;
it must be imported. A namespace must be assigned. DTD types appear
! in the {element declarations} property of <xspecref
! href="&w3c-designation-part1;#Description_details">Description
! component</xspecref> as defined in <bibref
ref="WSDL-PART1"/> and may be
referenced from the <el>wsdl:input</el>, <el>wsdl:output</el> and
--- 166,172 ----
<p>A DTD may be used as the schema language for WSDL 2.0. It may not be inlined;
it must be imported. A namespace must be assigned. DTD types appear
! in the <prop comp="Description">element declarations</prop> property of <comp
! href="&w3c-designation-part1;#Description_details">Description</comp>
! component as defined in <bibref
ref="WSDL-PART1"/> and may be
referenced from the <el>wsdl:input</el>, <el>wsdl:output</el> and
***************
*** 181,185 ****
<item><p>A [local name] of import.</p></item>
<item><p>A [namespace name] of
! "&wsdl-schema-dtd-ns;".</p></item>
<item><p>One or two &AII;s, as follows:</p>
<ulist>
--- 181,185 ----
<item><p>A [local name] of import.</p></item>
<item><p>A [namespace name] of
! <attval>&wsdl-schema-dtd-ns;</attval>.</p></item>
<item><p>One or two &AII;s, as follows:</p>
<ulist>
***************
*** 220,226 ****
<p>
The <att>element</att> &AII; can be used when
! referring to an element definition (<!ELEMENT>) from a Message
! Reference component; referring to an element definition from an Interface
! Fault component is similar. The value of the element definition ought to
correspond to the content of the <att>namespace</att> &AII; of the
<el>dtd:import</el> &EII;. The local name part must correspond to an
--- 220,226 ----
<p>
The <att>element</att> &AII; can be used when
! referring to an element definition (<!ELEMENT>) from a <comp>Message
! Reference</comp> component; referring to an element definition from an <comp>Interface
! Fault component</comp> is similar. The value of the element definition ought to
correspond to the content of the <att>namespace</att> &AII; of the
<el>dtd:import</el> &EII;. The local name part must correspond to an
***************
*** 240,250 ****
<att>namespace</att> &AII; in the <el>import</el> &EII; must match the specified namespace.
RELAX NG provides both type definitions and element declarations,
! the latter appears in the {element declarations} property
! of <xspecref
! href="&w3c-designation-part1;#Description_details">Description
! component</xspecref> as defined in <bibref
ref="WSDL-PART1"/>
respectively. The following discussion supplies the prefix rng which
! is mapped to the URI "http://www.relaxng.org/ns/structure/1.0".</p>
<div2 id='import-relax'>
--- 240,250 ----
<att>namespace</att> &AII; in the <el>import</el> &EII; must match the specified namespace.
RELAX NG provides both type definitions and element declarations,
! the latter appears in the <prop comp="Description">element declarations</prop> property
! of <comp
! href="&w3c-designation-part1;#Description_details">Description</comp>
! component as defined in <bibref
ref="WSDL-PART1"/>
respectively. The following discussion supplies the prefix rng which
! is mapped to the URI <attval>http://www.relaxng.org/ns/structure/1.0</attval>.</p>
<div2 id='import-relax'>
***************
*** 259,263 ****
<ulist>
<item><p>A [local name] of include.</p></item>
! <item><p>A [namespace name] of "http://www.relaxng.org/ns/structure/1.0".</p></item>
<item><p>Two &AII;s as follows:</p>
<ulist>
--- 259,263 ----
<ulist>
<item><p>A [local name] of include.</p></item>
! <item><p>A [namespace name] of <attval>http://www.relaxng.org/ns/structure/1.0</attval>.</p></item>
<item><p>Two &AII;s as follows:</p>
<ulist>
***************
*** 319,323 ****
<item><p>A [local name] of grammar.</p></item>
<item><p>A [namespace name] of
! "http://www.relaxng.org/ns/structure/1.0".</p></item>
<item><p>A required <att>ns</att> &AII;s as described below.</p></item>
<item><p>Additional &AII;s as specified for the <el>rng:grammar</el>
--- 319,323 ----
<item><p>A [local name] of grammar.</p></item>
<item><p>A [namespace name] of
! <attval>http://www.relaxng.org/ns/structure/1.0</attval>.</p></item>
<item><p>A required <att>ns</att> &AII;s as described below.</p></item>
<item><p>Additional &AII;s as specified for the <el>rng:grammar</el>
***************
*** 447,450 ****
--- 447,455 ----
<td>20050615</td>
<td>JJM</td>
+ <td>Added markup for components and properties.</td>
+ </tr>
+ <tr>
+ <td>20050615</td>
+ <td>JJM</td>
<td>Removed uppercase MUST, MAY, SHOULD, REQUIRED, OPTIONAL.
Removed reference to RFC2119.</td>
Received on Wednesday, 15 June 2005 10:59:45 UTC