element input
diagram girr_ns_p62.png
namespace http://www.w3.org/1999/xhtml
properties
content complex
used by
group inline.forms
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
classxs:NMTOKENS      
styleStyleSheet      
titleText      
langLanguageCode      
lang      
documentation
<div>
<h3>lang (as an attribute name)</h3>
<p>
       denotes an attribute whose value
       is a language code for the natural language of the content of
       any element; its value is inherited.  This name is reserved
       by virtue of its definition in the XML specification.</p>
</div>
<div>
<h4>Notes</h4>
<p>
      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. 
     </p>
<p>
      See BCP 47 at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
       http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>
      and the IANA language subtag registry at
      <a href="http://www.iana.org/assignments/language-subtag-registry">
       http://www.iana.org/assignments/language-subtag-registry</a>
      for further information.
     </p>
<p>
      The union allows for the 'un-declaration' of xml:lang with
      the empty string.
     </p>
</div>
dirderived by: xs:token      
onclickScript      
ondblclickScript      
onmousedownScript      
onmouseupScript      
onmouseoverScript      
onmousemoveScript      
onmouseoutScript      
onkeypressScript      
onkeydownScript      
onkeyupScript      
accesskeyCharacter      
tabindextabindexNumber      
onfocusScript      
onblurScript      
typeInputType  text    
name      
documentation

          the name attribute is required for all but submit &amp; reset
         
value      
checkedderived by: xs:token      
disabledderived by: xs:token      
readonlyderived by: xs:token      
size      
maxlengthNumber      
srcURI      
alt      
usemapURI      
onselectScript      
onchangeScript      
acceptContentTypes      
annotation
documentation

      form control
     
source <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" type="InputType" default="text"/>
   
<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>

attribute input/@type
type InputType
properties
isRef 0
default text
facets
Kind Value annotation 
enumeration text 
enumeration password 
enumeration checkbox 
enumeration radio 
enumeration submit 
enumeration reset 
enumeration file 
enumeration hidden 
enumeration image 
enumeration button 
source <xs:attribute name="type" type="InputType" default="text"/>

attribute input/@name
properties
isRef 0
annotation
documentation

          the name attribute is required for all but submit &amp; reset
         
source <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>

attribute input/@value
properties
isRef 0
source <xs:attribute name="value"/>

attribute input/@checked
type restriction of xs:token
properties
isRef 0
facets
Kind Value annotation 
enumeration checked 
source <xs:attribute name="checked">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:enumeration value="checked"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute input/@disabled
type restriction of xs:token
properties
isRef 0
facets
Kind Value annotation 
enumeration disabled 
source <xs:attribute name="disabled">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:enumeration value="disabled"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute input/@readonly
type restriction of xs:token
properties
isRef 0
facets
Kind Value annotation 
enumeration readonly 
source <xs:attribute name="readonly">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:enumeration value="readonly"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute input/@size
properties
isRef 0
source <xs:attribute name="size"/>

attribute input/@maxlength
type Number
properties
isRef 0
facets
Kind Value annotation 
pattern [0-9]+ 
source <xs:attribute name="maxlength" type="Number"/>

attribute input/@src
type URI
properties
isRef 0
source <xs:attribute name="src" type="URI"/>

attribute input/@alt
properties
isRef 0
source <xs:attribute name="alt"/>

attribute input/@usemap
type URI
properties
isRef 0
source <xs:attribute name="usemap" type="URI"/>

attribute input/@onselect
type Script
properties
isRef 0
source <xs:attribute name="onselect" type="Script"/>

attribute input/@onchange
type Script
properties
isRef 0
source <xs:attribute name="onchange" type="Script"/>

attribute input/@accept
type ContentTypes
properties
isRef 0
source <xs:attribute name="accept" type="ContentTypes"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy