a.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
accesskey Character optional
charset Charset optional
class optional
coords Coords optional
dir restriction of xs:token optional
href URI optional
hreflang XHTMLLanguageCode optional
id xs:ID optional
lang XHTMLLanguageCode optional
name xs:NMTOKEN optional
onblur Script optional
onfocus Script optional
rel LinkTypes optional
rev LinkTypes optional
shape Shape rect optional
style StyleSheet optional
tabindex XHTMLNumber optional
title XHTMLText optional
type XHTMLContentType optional

Used By

Element a

Source

<xs:attributeGroup name="a.attlist">
  <xs:attributeGroup ref="attrs"/>
  <xs:attribute name="charset" type="Charset"/>
  <xs:attribute name="type" type="XHTMLContentType"/>
  <xs:attribute name="name" type="xs:NMTOKEN"/>
  <xs:attribute name="href" type="URI"/>
  <xs:attribute name="hreflang" type="XHTMLLanguageCode"/>
  <xs:attribute name="rel" type="LinkTypes"/>
  <xs:attribute name="rev" type="LinkTypes"/>
  <xs:attribute name="accesskey" type="Character"/>
  <xs:attribute name="shape" default="rect" type="Shape"/>
  <xs:attribute name="coords" type="Coords"/>
  <xs:attribute name="tabindex" type="XHTMLNumber"/>
  <xs:attribute name="onfocus" type="Script"/>
  <xs:attribute name="onblur" type="Script"/>
</xs:attributeGroup>