Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support for multi-file xml schemas #23

Open
jarl-dk opened this issue Jan 10, 2017 · 2 comments
Open

Feature Request: Support for multi-file xml schemas #23

jarl-dk opened this issue Jan 10, 2017 · 2 comments

Comments

@jarl-dk
Copy link

jarl-dk commented Jan 10, 2017

I have an XSD where the file serves as the top-level file and contains the root-element definition, but it includes directly and inderictly many other XSD files.

For example I have

<xs:include schemaLocation="../class/Note.xsd"/>
@holagvk
Copy link

holagvk commented Jul 11, 2017

@jarl-dk did you manage a workaround? Am looking for the exact same use case.

@davidmoten
Copy link
Owner

PR welcome if you want to try to support but remember that xsd-forms only supports limited features of xsd so the normal expectation is to have a ui-focused xsd schema for xsd-forms that you then translate server-side to your data model (based on the multi-file schema that uses many features of xsd).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants