[
Lists Home |
Date Index |
Thread Index
]
Title: XML Schema: Character Exclusions
*******************************************************************************************************************************************************
This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed.
*******************************************************************************************************************************************************
Hi
I am trying to get a schema design to take a 3-character string of digits 001 through to 999, but to exclude 000.
I started using a pattern to match the 3 character string of digits, and "[0-9]{3}" works fine. Then I tried to exclude "000" by "[0-9]{3} - [(000)]" but this restricts all three character digit string. What am I doing wrong?
My parser is Xerces-J 2.6.
Thanks for any help.
Peter
The original of this email was scanned for viruses by the Government Secure Intranet (GSi) virus scanning service supplied exclusively by Energis in partnership with MessageLabs.
On leaving the GSi this email was certified virus-free
|