ValidationErrorType Enumeration
The type of the validation error.
Namespace: DocumentFormat.OpenXml.Validation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ValidationErrorType
'Usage
Dim instance As ValidationErrorType
public enum ValidationErrorType
Members
Member name | Description | |
---|---|---|
Schema | Schema validation error. | |
Semantic | Semantic validation error. | |
Package | Package structure validation error. | |
MarkupCompatibility | Markup Compatibility validation error. |