attributeGroup "xhtml.button.attlist" (redefined)
Namespace:
Content:
Defined:
globally in xhtml-form-1.xsd; see XML source
Includes:
definitions of 6 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
 = 
xs:string
 = 
xs:string
 = 
("button" | "submit" | "reset") : "submit"
 = 
"disabled"
 = 
xs:nonNegativeInteger
 = 
xs:string
...>
Known Usage Locations
Attribute Detail (all declarations; defined within this component only; 6/24)
accesskey
Type:
Use:
optional
Attribute Value
xs:string
Length:
1
XML Source (see within schema source)
<xs:attribute name="accesskey" type="xh11d:Character"/>

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>

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

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

type
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"button", "submit", "reset"
Default:
"submit"
XML Source (see within schema source)
<xs:attribute default="submit" name="type">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="button"/>
<xs:enumeration value="submit"/>
<xs:enumeration value="reset"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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.