attributeGroup focus
namespace http://www.w3.org/1999/xhtml
used by
elements a area button input textarea
attributes
Name  Type  Use  Default  Fixed  annotation
accesskeyCharacter      
tabindextabindexNumber      
onfocusScript      
onblurScript      
annotation
documentation

      attributes for elements that can get the focus
      accesskey   accessibility key character
      tabindex    position in tabbing order
      onfocus     the element got the focus
      onblur      the element lost the focus
     
source <xs:attributeGroup name="focus">
 
<xs:annotation>
   
<xs:documentation>
      attributes for elements that can get the focus
      accesskey   accessibility key character
      tabindex    position in tabbing order
      onfocus     the element got the focus
      onblur      the element lost the focus
     
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="accesskey" type="Character"/>
 
<xs:attribute name="tabindex" type="tabindexNumber"/>
 
<xs:attribute name="onfocus" type="Script"/>
 
<xs:attribute name="onblur" type="Script"/>
</xs:attributeGroup>

attribute focus/@accesskey
type Character
properties
isRef 0
facets
Kind Value annotation 
length 
source <xs:attribute name="accesskey" type="Character"/>

attribute focus/@tabindex
type tabindexNumber
properties
isRef 0
facets
Kind Value annotation 
minInclusive 
maxInclusive 32767 
pattern [0-9]+ 
source <xs:attribute name="tabindex" type="tabindexNumber"/>

attribute focus/@onfocus
type Script
properties
isRef 0
source <xs:attribute name="onfocus" type="Script"/>

attribute focus/@onblur
type Script
properties
isRef 0
source <xs:attribute name="onblur" type="Script"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy