- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2005 21:51:36 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv23612
Modified Files:
wsdl20-http.xsd
Log Message:
Added reason phrase, separator and header
Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wsdl20-http.xsd 29 Jul 2004 14:02:03 -0000 1.2
--- wsdl20-http.xsd 22 Apr 2005 21:51:34 -0000 1.3
***************
*** 38,41 ****
--- 38,42 ----
<xs:attribute name='code' type='xs:int'/>
+ <xs:attribute name='reasonPhrase' type='xs:int'/>
<xs:attribute name='inputSerialization' type='xs:string'/>
***************
*** 43,46 ****
--- 44,49 ----
<xs:attribute name='faultSerialization' type='xs:string'/>
+ <xs:attribute name='queryParameterSeparatorDefault' type='xs:string'/>
+
<xs:attribute name='defaultTransferCoding' type='xs:string'/>
<xs:attribute name='transferCoding' type='xs:string'/>
***************
*** 51,53 ****
--- 54,67 ----
<xs:attribute name='authenticationRealm' type='xs:string'/>
+
+ <xs:element name="header">
+ <xs:complexType>
+ <xs:complexContent>
+ <xs:extension base='wsdl:ExtensibleDocumentedType' >
+ <xs:attribute name="element" type="xs:QName" use="required" />
+ </xs:extension>
+ </xs:complexContent>
+ </xs:complexType>
+ </xs:element>
+
</xs:schema>
Received on Friday, 22 April 2005 21:51:38 UTC