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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

xsl:named-function-reference

In simple terms, this is an EQName followed by "#arity" where "arity" is a non-negative integer. However, XSD doesn't allow us to reuse the definition of EQName in this way, so it has to be defined from scratch. The simplest way to do this is with an assertion. However, the assertion cannot exploit types such as xsl:EQName defined in this schema

Simple type information

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

Schema document: schema-for-xslt40.xsd

Content

  • Type based on xsd:token
    • Pattern: ((Q\{.*\})|([\i-[:]][\c-[:]]*:))?[\i-[:]][\c-[:]]*#[0-9]+

Used in

Type inheritance chain