xml.SchemaSpecified

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

Constants

xml.SchemaSpecified.NONE

Schema valditiy for the element or attribute wasn’t assessed.

xml.SchemaSpecified.INFOSET

The schema normalized value of this element or attribute originates from the instance.

xml.SchemaSpecified.SCHEMA

The schema normalized value of this element or attribute originates from a value constraint (default value) in the schema.