xml.ValidationAttempted

The xml.ValidationAttempted enumeration provides values for the post-schema-validation infoset properties xml.AttributeInformationItem.validation_attempted and xml.ElementInformationItem.validation_attempted.

Constants

xml.ValidationAttempted.NONE

Neither the xml.InformationItem nor any of its children or attributes were strictly assessed.

xml.ValidationAttempted.FULL

The xml.InformationItem and all its children and attributes were strictly assessed.

xml.ValidationAttempted.PARTIAL

The xml.InformationItem or any of its children or attributes was strictly assessed, but not all.