Hi Castor Community I have an Xsd where some field restriction is based on regular expression that uses special character such as "([À-ža-zA-Z\- '])*"
In this case in package descriptors the objectDescriptors contain the next line
typeValidator.addPattern("([À-ža-zA-Z\\- '])*");
where the pattern is not the same.
What I wrong?
Thank's in advance

