Showing:

Attributes
Diagrams
Source
Attribute Group xml:specialAttrs
Namespace http://www.w3.org/XML/1998/namespace
Diagram
Diagram W3C-XML-Namespace_xsd_Attribute_xml_base.tmp#base W3C-XML-Namespace_xsd_Attribute_xml_lang.tmp#lang W3C-XML-Namespace_xsd_Attribute_xml_space.tmp#space
Attributes
QName Type Fixed Default Use Annotation
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for information about this attribute.
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .
xml:space restriction of xs:NCName optional
Source
<xs:attributeGroup name="specialAttrs">
  <xs:attribute ref="xml:base"/>
  <xs:attribute ref="xml:lang"/>
  <xs:attribute ref="xml:space"/>
</xs:attributeGroup>
Schema location W3C-XML-Namespace.xsd