Definition Type: Element
Name: analyze-string
Namespace: http://www.w3.org/1999/XSL/Transform
Type: xsl:element-only-versioned-element-type
Containing Schema: schema-for-xslt20.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fallback in schema schema-for-xslt20_xsd Drilldown into non-matching-substring in schema schema-for-xslt20_xsd Drilldown into matching-substring in schema schema-for-xslt20_xsd 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_xsd Drilldown into version in schema schema-for-xslt20_xsd Drilldown into element-only-versioned-element-type in schema schema-for-xslt20_xsd Drilldown into flags in schema schema-for-xslt20_xsd Drilldown into regex in schema schema-for-xslt20_xsd Drilldown into select in schema schema-for-xslt20_xsdXSD Diagram of analyze-string in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:element name="analyze-string" substitutionGroup="xsl:instruction">
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="xsl:element-only-versioned-element-type">
                <xs:sequence>
                    <xs:element ref="xsl:matching-substring" minOccurs="0" />
                    <xs:element ref="xsl:non-matching-substring" minOccurs="0" />
                    <xs:element ref="xsl:fallback" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
                <xs:attribute name="select" type="xsl:expression" use="required" />
                <xs:attribute name="regex" type="xsl:avt" use="required" />
                <xs:attribute name="flags" type="xsl:avt" default="" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
matching-substring xsl:matching-substring 0 (1)
non-matching-substring xsl:non-matching-substring 0 (1)
fallback xsl:fallback 0 unbounded
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)
version xsl:version Optional
select xsl:select Required
regex xsl:regex Required
flags xsl:flags (Optional)
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsl:instruction