simpleType "xsl:expression"
Namespace:
Defined:
Used:
at 27 locations
Simple Content Model
xs:token
Simple Content Restrictions:
Pattern:
.+

Known Direct Subtypes (1):
xsl:pattern
All Direct / Indirect Based Attributes (32):
xsl:analyze-string/@select,
xsl:apply-templates/@select,
xsl:attribute/@select,
xsl:comment/@select,
xsl:copy-of/@select,
xsl:for-each-group/@group-adjacent,
xsl:for-each-group/@group-by,
xsl:for-each-group/@group-ending-with,
xsl:for-each-group/@group-starting-with,
xsl:for-each-group/@select,
xsl:for-each/@select,
xsl:generic-element-type/@use-when,
xsl:if/@test,
xsl:key/@match,
xsl:key/@use,
xsl:literal-result-element-attributes/@xsl:use-when,
xsl:message/@select,
xsl:namespace/@select,
xsl:number/@count,
xsl:number/@from,
xsl:number/@select,
xsl:number/@value,
xsl:param/@select,
xsl:perform-sort/@select,
xsl:processing-instruction/@select,
xsl:sequence/@select,
xsl:sort/@select,
xsl:template/@match,
xsl:value-of/@select,
xsl:variable/@select,
xsl:when/@test,
xsl:with-param/@select
Known Usage Locations
Annotation
An XPath 2.0 expression.
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xsl:expression
Derivation:
restriction of xs:token
Facets:
pattern:
.+
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="expression">
<xs:restriction base="xs:token">
<xs:pattern value=".+"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.