SELECT

Element Information

Model

Children: OPTGROUP, OPTION

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
datafld optional
dataformatas restriction of xs:token optional
datasrc optional
dir restriction of xs:token optional
disabled restriction of xs:token optional
id xs:ID optional
lang optional
multiple restriction of xs:token optional
name optional
onblur optional
onchange optional
onclick optional
ondblclick optional
onfocus optional
onkeydown optional
onkeypress optional
onkeyup optional
onmousedown optional
onmousemove optional
onmouseout optional
onmouseover optional
onmouseup optional
size optional
style optional
tabindex optional
title optional

Used By

Elements A, ABBR, ACRONYM, ADDRESS, B, BDO, BIG, CAPTION, CITE, CODE, DD, DEL, DFN, DIV, DT, EM, FIELDSET, H1, H2, H3, H4, H5, H6, I, INS, KBD, LABEL, LEGEND, LI, OBJECT, P, PRE, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, TD, TH, TT, VAR

Source

<xs:element name="SELECT">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="OPTGROUP"/>
      <xs:element ref="OPTION"/>
    </xs:choice>
    <xs:attributeGroup ref="attlist.SELECT"/>
  </xs:complexType>
</xs:element>

Sample