XHTML 1.0 (Second Edition) Strict

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

Documentation
      option selector
      

Model
<select
  class = xs:NMTOKENS
  dir = <TODO local simpleType in attribute>
  disabled = <TODO local simpleType in attribute>
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  multiple = <TODO local simpleType in attribute>
  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
  size = Number
  style = StyleSheet
  tabindex = tabindexNumber
  title = Text>
(optgroup | option)+
</select>


Attribute Summary
 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 . 
 <TODO local simpleType in attribute>multiple
          
 <TODO local simpleType in attribute>name
          
 Scriptonblur
          
 Scriptonchange
          
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonfocus
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 Numbersize
          
 StyleSheetstyle
          
 tabindexNumbertabindex
          
 Texttitle
          

Attribute Detail

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 . . .


multiple

<TODO local simpleType in attribute> multiple


name

<TODO local simpleType in attribute> name


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


size

Number size


style

StyleSheet style


tabindex

tabindexNumber tabindex


title

Text title


Source
<xs:element name="select">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="optgroup"/>
<xs:element ref="option"/>
</xs:choice>
<xs:attributeGroup ref="attrs"/>
<xs:attribute name="name"/>
<xs:attribute name="size" type="Number"/>
<xs:attribute name="multiple">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="multiple"/>
</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="tabindex" type="tabindexNumber"/>
<xs:attribute name="onfocus" type="Script"/>
<xs:attribute name="onblur" type="Script"/>
<xs:attribute name="onchange" type="Script"/>
</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.