xhtml\xhtml1-strict.xsd

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

Documentation
      multi-line text field
      
Properties
This component is not nillable.

Model
<textarea
  accesskey = Character
  class = xs:NMTOKENS
  cols = Number
  dir = xs:token
  disabled = xs:token
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  name = anySimpleType
  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 = xs:token
  rows = Number
  style = StyleSheet
  tabindex = tabindexNumber
  title = Text>

</textarea>


Attribute Summary
 Characteraccesskey
          
 xs:NMTOKENSclass
          
 Numbercols
          
 xs:tokendir
          
 xs:tokendisabled
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 anySimpleTypename
          
 Scriptonblur
          
 Scriptonchange
          
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonfocus
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 Scriptonselect
          
 xs:tokenreadonly
          
 Numberrows
          
 StyleSheetstyle
          
 tabindexNumbertabindex
          
 Texttitle
          

Attribute Detail

accesskey

Type:
Character
Use:
optional
Form:
unqualified

class

Type:
xs:NMTOKENS
Use:
optional
Form:
unqualified

cols

Type:
Number
Use:
required
Form:
unqualified

dir

Type:
based on
with :
Use:
optional
Form:
unqualified

disabled

Type:
based on
with :
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

lang

Type:
LanguageCode
Use:
optional
Form:
unqualified

lang

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

Type:
xs:language
Use:
optional
Form:
unqualified

name

Type:
anySimpleType
Use:
optional
Form:
unqualified

onblur

Type:
Script
Use:
optional
Form:
unqualified

onchange

Type:
Script
Use:
optional
Form:
unqualified

onclick

Type:
Script
Use:
optional
Form:
unqualified

ondblclick

Type:
Script
Use:
optional
Form:
unqualified

onfocus

Type:
Script
Use:
optional
Form:
unqualified

onkeydown

Type:
Script
Use:
optional
Form:
unqualified

onkeypress

Type:
Script
Use:
optional
Form:
unqualified

onkeyup

Type:
Script
Use:
optional
Form:
unqualified

onmousedown

Type:
Script
Use:
optional
Form:
unqualified

onmousemove

Type:
Script
Use:
optional
Form:
unqualified

onmouseout

Type:
Script
Use:
optional
Form:
unqualified

onmouseover

Type:
Script
Use:
optional
Form:
unqualified

onmouseup

Type:
Script
Use:
optional
Form:
unqualified

onselect

Type:
Script
Use:
optional
Form:
unqualified

readonly

Type:
based on
with :
Use:
optional
Form:
unqualified

rows

Type:
Number
Use:
required
Form:
unqualified

style

Type:
StyleSheet
Use:
optional
Form:
unqualified

tabindex

Type:
tabindexNumber
Use:
optional
Form:
unqualified

title

Type:
Text
Use:
optional
Form:
unqualified

Source
<xs:element name="textarea">
<xs:complexType mixed="true">
<xs:attributeGroup ref="attrs"/>
<xs:attributeGroup ref="focus"/>
<xs:attribute name="name"/>
<xs:attribute name="rows" type="Number" use="required"/>
<xs:attribute name="cols" type="Number" use="required"/>
<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="onselect" type="Script"/>
<xs:attribute name="onchange" type="Script"/>
</xs:complexType>
</xs:element>

xhtml\xhtml1-strict.xsd

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe
hosted at