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:
- 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\{[^}]*\}\*
from type xsl:EQName
Used in
- Attribute names via derived type xsl:component-tests
- Attribute elements via derived type xsl:nametests
Type inheritance chain
- xsl:nametest
- used as member of union type Type xsl:component-test
- used as item of list type Type xsl:component-tests
- used as item of list type Type xsl:nametests
- used as member of union type Type xsl:component-test


