- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jul 2009 21:35:40 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra In directory hutz:/tmp/cvs-serv6695/ws-tra Modified Files: transfer.xsd Log Message: 7014 6975 6413 Index: transfer.xsd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/transfer.xsd,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- transfer.xsd 13 May 2009 00:27:31 -0000 1.5 +++ transfer.xsd 7 Jul 2009 21:35:38 -0000 1.6 @@ -15,6 +15,7 @@ <xs:sequence> <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" /> </xs:sequence> + <xs:attribute name="Dialect" type="xs:anyURI" use="optional" /> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> </xs:element> @@ -33,6 +34,7 @@ <xs:sequence> <xs:any minOccurs="1" maxOccurs="unbounded" namespace="##other" processContents="lax" /> </xs:sequence> + <xs:attribute name="Dialect" type="xs:anyURI" use="optional" /> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> </xs:element> @@ -51,6 +53,7 @@ <xs:sequence> <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" /> </xs:sequence> + <xs:attribute name="Dialect" type="xs:anyURI" use="optional" /> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> </xs:element> @@ -69,6 +72,7 @@ <xs:sequence> <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" /> </xs:sequence> + <xs:attribute name="Dialect" type="xs:anyURI" use="optional" /> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> </xs:element>
Received on Tuesday, 7 July 2009 21:35:48 UTC