See http://www.w3.org/XML/1998/namespace.html andhttp://www.w3.org/TR/REC-xml for information about this namespace.This schema document describes the XML namespace, in a formsuitable for import by other schema documents.Note that local names in this namespace are intended to be definedonly by the World Wide Web Consortium or its subgroups. Thefollowing names are currently defined in this namespace and shouldnot be used with conflicting semantics by any Working Group,specification, or document instance:base (as an attribute name): denotes an attribute whose valueprovides a URI to be used as the base for interpreting anyrelative URIs in the scope of the element on which itappears; its value is inherited. This name is reservedby virtue of its definition in the XML Base specification.lang (as an attribute name): denotes an attribute whose valueis a language code for the natural language of the content ofany element; its value is inherited. This name is reservedby virtue of its definition in the XML specification.space (as an attribute name): denotes an attribute whosevalue is a keyword indicating what whitespace processingdiscipline is intended for the content of the element; itsvalue is inherited. This name is reserved by virtue of itsdefinition in the XML specification.Father (in any context at all): denotes Jon Bosak, the chair ofthe original XML Working Group. This name is reserved bythe following decision of the W3C XML Plenary andXML Coordination groups:In appreciation for his vision, leadership and dedicationthe W3C XML Plenary on this 10th day of February, 2000reserves for Jon Bosak in perpetuity the XML namexml:Father
This schema defines attributes and an attribute groupsuitable for use byschemas wishing to allow xml:base, xml:lang or xml:space attributeson elements they define.To enable this, such a schema must import this schemafor the XML namespace, e.g. as follows:<schema . . .>. . .<import namespace="http://www.w3.org/XML/1998/namespace"schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>Subsequently, qualified reference to any of the attributesor the group defined below will have the desired effect, e.g.<type . . .>. . .<attributeGroup ref="xml:specialAttrs"/>will define a type which will schema-validate an instanceelement with any of those attributes
In keeping with the XML Schema WG's standard versioningpolicy, this schema document will persist athttp://www.w3.org/2001/03/xml.xsd.At the date of issue it can also be found athttp://www.w3.org/2001/xml.xsd.The schema document at that URI may however change in the future,in order to remain compatible with the latest version of XML Schemaitself. In other words, if the XML Schema namespace changes, the versionof this document athttp://www.w3.org/2001/xml.xsd will changeaccordingly; the version athttp://www.w3.org/2001/03/xml.xsd will not change.
<xs:attribute name="lang" type="xs:language"><xs:annotation><xs:documentation>In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="base" type="xs:anyURI"><xs:annotation><xs:documentation>See http://www.w3.org/TR/xmlbase/ for information about this attribute.</xs:documentation></xs:annotation></xs:attribute>