<schema xmlns="http://www.w3.org/2001/XMLSchema" ... version="xxx">
The XSD specification https://www.w3.org/TR/xmlschema11-1/#declare-schema does not specify the semantics for the version
attribute:
The other attributes (
id
andversion
) are for user convenience, and this specification defines no semantics for them.
Nor does that the W3C versioning guide https://www.w3.org/TR/xmlschema-guide2versioning/.
Is there a consensus arising whether this attribute should be used for specifying the version of the XML Schema document (e.g. 2.3.1
), or for the version of the XSD language used to write the schema document (i.e. either 1.0
or 1.1
)? Or is the semantics choice still on the designers/developers?