- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Oct 2005 14:07:11 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv17098 Modified Files: wsdl20-http.xsd Log Message: LC315 Index: wsdl20-http.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** wsdl20-http.xsd 13 Oct 2005 16:29:15 -0000 1.11 --- wsdl20-http.xsd 27 Oct 2005 14:07:09 -0000 1.12 *************** *** 72,80 **** </xs:simpleType> <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> --- 72,87 ---- </xs:simpleType> + <xs:simpleType name="httpTopkenType"> + <xs:restriction base="xs:string"> + <xs:pattern value="[!#-'*+\-.0-9A-Z^-z|~]+"/> + </xs:restriction> + </xs:simpleType> + <xs:element name="header"> <xs:complexType> <xs:complexContent> <xs:extension base='wsdl:ExtensibleDocumentedType' > ! <xs:attribute name="name" type="whttp:httpTokenType" use="required"/> ! <xs:attribute name="type" type="xs:QName" use="required" /> </xs:extension> </xs:complexContent>
Received on Thursday, 27 October 2005 14:07:18 UTC