You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Are you trying to convert such a split XSD into JSON Schema? If so, yes, this has not been tested so far. If you have an example you could share (by gist or attachment) I could take a look.
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
The text was updated successfully, but these errors were encountered: