simpleType tabindexNumber
namespace http://www.w3.org/1999/xhtml
type restriction of Number
used by
attributes object/@tabindex select/@tabindex focus/@tabindex
facets
Kind Value annotation 
minInclusive 
maxInclusive 32767 
pattern [0-9]+ 
annotation
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.
     
source <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>


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