xml.Validity¶
The xml.Validity enumeration provides values for the post-schema-validation infoset properties
xml.AttributeInformationItem.validity and xml.ElementInformationItem.validity.
Constants¶
- xml.Validity.NOTKNOWN
Validity is not known. Most likely the xml.ElementInformationItem or xml.AttributeInformationItem was laxly assessed.
- xml.Validity.VALID
The xml.ElementInformationItem or xml.AttributeInformationItem was strictly assessed and it is valid.
- xml.Validity.INVALID
The xml.ElementInformationItem or xml.AttributeInformationItem was strictly assessed and it is invalid.