is-validated
($node as node()) as xs:boolean external
This function returns true if the given node has been validated, and false otherwise. |
schema-type
($item as item()) as xs:QName? external
This function returns the name of the type of the item passed as parameter. |
validate-in-place
($node as node()) external
Updating function that validates the document in place. |
declare function schema:is-validated($node as node()) as xs:boolean external
declare function schema:schema-type($item as item()) as xs:QName? external
declare function schema:validate-in-place($node as node()) external