[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xml-dev] XML schema user defined simpletype with caseinsensitiveness
> Here I want "VehicleType" shoould be case insensitive. So "nEw" or "neW"
> should be valid.
Best bet is probably to use the string type and the pattern facet,
[Nn][Ee][Ww]
--
Rich Salz Chief Security Architect
DataPower Technology http://www.datapower.com
XS40 XML Security Gateway http://www.datapower.com/products/xs40.html
XML Security Overview http://www.datapower.com/xmldev/xmlsecurity.html
|