attributeGroup "xhtml.input.attlist" (redefined)
Namespace:
Content:
Defined:
globally in xhtml-form-1.xsd; see XML source
Includes:
definitions of 13 attributes
Redefined:
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
"preserve"
 = 
xs:ID
 = 
xs:string
 = 
xs:string
 = 
(xs:language | "")
 = 
("ltr" | "rtl")
 = 
(xs:language | "")
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
("text" | "password" | "checkbox" | "radio" | "submit" | "reset" | "hidden" | "image" | "button" | "file") : "text"
 = 
xs:string
 = 
xs:string
 = 
"checked"
 = 
"disabled"
 = 
"readonly"
 = 
xs:nonNegativeInteger
 = 
xs:nonNegativeInteger
 = 
xs:anyURI
 = 
xs:string
 = 
xs:nonNegativeInteger
 = 
xs:string
 = 
xs:string
...>
Known Usage Locations
Attribute Detail (all declarations; defined within this component only; 13/31)
accept
Type:
Use:
optional
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="accept" type="xh11d:ContentTypes"/>

accesskey
Type:
Use:
optional
Attribute Value
xs:string
Length:
1
XML Source (see within schema source)
<xs:attribute name="accesskey" type="xh11d:Character"/>

alt
Type:
Use:
optional
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="alt" type="xh11d:Text"/>

checked
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"checked"
XML Source (see within schema source)
<xs:attribute name="checked">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="checked"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

disabled
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"disabled"
XML Source (see within schema source)
<xs:attribute name="disabled">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="disabled"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

maxlength
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger
XML Source (see within schema source)
<xs:attribute name="maxlength" type="xh11d:Number"/>

name
Type:
Use:
optional
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="name" type="xh11d:CDATA"/>

readonly
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"readonly"
XML Source (see within schema source)
<xs:attribute name="readonly">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="readonly"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

size
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger
XML Source (see within schema source)
<xs:attribute name="size" type="xh11d:Number"/>

src
Type:
Use:
optional
Attribute Value
xs:anyURI
XML Source (see within schema source)
<xs:attribute name="src" type="xh11d:URI"/>

tabindex
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger
XML Source (see within schema source)
<xs:attribute name="tabindex" type="xh11d:Number"/>

type
Type:
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"text", "password", "checkbox", "radio", "submit", "reset", "hidden", "image", "button", "file"
Default:
"text"
XML Source (see within schema source)
<xs:attribute default="text" name="type" type="xhtml.InputType.class"/>

value
Type:
Use:
optional
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="value" type="xh11d:CDATA"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.