Parser produces error: | ![]() |
XML Schema information: | ![]() |
XML document: | ![]() |
This error results because the XML Schema states that the ccNumber element must consist of 16 or less integers. In the XML document, however, there are 20 integers so the validation process picks up this error and produces the error message.