Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​Xml.​Schema.​IXmlSchemaInfo
Assembly: System.Xml.ReaderWriter
Defines the post-schema-validation infoset of a validated XML node.
Properties
bool
IsDefault
Gets a value indicating if this validated XML node was set as the result of a default being applied during XML Schema Definition Language (XSD) schema validation.
bool
IsNil
Gets a value indicating if the value for this validated XML node is nil.
MemberType
Gets the dynamic schema type for this validated XML node.
SchemaAttribute
Gets the compiled <see cref="T:System.Xml.Schema.XmlSchemaAttribute" /> that corresponds to this validated XML node.
SchemaElement
Gets the compiled <see cref="T:System.Xml.Schema.XmlSchemaElement" /> that corresponds to this validated XML node.
SchemaType
Gets the static XML Schema Definition Language (XSD) schema type of this validated XML node.
Validity
Gets the <see cref="T:System.Xml.Schema.XmlSchemaValidity" /> value of this validated XML node.