Re: XML Schema list simple type

I think it would be easier to represent it as a string using a regular
expression , as in
	'\*[\w*\d+]*'
Asterisk, followed by zero or more sequences of {whitespace, one-or-more
digits}"
	/r$

-- 
Zolera Systems, Securing web services (XML, SOAP, Signatures,
Encryption)
http://www.zolera.com

Received on Friday, 18 January 2002 09:00:29 UTC