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

the @name attribute may exist only inside abstract objects #68

Open
yegor256 opened this issue Nov 29, 2024 · 0 comments
Open

the @name attribute may exist only inside abstract objects #68

yegor256 opened this issue Nov 29, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@yegor256
Copy link
Member

This XMIR should be illegal:

<o base="foo">
  <o name="bar"/>
</o>

The @name attribute may only be present if the parent of the object has @abstract attribute:

<o abstract="">
  <o name="bar"/>
</o>
@yegor256 yegor256 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant