Data type xs:integer in Schema....

I have an error when loading a document xml on a schema simple. The schema has a defined field as to integer and when loading document with tamino interactive interface 1212121212343434343434 it sends the following error: <?xml version="1.0" encoding="windows-1252" ?> <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”> <ino:message ino:returnvalue=“0”> ino:messagelinedocument processing started</ino:messageline> </ino:message> <ino:message ino:returnvalue=“7761”> <ino:messagetext ino:code=“INOXDE7761”>(cvc-datatype-valid) Overflow detected during validation</ino:messagetext> ino:messagelineLine 2, Column 8: datatype validation for element ‘valor’ of type xs:integer failed:</ino:messageline> </ino:message> </ino:response> XMLSpy validates the xml correctly selecting the xsd. Why XMLSpy validates correctly the document but it is not valid to Tamino? Thanks in advance. jhonny

Hi the explanation is that you exceeded the range supported by Tamino. The exact value range should be documented in tha schema documentation and is limited by the precision of 64-bit integers - which means a range of roughly +/- 10**19 - your value is much larger. Regards Uli