- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2005 21:51:50 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv23671
Modified Files:
wsdl20-soap.xsd
Log Message:
Added header
Index: wsdl20-soap.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-soap.xsd,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** wsdl20-soap.xsd 9 Dec 2004 02:19:48 -0000 1.6
--- wsdl20-soap.xsd 22 Apr 2005 21:51:48 -0000 1.7
***************
*** 53,56 ****
--- 53,67 ----
</xs:element>
+ <xs:element name="header">
+ <xs:complexType>
+ <xs:complexContent>
+ <xs:extension base='wsdl:ExtensibleDocumentedType' >
+ <xs:attribute name="element" type="xs:QName" use="required" />
+ <xs:attribute name="mustUnderstnad" type="xs:boolean" />
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+ </xs:element>
+
<xs:attribute name="code" type="xs:QName" />
<xs:attribute name="subcodes" >
Received on Friday, 22 April 2005 21:51:51 UTC