Re: XPath filter 2.0 schema
Joseph Reagle <[email protected]> Tue, 16 Jul 2002 08:32:09 -0400
| Newsgroups | gmane.ietf.xmldsig |
|---|---|
| Organization | W3C |
| Message-ID | <[email protected]> |
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>