- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 May 2006 19:06:18 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/interchange
In directory hutz:/tmp/cvs-serv14809/interchange
Modified Files:
wsdlcm-soap.xsd
Log Message:
corrected {soap fault codes} and {soap fault subcodes} to be output as QName structures
Index: wsdlcm-soap.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/interchange/wsdlcm-soap.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wsdlcm-soap.xsd 19 May 2006 18:40:53 -0000 1.2
--- wsdlcm-soap.xsd 19 May 2006 19:06:15 -0000 1.3
***************
*** 8,14 ****
ChangeLog:
! 2005-05-08 Arthur Ryman ryman@ca.ibm.com
- created
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
--- 8,17 ----
ChangeLog:
! 2005-05-08 Arthur Ryman (ryman@ca.ibm.com)
- created
+ 2005-05-19 Arthur Ryman (ryman@ca.ibm.com)
+ - corrected SoapFaultCodeType and SoapFaultSubcodesType to use complex type for QNames
+
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
***************
*** 40,49 ****
<xs:element name="soapVersion" type="xs:string" />
- <xs:simpleType name="AnyToken">
- <xs:restriction base="xs:token">
- <xs:enumeration value="#any" />
- </xs:restriction>
- </xs:simpleType>
-
<xs:complexType name="SoapFaultCodeType">
<xs:annotation>
--- 43,46 ----
***************
*** 64,75 ****
</xs:annotation>
<xs:sequence>
! <xs:element name="subcodes" type="QNamesType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
! <xs:complexType name="QNamesType">
<xs:annotation>
<xs:documentation>
! A list of zero or more QNames.
</xs:documentation>
</xs:annotation>
--- 61,72 ----
</xs:annotation>
<xs:sequence>
! <xs:element name="subcodes" type="CodesType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
! <xs:complexType name="CodesType">
<xs:annotation>
<xs:documentation>
! A list of zero or more QName codes.
</xs:documentation>
</xs:annotation>
Received on Friday, 19 May 2006 19:06:25 UTC