QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
accept | ContentTypes | optional | |||||
accept-charset | Charsets | optional | |||||
action | URI | required | |||||
class | xs:string | optional | |||||
dir | restriction of xs:NMTOKEN | optional | |||||
enctype | ContentType | application/x-www-form-urlencoded | optional | ||||
id | xs:ID | optional | |||||
lang | LanguageCode | optional | |||||
method | restriction of xs:NMTOKEN | get | optional | ||||
name | CDATA | optional | |||||
onclick | Script | optional | |||||
ondblclick | Script | optional | |||||
onkeydown | Script | optional | |||||
onkeypress | Script | optional | |||||
onkeyup | Script | optional | |||||
onmousedown | Script | optional | |||||
onmousemove | Script | optional | |||||
onmouseout | Script | optional | |||||
onmouseover | Script | optional | |||||
onmouseup | Script | optional | |||||
style | CDATA | optional | |||||
title | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
xml:space | restriction of xs:NCName | preserve | optional |
Attribute Group | xhtml.form.attlist |
<xs:attributeGroup name="xhtml.form.attlist"> <xs:attributeGroup ref="xhtml.Common.attrib"/> <xs:attribute name="action" type="xh11d:URI" use="required"/> <xs:attribute name="method" default="get"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="get"/> <xs:enumeration value="post"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="name" type="xh11d:CDATA"/> <xs:attribute name="enctype" type="xh11d:ContentType" default="application/x-www-form-urlencoded"/> <xs:attribute name="accept-charset" type="xh11d:Charsets"/> <xs:attribute name="accept" type="xh11d:ContentTypes"/> </xs:attributeGroup> |