- From: Doug Davis <dug@us.ibm.com>
- Date: Tue, 1 Sep 2009 18:00:47 -0400
- To: public-ws-resource-access@w3.org
- Message-ID: <OF5D7CB4E2.7FDC57EB-ON85257624.0078D374-85257624.0078EF9C@us.ibm.com>
Note - as I was doing 7430 I noticed that the "Filter@Dialect" attribute was not marked as optional in the xsd - I fixed this typo as part of this issue. thanks -Doug ______________________________________________________ STSM | Standards Architect | IBM Software Group (919) 254-6905 | IBM 444-6905 | dug@us.ibm.com The more I'm around some people, the more I like my dog. ----- Forwarded by Doug Davis/Raleigh/IBM on 09/01/2009 05:59 PM ----- Doug Davis via cvs-syncmail <cvsmail@w3.org> Sent by: public-ws-resource-access-notifications-request@w3.org 09/01/2009 05:59 PM To public-ws-resource-access-notifications@w3.org cc Subject WWW/2002/ws/ra/edcopies/ws-enu enumeration.xsd,1.6,1.7 Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu In directory hutz:/tmp/cvs-serv6260/ws-enu Modified Files: enumeration.xsd Log Message: 7430 Index: enumeration.xsd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/enumeration.xsd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- enumeration.xsd 26 May 2009 21:09:55 -0000 1.6 +++ enumeration.xsd 1 Sep 2009 21:59:01 -0000 1.7 @@ -18,7 +18,8 @@ <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> - <xs:attribute name="Dialect" type="xs:anyURI" /> + <xs:attribute name="Dialect" type="xs:anyURI" use="optional" + default=" http://www.w3.org/2009/02/ws-enu/Dialects/XPath10"/> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType>
Received on Tuesday, 1 September 2009 22:01:47 UTC