xhtml.form.attlist

Changes to XHTML Form Attlist

Redefines Attribute Group xhtml.form.attlist

Attribute Group Information

Attributes

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
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
xml:space restriction of xs:NCName preserve optional

Used By

Complex Type xhtml.form.type

Source

<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>