
schematron:delete( $schematron-uri as xs:string ) as empty-sequence()
This function deletes the Schematron schema from the schema database and, if found, the validator XSLT from the modules database.
| Parameters | |
|---|---|
| schematron-uri | The URI of the Schematron schema in the schema database. |
xquery version "1.0-ml";
import module namespace schematron = "http://marklogic.com/xdmp/schematron"
at "/MarkLogic/schematron/schematron.xqy";
schematron:delete("/userSchema.sch")
==>
empty sequence
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.