TEXTAREA

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
accesskey optional
class optional
cols required
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
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
onselect optional
readonly restriction of xs:token optional
rows required
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="TEXTAREA">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="attlist.TEXTAREA"/>
  </xs:complexType>
</xs:element>

Sample