Schema Central  >  XSLT 4.0  >  schema-for-xslt40.xsd  >  xsl:nametest
Advanced search
Need XSLT Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

xsl:nametest

A list of NameTests, as defined in the XPath 31 Recommendation. Each NameTest is either an EQName, or "*", or "prefix:*", or "*:localname", or the wildcard Q{uri}*.

Simple type information

Namespace: http://www.w3.org/1999/XSL/Transform

Schema document: schema-for-xslt40.xsd

Content

  • Union of:
      from type xsl:EQName
    • xsd:NCName
    • Type based on xsd:token
      • Pattern: [\i-[:]][\c-[:]]*:[\i-[:]][\c-[:]]*
    • Type based on xsd:token
      • Pattern: Q\{[^{}]*\}[\i-[:]][\c-[:]]*
    • Type based on xsd:token
      • Valid value
        *
    • Type based on xsd:token
      • Pattern: [\i-[:]][\c-[:]]*:\*
      • Pattern: \*:[\i-[:]][\c-[:]]*
      • Pattern: Q\{[^}]*\}\*

Used in

Type inheritance chain