temporal:axes

temporal:axes() as xs:string*

Summary

This function returns all the axis names defined in the schema databases.

Example

xquery version "1.0-ml"; 
 
import module namespace temporal = "http://marklogic.com/xdmp/temporal" 
      at "/MarkLogic/temporal.xqy";

temporal:axes() 

(: Returns the names of all of the axes in the database. :)
Powered by MarkLogic Server | Terms of Use | Privacy Policy