Loading TOC...

view:schemas

view:schemas() as element(view:schema)*

Summary

This function returns all of the schema specifications.

Example

  xquery version "1.0-ml"; 
 
  import module namespace view = "http://marklogic.com/xdmp/view" 
      at "/MarkLogic/views.xqy";
 
  view:schemas()

  (: Returns all of the schema specifications. :)
     

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.