Parser produces error: | ![]() |
XML Schema information: | ![]() |
XML document: | ![]() |
This error results because the XML Schema states that the airlineCode element must be exactly two characters in length. In the XML document, however, the element has three characters (UAL) so the validation process picks up this error and produces the error message.