Open nosovk opened 12 hours ago
Yes you are correct, there is an issue there because it tries to get min and max length when we have an enumeration of string type, in order to get the max length for the column in the database. So it does not work with int enumerations. I'll try to do a quick fix; it should be quite easy. Thank you for pointing that out.
I try to parse XSD from Brazilian goverment. https://www.gov.br/fazenda/pt-br/composicao/orgaos/secretaria-de-premios-e-apostas/arquivos/exemplos-de-arquivos-em-xsd.zip/@@download/file
for example
JogosOnline_v1.00 1.xsd
and got an error:It seems that
<restriction base="int">
broken XSD schema parsingthe full trace: