- From: merlin <merlin@baltimore.ie>
- Date: Tue, 16 Jul 2002 01:11:54 +0100
- To: reagle@w3.org, w3c-ietf-xmldsig@w3.org
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> Merlin
Received on Monday, 15 July 2002 20:12:32 UTC