Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


pattern for range of numbers and one fixed number

From: "Markus Gamperl" <markus.gamperl@---.-->
To: xmlschema-dev@--.---
Date: 3/5/2007 10:42:00 PM
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

From george@o... Mon Mar 05 21:10:27 2007
Rec


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent