Definition Type: Attribute
Name: method
Namespace: http://www.w3.org/1999/xhtml
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: xhtml1-strict.xsd
ContentType Restriction
Default get
Use (Optional)
Collapse XSD Schema Diagram:
XSD Diagram of method in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:attribute name="method" default="get">
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:enumeration value="get" />
            <xs:enumeration value="post" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration get
Enumeration post