attributeGroup "xhtml.form.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:anyURI
 = 
("get" | "post") : "get"
 = 
xs:string
 = 
xs:string : "application/x-www-form-urlencoded"
 = 
list of xs:string
 = 
xs:string
...>
Known Usage Locations
Attribute Detail (all declarations; defined within this component only; 6/24)
accept
Type:
Use:
optional
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="accept" type="xh11d:ContentTypes"/>

accept-charset
Type:
Use:
optional
Attribute Value
list of xs:string
XML Source (see within schema source)
<xs:attribute name="accept-charset" type="xh11d:Charsets"/>

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

enctype
Type:
Use:
optional
Attribute Value
xs:string
Default:
"application/x-www-form-urlencoded"
XML Source (see within schema source)
<xs:attribute default="application/x-www-form-urlencoded" name="enctype" type="xh11d:ContentType"/>

method
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"get", "post"
Default:
"get"
XML Source (see within schema source)
<xs:attribute default="get" name="method">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="get"/>
<xs:enumeration value="post"/>
</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"/>

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.