Definition Type: ComplexType
Name: generic-element-type
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: schema-for-xslt20.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into xpath-default-namespace in schema schema-for-xslt20_xsd Drilldown into use-when in schema schema-for-xslt20_xsd Drilldown into extension-element-prefixes in schema schema-for-xslt20_xsd Drilldown into exclude-result-prefixes in schema schema-for-xslt20_xsd Drilldown into default-collation in schema schema-for-xslt20_xsdXSD Diagram of generic-element-type in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:complexType name="generic-element-type" mixed="true">
    <xs:attribute name="default-collation" type="xsl:uri-list" />
    <xs:attribute name="exclude-result-prefixes" type="xsl:prefix-list-or-all" />
    <xs:attribute name="extension-element-prefixes" type="xsl:prefix-list" />
    <xs:attribute name="use-when" type="xsl:expression" />
    <xs:attribute name="xpath-default-namespace" type="xs:anyURI" />
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
default-collation xsl:default-collation (Optional)
exclude-result-prefixes xsl:exclude-result-prefixes (Optional)
extension-element-prefixes xsl:extension-element-prefixes (Optional)
use-when xsl:use-when (Optional)
xpath-default-namespace xsl:xpath-default-namespace (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsl:declaration, xsl:outputxsl:versioned-element-type,