Am I correct that XSD that is spread over several documents are not supported at the moment? Basically you can put in <xs:include schemaLocation="local/path" /> in order to include referred XSD in a currect one.
Here is referance to the spec of xs:include: https://www.w3.org/TR/xmlschema-0/#SchemaInMultDocs
Best regards,
Petr
Am I correct that XSD that is spread over several documents are not supported at the moment? Basically you can put in
<xs:include schemaLocation="local/path" />in order to include referred XSD in a currect one.Here is referance to the spec of
xs:include: https://www.w3.org/TR/xmlschema-0/#SchemaInMultDocsBest regards,
Petr