XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element input

Documentation
      form control
      

Model
<input
  accept = ContentTypes
  accesskey = Character
  alt = <TODO local simpleType in attribute>
  checked = <TODO local simpleType in attribute>
  class = xs:NMTOKENS
  dir = <TODO local simpleType in attribute>
  disabled = <TODO local simpleType in attribute>
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  maxlength = Number
  name = <TODO local simpleType in attribute>
  onblur = Script
  onchange = Script
  onclick = Script
  ondblclick = Script
  onfocus = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  onselect = Script
  readonly = <TODO local simpleType in attribute>
  size = <TODO local simpleType in attribute>
  src = URI
  style = StyleSheet
  tabindex = tabindexNumber
  title = Text
  type = InputType : text
  usemap = URI
  value = <TODO local simpleType in attribute>>

</input>


Attribute Summary
 ContentTypesaccept
          
 Characteraccesskey
          
 <TODO local simpleType in attribute>alt
          
 <TODO local simpleType in attribute>checked
          
 xs:NMTOKENSclass
          
 <TODO local simpleType in attribute>dir
          
 <TODO local simpleType in attribute>disabled
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 Numbermaxlength
          
 <TODO local simpleType in attribute>name
           the name attribute is required for all but submit & reset  
 Scriptonblur
          
 Scriptonchange
          
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonfocus
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 Scriptonselect
          
 <TODO local simpleType in attribute>readonly
          
 <TODO local simpleType in attribute>size
          
 URIsrc
          
 StyleSheetstyle
          
 tabindexNumbertabindex
          
 Texttitle
          
 InputTypetype
          
 URIusemap
          
 <TODO local simpleType in attribute>value
          

Attribute Detail

accept

ContentTypes accept


accesskey

Character accesskey


alt

<TODO local simpleType in attribute> alt


checked

<TODO local simpleType in attribute> checked


class

xs:NMTOKENS class


dir

<TODO local simpleType in attribute> dir


disabled

<TODO local simpleType in attribute> disabled


id

xs:ID id


lang

LanguageCode lang


lang

xs:language lang
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .


maxlength

Number maxlength


name

<TODO local simpleType in attribute> name
the name attribute is required for all but submit & reset


onblur

Script onblur


onchange

Script onchange


onclick

Script onclick


ondblclick

Script ondblclick


onfocus

Script onfocus


onkeydown

Script onkeydown


onkeypress

Script onkeypress


onkeyup

Script onkeyup


onmousedown

Script onmousedown


onmousemove

Script onmousemove


onmouseout

Script onmouseout


onmouseover

Script onmouseover


onmouseup

Script onmouseup


onselect

Script onselect


readonly

<TODO local simpleType in attribute> readonly


size

<TODO local simpleType in attribute> size


src

URI src


style

StyleSheet style


tabindex

tabindexNumber tabindex


title

Text title


type

InputType type

Default: text

usemap

URI usemap


value

<TODO local simpleType in attribute> value


Source
<xs:element name="input">
<xs:complexType>
<xs:attributeGroup ref="attrs"/>
<xs:attributeGroup ref="focus"/>
<xs:attribute default="text" name="type" type="InputType"/>
<xs:attribute name="name">
</xs:attribute>
<xs:attribute name="value"/>
<xs:attribute name="checked">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="checked"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="disabled">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="disabled"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="readonly">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="readonly"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="size"/>
<xs:attribute name="maxlength" type="Number"/>
<xs:attribute name="src" type="URI"/>
<xs:attribute name="alt"/>
<xs:attribute name="usemap" type="URI"/>
<xs:attribute name="onselect" type="Script"/>
<xs:attribute name="onchange" type="Script"/>
<xs:attribute name="accept" type="ContentTypes"/>
</xs:complexType>
</xs:element>

XHTML 1.0 (Second Edition) Strict

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