Definition Type: SimpleType
Name: tabindexNumber
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Documentation:
tabindex attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros.
Collapse XSD Schema Diagram:
XSD Diagram of tabindexNumber in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:simpleType name="tabindexNumber">
    <xs:annotation>
        <xs:documentation>
      tabindex attribute specifies the position of the current element
      in the tabbing order for the current document. This value must be
      a number between 0 and 32767. User agents should ignore leading zeros. 
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="Number">
        <xs:minInclusive value="0" />
        <xs:maxInclusive value="32767" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxInclusive 32767
MinInclusive 0
Collapse Derivation Tree:
Collapse References:
nsA:tabindex, nsA:tabindex, nsA:tabindex