Definition Type: Element
Name: form
Namespace: http://www.w3.org/1999/xhtml
Type: nsA:form.content
Containing Schema: xhtml1-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into script in schema xhtml1-strict_xsd Drilldown into del in schema xhtml1-strict_xsd Drilldown into ins in schema xhtml1-strict_xsd Drilldown into misc.inline in schema xhtml1-strict_xsd Drilldown into noscript in schema xhtml1-strict_xsd Drilldown into misc in schema xhtml1-strict_xsd Drilldown into table in schema xhtml1-strict_xsd Drilldown into fieldset in schema xhtml1-strict_xsd Drilldown into address in schema xhtml1-strict_xsd Drilldown into blockquote in schema xhtml1-strict_xsd Drilldown into hr in schema xhtml1-strict_xsd Drilldown into pre in schema xhtml1-strict_xsd Drilldown into blocktext in schema xhtml1-strict_xsd Drilldown into dl in schema xhtml1-strict_xsd Drilldown into ol in schema xhtml1-strict_xsd Drilldown into ul in schema xhtml1-strict_xsd Drilldown into lists in schema xhtml1-strict_xsd Drilldown into div in schema xhtml1-strict_xsd Drilldown into h6 in schema xhtml1-strict_xsd Drilldown into h5 in schema xhtml1-strict_xsd Drilldown into h4 in schema xhtml1-strict_xsd Drilldown into h3 in schema xhtml1-strict_xsd Drilldown into h2 in schema xhtml1-strict_xsd Drilldown into h1 in schema xhtml1-strict_xsd Drilldown into heading in schema xhtml1-strict_xsd Drilldown into p in schema xhtml1-strict_xsd Drilldown into block in schema xhtml1-strict_xsd Drilldown into form.content in schema xhtml1-strict_xsd Drilldown into accept-charset in schema xhtml1-strict_xsd Drilldown into accept in schema xhtml1-strict_xsd Drilldown into onreset in schema xhtml1-strict_xsd Drilldown into onsubmit in schema xhtml1-strict_xsd Drilldown into enctype in schema xhtml1-strict_xsd Drilldown into method in schema xhtml1-strict_xsd Drilldown into action in schema xhtml1-strict_xsd Drilldown into onkeyup in schema xhtml1-strict_xsd Drilldown into onkeydown in schema xhtml1-strict_xsd Drilldown into onkeypress in schema xhtml1-strict_xsd Drilldown into onmouseout in schema xhtml1-strict_xsd Drilldown into onmousemove in schema xhtml1-strict_xsd Drilldown into onmouseover in schema xhtml1-strict_xsd Drilldown into onmouseup in schema xhtml1-strict_xsd Drilldown into onmousedown in schema xhtml1-strict_xsd Drilldown into ondblclick in schema xhtml1-strict_xsd Drilldown into onclick in schema xhtml1-strict_xsd Drilldown into events in schema xhtml1-strict_xsd Drilldown into dir in schema xhtml1-strict_xsd Drilldown into lang in schema xml_xsd Drilldown into lang in schema xhtml1-strict_xsd Drilldown into i18n in schema xhtml1-strict_xsd Drilldown into title in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into class in schema xhtml1-strict_xsd Drilldown into id in schema xhtml1-strict_xsd Drilldown into coreattrs in schema xhtml1-strict_xsd Drilldown into attrs in schema xhtml1-strict_xsdXSD Diagram of form in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="form">
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="form.content">
                <xs:attributeGroup ref="attrs" />
                <xs:attribute name="action" use="required" type="URI" />
                <xs:attribute name="method" default="get">
                    <xs:simpleType>
                        <xs:restriction base="xs:token">
                            <xs:enumeration value="get" />
                            <xs:enumeration value="post" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="enctype" type="ContentType" default="application/x-www-form-urlencoded" />
                <xs:attribute name="onsubmit" type="Script" />
                <xs:attribute name="onreset" type="Script" />
                <xs:attribute name="accept" type="ContentTypes" />
                <xs:attribute name="accept-charset" type="Charsets" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
p nsA:p (1) (1)
h1 nsA:h1 (1) (1)
h2 nsA:h2 (1) (1)
h3 nsA:h3 (1) (1)
h4 nsA:h4 (1) (1)
h5 nsA:h5 (1) (1)
h6 nsA:h6 (1) (1)
div nsA:div (1) (1)
ul nsA:ul (1) (1)
ol nsA:ol (1) (1)
dl nsA:dl (1) (1)
pre nsA:pre (1) (1)
hr nsA:hr (1) (1)
blockquote nsA:blockquote (1) (1)
address nsA:address (1) (1)
fieldset nsA:fieldset (1) (1)
table nsA:table (1) (1)
noscript nsA:noscript (1) (1)
ins nsA:ins (1) (1)
del nsA:del (1) (1)
script nsA:script (1) (1)
<xs:group> nsA:block (1) (1)
<xs:group> nsA:heading (1) (1)
<xs:group> nsA:lists (1) (1)
<xs:group> nsA:blocktext (1) (1)
<xs:group> nsA:misc (1) (1)
<xs:group> nsA:misc.inline (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
class nsA:class (Optional)
style nsA:style (Optional)
title nsA:title (Optional)
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
onclick nsA:onclick (Optional)
ondblclick nsA:ondblclick (Optional)
onmousedown nsA:onmousedown (Optional)
onmouseup nsA:onmouseup (Optional)
onmouseover nsA:onmouseover (Optional)
onmousemove nsA:onmousemove (Optional)
onmouseout nsA:onmouseout (Optional)
onkeypress nsA:onkeypress (Optional)
onkeydown nsA:onkeydown (Optional)
onkeyup nsA:onkeyup (Optional)
action nsA:action Required
method nsA:method get (Optional)
enctype nsA:enctype application/x-www-form-urlencoded (Optional)
onsubmit nsA:onsubmit (Optional)
onreset nsA:onreset (Optional)
accept nsA:accept (Optional)
accept-charset nsA:accept-charset (Optional)
Collapse Derivation Tree: