XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element a

Documentation
      content is "Inline" except that anchors shouldn't be nested
      

Model
<a
  accesskey = Character
  charset = Charset
  class = xs:NMTOKENS
  coords = Coords
  dir = <TODO local simpleType in attribute>
  href = URI
  hreflang = LanguageCode
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  name = xs:NMTOKEN
  onblur = Script
  onclick = Script
  ondblclick = Script
  onfocus = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  rel = LinkTypes
  rev = LinkTypes
  shape = Shape : rect
  style = StyleSheet
  tabindex = tabindexNumber
  title = Text
  type = ContentType>
(((br | span | bdo | map) | object | img) | (tt | i | b | big | small) | (em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym | sub | sup) | (input | select | textarea | label | button) | (ins | del | script) )*
</a>


Attribute Summary
 Characteraccesskey
          
 Charsetcharset
          
 xs:NMTOKENSclass
          
 Coordscoords
          
 <TODO local simpleType in attribute>dir
          
 URIhref
          
 LanguageCodehreflang
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 xs:NMTOKENname
          
 Scriptonblur
          
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonfocus
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 LinkTypesrel
          
 LinkTypesrev
          
 Shapeshape
          
 StyleSheetstyle
          
 tabindexNumbertabindex
          
 Texttitle
          
 ContentTypetype
          

Attribute Detail

accesskey

Character accesskey


charset

Charset charset


class

xs:NMTOKENS class


coords

Coords coords


dir

<TODO local simpleType in attribute> dir


href

URI href


hreflang

LanguageCode hreflang


id

xs:ID id


lang

LanguageCode lang


lang

xs:language lang
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .


name

xs:NMTOKEN name


onblur

Script onblur


onclick

Script onclick


ondblclick

Script ondblclick


onfocus

Script onfocus


onkeydown

Script onkeydown


onkeypress

Script onkeypress


onkeyup

Script onkeyup


onmousedown

Script onmousedown


onmousemove

Script onmousemove


onmouseout

Script onmouseout


onmouseover

Script onmouseover


onmouseup

Script onmouseup


rel

LinkTypes rel


rev

LinkTypes rev


shape

Shape shape

Default: rect

style

StyleSheet style


tabindex

tabindexNumber tabindex


title

Text title


type

ContentType type


Source
<xs:element name="a">
<xs:complexType mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="a.content">
<xs:attributeGroup ref="attrs"/>
<xs:attributeGroup ref="focus"/>
<xs:attribute name="charset" type="Charset"/>
<xs:attribute name="type" type="ContentType"/>
<xs:attribute name="name" type="xs:NMTOKEN"/>
<xs:attribute name="href" type="URI"/>
<xs:attribute name="hreflang" type="LanguageCode"/>
<xs:attribute name="rel" type="LinkTypes"/>
<xs:attribute name="rev" type="LinkTypes"/>
<xs:attribute default="rect" name="shape" type="Shape"/>
<xs:attribute name="coords" type="Coords"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>

XHTML 1.0 (Second Edition) Strict

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.