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

schemaVersion type should not be "decimal" #145

Open
jschaeff opened this issue Feb 24, 2022 · 0 comments
Open

schemaVersion type should not be "decimal" #145

jschaeff opened this issue Feb 24, 2022 · 0 comments
Labels

Comments

@jschaeff
Copy link
Contributor

The XSD states:

		<xs:attribute name="schemaVersion" type="xs:decimal" use="required">
			<xs:annotation>
				<xs:documentation>The schema version compatible with the document.
				</xs:documentation>
			</xs:annotation>
		</xs:attribute>

<xs:attribute name="schemaVersion" type="xs:decimal" use="required">

It should be another type allowing to make a 3 numbered version.

Discussion for schema versionning is in #113

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

No branches or pull requests

2 participants