
temporal:axes() as xs:string*
This function returns all the axis names defined in the schema databases.
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. :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.