Closed vortex314 closed 2 years ago
Hello, first of all glad to know the library has been useful!
The parser indeed stops at this level. In the xsd schema it states that either xsd:appInfo and xsd:documentation can have texts contents mixed with elements but we don't parse any further, we just read the element content directly into the content field.
I have the following xsd fragment
So I added the appInfo extension via an import
Where appInfo.xsd contains these extensions.
However when I parse the XSD I got in the xsdAppInfo with this ( scala ) code
Question : should the xsdAppInfo contain the embedded elements and types ? Or does the XsdParser stop at this level ? Hope you can help. Your software has become very useful for us.