attributeGroup "xml:specialAttrs"
Namespace:
Content:
Defined:
globally in xml.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
never
XML Representation Summary
<...
   
 = 
xs:anyURI
 = 
xs:ID
 = 
(xs:language | "")
 = 
("default" | "preserve")
...>
XML Source (see within schema source)
<xs:attributeGroup name="specialAttrs">
<xs:attribute ref="xml:base"/>
<xs:attribute ref="xml:lang"/>
<xs:attribute ref="xml:space"/>
<xs:attribute ref="xml:id"/>
</xs:attributeGroup>
Attribute Detail (all declarations; 4/4)
xml:base
Type:
xs:anyURI, predefined
Use:
optional
Defined:
by reference within (this) xml:specialAttrs attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:base"/>

xml:id
Type:
xs:ID, predefined
Use:
optional
Defined:
by reference within (this) xml:specialAttrs attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:id"/>

xml:lang
Type:
anonymous simpleType (union of (xs:language | restriction of xs:string))
Use:
optional
Defined:
by reference within (this) xml:specialAttrs attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>

xml:space
Type:
anonymous simpleType (restriction of xs:NCName)
Use:
optional
Defined:
by reference within (this) xml:specialAttrs attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:space"/>