Definition Type: ComplexType
Name: attribute-set
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: xslt.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into attribute in schema xslt_xsd Drilldown into use-attribute-sets in schema xslt_xsd Drilldown into name in schema xslt_xsdXSD Diagram of attribute-set in schema xslt_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:complexType name="attribute-set">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element name="attribute" type="attribute" />
    </xs:sequence>
    <xs:attribute name="name" type="xs:NMTOKEN" use="required" />
    <xs:attribute name="use-attribute-sets" type="xs:NMTOKENS" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
attribute xsl:attribute (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
name xsl:name Required
use-attribute-sets xsl:use-attribute-sets (Optional)
Collapse Derivation Tree:
Collapse References:
xsl:attribute-set