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

Known Direct Subtypes (1):
All Direct / Indirect Based Attributes (32):
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 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.