Skip to content

schemaVersion type should not be "decimal" #145

@jschaeff

Description

@jschaeff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions