A match pattern as defined in the XSLT 2.0 Recommendation. The syntax for patterns is a restricted form of the syntax for XPath 2.0 expressions. |
<xs:simpleType name="pattern"> <xs:annotation> <xs:documentation>A match pattern as defined in the XSLT 2.0 Recommendation. The syntax for patterns is a restricted form of the syntax for XPath 2.0 expressions.</xs:documentation> </xs:annotation> <xs:restriction base="xsl:expression"/> </xs:simpleType> |