element with content of type "xpath"

Hi all,

I'd like to write a schema in which one element (say foo) should have a
content of type xpath. I'd like not to write :
	<xsd:element name="foo" type="xsd:string"/>
But rather something like :
	<xsd:element name="foo" type="xpath"/>
thus specifying that I want to respect the xpath syntax within this
element's content. Is this possible ?

Thanks in advance,
-- 
Nicolas SABOURET
LIMSI-CNRS, BP133, 91403 Orsay, France
http://www.limsi.fr/Individu/nico

Received on Monday, 24 June 2002 12:05:18 UTC