- From: Markus Gamperl <markus.gamperl@gmx.at>
- Date: Mon, 05 Mar 2007 21:42:09 +0100
- To: xmlschema-dev@w3.org
Hi. I want to define an element which exepts the number 11 until 109 and the number 999. The following simple type: <xs:simpleType name="intzahl"> <xs:restriction base="xs:integer"> <xs:minInclusive value="11"/> <xs:maxInclusive value="109"/> ??? </xs:restriction> </xs:simpleType> How to define the pattern for the value 999? Thanks Markus -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
Received on Monday, 5 March 2007 20:42:18 UTC