xs:string range 1 to 999

Dear experts!

Do you have an idea how to define a xs:string with the range from 1 to 999?

I tried the following:
<xs:simpleType name="type1-999">
	<xs:restriction base="xs:string">
		<xs:pattern value="\d{1,3}"/>
	</xs:restriction>
</xs:simpleType>

But in my configuration the value 0 is allowed - but I don't want to allow value 0 - du you have an idea?

Thanks
Markus
-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

Received on Wednesday, 9 May 2007 11:08:11 UTC