-
Notifications
You must be signed in to change notification settings - Fork 72
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
Nested/recursed elements don't allow attributes #26
Comments
iainism
changed the title
Nesting elements don't inherit attributes
Nested/recursed elements don't allow attributes
Sep 1, 2014
Seems to be a regression (or closely related) to the issue in: #13 |
It seems to work correctly for the MODS demo with the relatedItem element. It may be a slightly different situation, could you share a schema that demonstrates the problem? |
Hi, this is the XSD that's proving to be problematic for me:
|
Bump |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If my XSD has a structure where elements can be nested into themselves then it seems only the top-level element can have attributes added to it when editing, i.e. when using an XSD with a structure like:
myGroupType:groupElement
-->myGroupType:groupElement
-->myElementType:terminalElement
The text was updated successfully, but these errors were encountered: