The remaining Entity Services API is a function that enables you to validate an existing model. For details, see the Entity Services Developer's Guide.
To use the es
module as part of your own XQuery module,
include the following line in your XQuery prolog:
import module namespace es = "http://marklogic.com/entity-services"
at "/MarkLogic/entity-services/entity-services.xqy";
The library namespace prefix es
is not predefined
in the server.
Function name | Description |
---|---|
es:model-validate | Validates an entity services model descriptor. |