This restriction should restrict the account number field to 8 or 9 numbers.
However, when I import this as an output xml schema into Talend, the "maxlength" restriction works in that it rejects anything over 9 characters, but it does not reject anything less than 8 characters, and it also does not reject anything with letters in either.
Does Talend Studio not support this sort of restirction on XML outpt schema?