- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Mar 2005 21:24:53 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory hutz:/tmp/cvs-serv7293 Modified Files: ws-addr.xsd Log Message: Updated the URI. (Why is this file not using entities.dtd? Index: ws-addr.xsd =================================================================== RCS file: /sources/public/2004/ws/addressing/ws-addr.xsd,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ws-addr.xsd 22 Mar 2005 14:56:59 -0000 1.6 --- ws-addr.xsd 30 Mar 2005 21:24:51 -0000 1.7 *************** *** 16,21 **** --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" ! xmlns:tns="http://www.w3.org/2005/02/addressing" ! targetNamespace="http://www.w3.org/2005/02/addressing" blockDefault="#all" elementFormDefault="qualified"> --- 16,21 ---- --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" ! xmlns:tns="http://www.w3.org/2005/03/addressing" ! targetNamespace="http://www.w3.org/2005/03/addressing" blockDefault="#all" elementFormDefault="qualified"> *************** *** 54,58 **** <xs:extension base="xs:anyURI"> <xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" ! use="optional" default="http://www.w3.org/2005/02/addressing/reply"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:extension> --- 54,58 ---- <xs:extension base="xs:anyURI"> <xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" ! use="optional" default="http://www.w3.org/2005/03/addressing/reply"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:extension> *************** *** 66,70 **** <xs:simpleType name="RelationshipType"> <xs:restriction base="xs:anyURI"> ! <xs:enumeration value="http://www.w3.org/2005/02/addressing/reply"/> </xs:restriction> </xs:simpleType> --- 66,70 ---- <xs:simpleType name="RelationshipType"> <xs:restriction base="xs:anyURI"> ! <xs:enumeration value="http://www.w3.org/2005/03/addressing/reply"/> </xs:restriction> </xs:simpleType>
Received on Wednesday, 30 March 2005 21:24:54 UTC