- From: Joseph Reagle <reagle@w3.org>
- Date: Tue, 16 Jul 2002 08:32:09 -0400
- To: merlin <merlin@baltimore.ie>, w3c-ietf-xmldsig@w3.org
Thanks, fixed! http://www.w3.org/Signature/Drafts/xmldsig-filter2/ $Revision: 1.26 $ On Monday 15 July 2002 08:11 pm, merlin wrote: > Just wondering if the schema is valid: > <complexType name="XPathType" content="textOnly" ... /> > > Should it be: > <complexType name="XPathType"> > <simpleContent> > <extension base="string"> > <attribute name="Filter"> > <simpleType> > <restriction base="NOTATION"> > <enumeration value="intersect"/> > <enumeration value="subtract"/> > <enumeration value="union"/> > </restriction> > </simpleType> > </attribute> > </extension> > </simpleContent> > </complexType>
Received on Tuesday, 16 July 2002 08:32:12 UTC