http://maven.apache.org/XDOC/2.0
simpleType tabindexNumber

Super Types
{http://www.w3.org/2001/XMLSchema}nonNegativeInteger
|
+--{http://maven.apache.org/XDOC/2.0}Number (restriction)
|
+--{http://maven.apache.org/XDOC/2.0}tabindexNumber (restriction)

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.
      
Properties
This component is not nillable.

Model

inclusive lower bound: 0
inclusive upper bound: 32767


Source
<xs:simpleType name="tabindexNumber">
<xs:restriction base="Number">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="32767"/>
</xs:restriction>
</xs:simpleType>


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