Loading TOC...

MarkLogic 12 Product Documentation
es functions (Entity Services API)

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.

1 function
Function name Description
es:model-validate Validates an entity services model descriptor.