element <xsl:analyze-string> (global)
Namespace:
Type:
Content:
complex, 9 attributes, attr. wildcard, 3 elements
Subst.Gr:
substitutes for xsl:instruction
Defined:
Includes:
definitions of 3 attributes, 3 elements
Used:
never
Component Diagram
XML Representation Summary
<xsl:analyze-string
   
 = 
list of xs:anyURI
 = 
(list of (xs:NCName | "#default") | "#all")
 = 
list of (xs:NCName | "#default")
 = 
 = 
 = 
 = 
 = 
 = 
   
   
>
   
Content: 
</xsl:analyze-string>
May be included in elements by substitutions (26):
Anonymous Type Detail
Type Derivation Tree
  xsl:versioned-element-type (restriction)
          complexType
XML Source (see within schema source)
<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 minOccurs="0" ref="xsl:matching-substring"/>
<xs:element minOccurs="0" ref="xsl:non-matching-substring"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="xsl:fallback"/>
</xs:sequence>
<xs:attribute name="select" type="xsl:expression" use="required"/>
<xs:attribute name="regex" type="xsl:avt" use="required"/>
<xs:attribute default="" name="flags" type="xsl:avt"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 3/10)
flags
Type:
Use:
optional
Attribute Value
Default:
""
XML Source (see within schema source)
<xs:attribute default="" name="flags" type="xsl:avt"/>

regex
Type:
Use:
required
Attribute Value
XML Source (see within schema source)
<xs:attribute name="regex" type="xsl:avt" use="required"/>

select
Type:
Use:
required
Attribute Value
Pattern:
.+
XML Source (see within schema source)
<xs:attribute name="select" type="xsl:expression" use="required"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
xsl:fallback
Type:
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="xsl:fallback"/>

xsl:matching-substring
Type:
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xsl:matching-substring"/>

xsl:non-matching-substring
Type:
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xsl:non-matching-substring"/>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.