- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Oct 2005 16:49:52 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv12135
Modified Files:
wsdl20-http.xsd wsdl20-soap.xsd
Log Message:
LC339
Index: wsdl20-soap.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-soap.xsd,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** wsdl20-soap.xsd 20 Oct 2005 15:20:05 -0000 1.15
--- wsdl20-soap.xsd 27 Oct 2005 16:49:50 -0000 1.16
***************
*** 65,68 ****
--- 65,69 ----
<xs:attribute name="mustUnderstand"
type="xs:boolean" />
+ <xs:attribute name="required" type="xs:boolean" />
</xs:extension>
</xs:complexContent>
Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** wsdl20-http.xsd 27 Oct 2005 14:46:45 -0000 1.14
--- wsdl20-http.xsd 27 Oct 2005 16:49:50 -0000 1.15
***************
*** 91,94 ****
--- 91,95 ----
<xs:attribute name="name" type="whttp:httpTokenType" use="required"/>
<xs:attribute name="type" type="xs:QName" use="required" />
+ <xs:attribute name="required" type="xs:boolean" />
</xs:extension>
</xs:complexContent>
Received on Thursday, 27 October 2005 16:50:01 UTC