PhoenixmlDb.XQuery
ValidationMode
Validation mode for the validate expression.
#ValidationMode
Namespace: PhoenixmlDb.XQuery
Validation mode for the validate expression.
#Fields
| Name | Description |
|---|---|
Lax
|
validate lax { ... } — validate if a declaration is found, pass through if not. |
Strict
|
validate strict { ... } — the element must match a global element declaration. This is the default mode when no keyword is specified. |
Type
|
validate type T { ... } — validate against the named type T. |