
p:collection() as xs:string
Return the name of the collection in which pipelines are stored.
xquery version "1.0-ml";
import module namespace p = "http://marklogic.com/cpf/pipelines"
at "/MarkLogic/cpf/pipelines.xqy";
p:collection()
==> returns "http://marklogic.com/cpf/pipelines"