Changes to XHTML Form Attlist |
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 | |||||
onreset | Script | optional | |||||
onsubmit | Script | optional | |||||
style | CDATA | optional | |||||
target | FrameTarget | optional | |||||
title | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
xml:space | restriction of xs:NCName | preserve | optional |
Complex Type | xhtml.form.type |
<xs:attributeGroup name="xhtml.form.attlist"> <xs:annotation> <xs:documentation>Changes to XHTML Form Attlist</xs:documentation> </xs:annotation> <xs:attributeGroup ref="xhtml.form.attlist"> <xs:annotation> <xs:documentation>Original Form Attributes (declared in Forms Module)</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="xhtml.form.events.attlist"> <xs:annotation> <xs:documentation>XHTML Events Module - Attribute additions</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="xhtml.form.target.attlist"> <xs:annotation> <xs:documentation>XHTML Target Module - Attribute additions</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> |