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

Support xs:anyType root elements #399

Closed
tefra opened this issue Jan 30, 2021 · 0 comments · Fixed by #400
Closed

Support xs:anyType root elements #399

tefra opened this issue Jan 30, 2021 · 0 comments · Fixed by #400

Comments

@tefra
Copy link
Owner

tefra commented Jan 30, 2021

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">			
  <xs:complexType name="t">
	<xs:attribute ref="xml:blah"/>
  </xs:complexType>
</xs:schema>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="t" xml:blah="a"/>

Doc is not defined anywhere

tefra added a commit that referenced this issue Jan 30, 2021
tefra added a commit that referenced this issue Jan 30, 2021
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

Successfully merging a pull request may close this issue.

1 participant