Definition Type: Element
Name: input
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Documentation:
form control
Collapse XSD Schema Diagram:
Drilldown into accept in schema xhtml1-strict_xsd Drilldown into onchange in schema xhtml1-strict_xsd Drilldown into onselect in schema xhtml1-strict_xsd Drilldown into usemap in schema xhtml1-strict_xsd Drilldown into alt in schema xhtml1-strict_xsd Drilldown into src in schema xhtml1-strict_xsd Drilldown into maxlength in schema xhtml1-strict_xsd Drilldown into size in schema xhtml1-strict_xsd Drilldown into readonly in schema xhtml1-strict_xsd Drilldown into disabled in schema xhtml1-strict_xsd Drilldown into checked in schema xhtml1-strict_xsd Drilldown into value in schema xhtml1-strict_xsd Drilldown into name in schema xhtml1-strict_xsd Drilldown into type in schema xhtml1-strict_xsd Drilldown into onblur in schema xhtml1-strict_xsd Drilldown into onfocus in schema xhtml1-strict_xsd Drilldown into tabindex in schema xhtml1-strict_xsd Drilldown into accesskey in schema xhtml1-strict_xsd Drilldown into focus 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 input in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="input">
    <xs:annotation>
        <xs:documentation>
      form control
      </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="attrs" />
        <xs:attributeGroup ref="focus" />
        <xs:attribute name="type" default="text" type="InputType" />
        <xs:attribute name="name">
            <xs:annotation>
                <xs:documentation>
          the name attribute is required for all but submit &amp; reset
          </xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="value" />
        <xs:attribute name="checked">
            <xs:simpleType>
                <xs:restriction base="xs:token">
                    <xs:enumeration value="checked" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <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="size" />
        <xs:attribute name="maxlength" type="Number" />
        <xs:attribute name="src" type="URI" />
        <xs:attribute name="alt" />
        <xs:attribute name="usemap" type="URI" />
        <xs:attribute name="onselect" type="Script" />
        <xs:attribute name="onchange" type="Script" />
        <xs:attribute name="accept" type="ContentTypes" />
    </xs:complexType>
</xs:element>
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)
accesskey nsA:accesskey (Optional)
tabindex nsA:tabindex (Optional)
onfocus nsA:onfocus (Optional)
onblur nsA:onblur (Optional)
type nsA:type text (Optional)
name nsA:name (Optional)
value nsA:value (Optional)
checked nsA:checked (Optional)
disabled nsA:disabled (Optional)
readonly nsA:readonly (Optional)
size nsA:size (Optional)
maxlength nsA:maxlength (Optional)
src nsA:src (Optional)
alt nsA:alt (Optional)
usemap nsA:usemap (Optional)
onselect nsA:onselect (Optional)
onchange nsA:onchange (Optional)
accept nsA:accept (Optional)