ViolationSeverity
: string
in package
Severity levels for conformance violations.
Error means the document is non-compliant and will fail strict validation. Warning is advisory -- the document may still be accepted by some validators but the practice is discouraged by the relevant ISO standard.
Table of Contents
Cases
- Error = 'error'
- Hard failure — the document does not conform.
- Warning = 'warning'
- Advisory — potential conformance issue that may pass some validators.
Cases
Error
Hard failure — the document does not conform.
Warning
Advisory — potential conformance issue that may pass some validators.