ValidationLevel ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Specifies which level of validation to use when validation processes are run.
Inheritance Hierarchy

System Object
  Object
    Enum
      com.deltaxml.cores9api.config ValidationLevel

Namespace: com.deltaxml.cores9api.config
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

[SerializableAttribute]
public sealed class ValidationLevel : Enum
Remarks

Specifies which level of validation to use when validation processes are run.

One example of validation is to validate tables found in the input documents. This is performed to ensure that the subsequent table processing stages will not encounter errors due to invalid tables. Some validation errors in the input are know to cause no issue with table processing and so setting that validation to use a level of com.deltaxml.cores9api.config.ValidationLevel.RELAXED would not prevent processing from running if those particular invalidities were encountered.

See Also