Hello, I' m having the following error during validation;
String: '06345' does not match pattern for type of abi element in driverTyp= e in namespace http://xmlbeans.notice1.notificator.dec.intesasanpaolo.com The fact is that this exception appears only sometimes against the same data! the rule in the xsd is the following:=20 <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{5}"></xs:pattern> </xs:restriction> </xs:simpleType> </xs:element> I'm using xmlbeans :Implementation-Version: 1.0.4-r154371 the jdk where the application is running : jvm 1.4.2.20 Thanks a lot in advance Giuseppe Battista

