Definition Type: AttributeGroup
Name: focus
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
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
Collapse XSD Schema Diagram:
Drilldown into onblur in schema xhtml1-strict_xsd Drilldown into onfocus in schema xhtml1-strict_xsd Drilldown into tabindex in schema xhtml1-strict_xsd Drilldown into accesskey in schema xhtml1-strict_xsdXSD Diagram of focus in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
accesskey nsA:accesskey (Optional)
tabindex nsA:tabindex (Optional)
onfocus nsA:onfocus (Optional)
onblur nsA:onblur (Optional)