Enum ValidationResult
Specifies the result of the validation of a XML document against Schematron rules.
Namespace: Schematron4Net
Assembly: Schematron4Net.dll
Syntax
public enum ValidationResult
Fields
Name | Description |
---|---|
Error | Document is not valid, at least one failed assert or successful report has a role that is not classified as information or warning. |
Information | There are failed asserts or successful reports, the highest role of these asserts or reports is classified as information. |
Undefined | Not set. |
Valid | Document is valid. |
Warning | There are failed asserts or successful reports, the highest role of these asserts or reports is classified as warning. |