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

Fix error range for cos-all-limited.2 #407

Closed
NikolasKomonen opened this issue May 31, 2019 · 3 comments · Fixed by #425
Closed

Fix error range for cos-all-limited.2 #407

NikolasKomonen opened this issue May 31, 2019 · 3 comments · Fixed by #425
Assignees
Labels
bug Something isn't working validation
Milestone

Comments

@NikolasKomonen
Copy link
Contributor

image

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema 
	xmlns:xs="http://www.w3.org/2001/XMLSchema">
	
	<xs:complexType name="testType">
		<xs:all>
			<xs:element name="testEle" minOccurs="2" maxOccurs="unbounded" type="xs:string"/>
		</xs:all>
	</xs:complexType>
</xs:schema>
@fbricon fbricon added bug Something isn't working validation labels May 31, 2019
@xorye
Copy link

xorye commented Jun 7, 2019

@NikolasKomonen should the error range cover "xs:all" ?

@xorye
Copy link

xorye commented Jun 10, 2019

@NikolasKomonen should the error range cover "xs:all" ?

I got confirmation that it should.

@fbricon fbricon added this to the v0.7.0 milestone Jun 10, 2019
@fbricon
Copy link
Contributor

fbricon commented Jun 10, 2019

Feels like xs:element should be underlined unstead, or even better the "unbounded" value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working validation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants