public interface SchemaDefExpr extends PlanSchemaDef
validateDoc
operator;Modifier and Type | Method and Description |
---|---|
SchemaDefExpr |
withMode(java.lang.String mode)
Defines the mode property.
|
SchemaDefExpr |
withSchemaUri(java.lang.String schemaUri)
Defines the schema based on an existing document
in the database.
|
SchemaDefExpr withMode(java.lang.String mode)
mode
- - xmlSchema - the mode property takes a
strict, lax or type value. jsonSchema or schematron - the mode
property takes a full or strict valueSchemaDefExpr withSchemaUri(java.lang.String schemaUri)
schemaUri
- - property takes a string with the URI
of the schemaCopyright © 2024 MarkLogic Corporation. All Rights Reserved.