- From: Roberto Chinnici via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Jul 2005 21:35:57 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv11813
Modified Files:
wsdl20.xsd
Log Message:
Added clarification to the documentation of the wsdl:descriptionType type so that it is clear that its definition is incomplete wrt the definition in the specification.
Index: wsdl20.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xsd,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** wsdl20.xsd 16 Jun 2005 21:46:03 -0000 1.35
--- wsdl20.xsd 25 Jul 2005 21:35:55 -0000 1.36
***************
*** 81,86 ****
<xs:annotation>
<xs:documentation>
Please refer to the WSDL 2.0 specification for
! additional constraints on the contents of this type.
</xs:documentation>
</xs:annotation>
--- 81,96 ----
<xs:annotation>
<xs:documentation>
+ Although correct, this type declaration does not capture
+ all the constraints on the contents of the wsdl:description
+ element as defined by the WSDL 2.0 specification.
+
+ In particular, the ordering constraints wrt elements preceding
+ and following the wsdl:types child element are not captured, as
+ attempts to incorporate such restrictions in the schema
+ ran afoul of the UPA (Unique Particle Attribution) rule
+ in the XML Schema language.
+
Please refer to the WSDL 2.0 specification for
! additional information on the contents of this type.
</xs:documentation>
</xs:annotation>
Received on Monday, 25 July 2005 21:36:02 UTC