- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 May 2006 19:22:50 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/interchange In directory hutz:/tmp/cvs-serv16866/interchange Modified Files: wsdlcm-http.xsd Log Message: modified HTTP error code to be consistent with SOAP fault code complex type in treatment of #any Index: wsdlcm-http.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/interchange/wsdlcm-http.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wsdlcm-http.xsd 9 May 2006 01:04:43 -0000 1.1 --- wsdlcm-http.xsd 19 May 2006 19:22:47 -0000 1.2 *************** *** 8,13 **** ChangeLog: ! 2005-05-08 Arthur Ryman ryman@ca.ibm.com ! - created. --> --- 8,16 ---- ChangeLog: ! 2005-05-08 Arthur Ryman (ryman@ca.ibm.com) ! - created ! ! 2005-05-19 Arthur Ryman (ryman@ca.ibm.com) ! - modifed HttpErrorStatusCodeType to be consistent with SOAP complex type --> *************** *** 65,77 **** </xs:simpleType> ! <xs:simpleType name="HttpErrorStatusCodeType"> ! <xs:union memberTypes="xs:int"> ! <xs:simpleType> ! <xs:restriction base="xs:token"> ! <xs:enumeration value="#any" /> ! </xs:restriction> ! </xs:simpleType> ! </xs:union> ! </xs:simpleType> <xs:complexType name="HttpHeaderComponents"> --- 68,81 ---- </xs:simpleType> ! <xs:complexType name="HttpErrorStatusCodeType"> ! <xs:annotation> ! <xs:documentation> ! Empty content represents #any. ! </xs:documentation> ! </xs:annotation> ! <xs:sequence> ! <xs:element name="code" type="xs:int" minOccurs="0"/> ! </xs:sequence> ! </xs:complexType> <xs:complexType name="HttpHeaderComponents">
Received on Friday, 19 May 2006 19:22:58 UTC