Hello Masashi! Thanks for your feedback. Indeed the error message is now more clear, thanks for the improvement! I've tested with both the wrong xsd and the right one, it worked perfectly! Regards from Brazil, Claudio Neves
Hello! I'm getting this error when running xsd2pgschema : net.sf.xsd2pgschema.PgSchemaException: Not found root table in XML Schema: leiauteNFe_v4.00.xsd at net.sf.xsd2pgschema.PgSchema.<init>(PgSchema.java:2538) at xsd2pgschema.main(xsd2pgschema.java:239) Here is the command line I'm running: java -cp xsd2pgschema.jar xsd2pgschema --xsd leiauteNFe_v4.00.xsd --ddl ddl.sql The XSD is located here: https://raw.githubusercontent.com/nfephp-org/sped-nfe/master/schemes/PL_009_V4/leiauteNFe_v4.00.xsd It's...