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.
class System.​Xml.​Schema.​XmlSchemaInfo
Assembly: System.Xml.ReaderWriter
Inheritance: object → XmlSchemaInfo
Implemented Interfaces
Represents the post-schema-validation infoset of a validated XML node.
Properties
public
XmlSchemaContentType
ContentType
Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaContentType" /> object that corresponds to the content type of this validated XML node.
public
bool
IsDefault
Gets or sets 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.
public
bool
IsNil
Gets or sets a value indicating if the value for this validated XML node is nil.
public
XmlSchemaSimpleType
MemberType
Gets or sets the dynamic schema type for this validated XML node.
public
XmlSchemaAttribute
SchemaAttribute
Gets or sets the compiled <see cref="T:System.Xml.Schema.XmlSchemaAttribute" /> object that corresponds to this validated XML node.
public
XmlSchemaElement
SchemaElement
Gets or sets the compiled <see cref="T:System.Xml.Schema.XmlSchemaElement" /> object that corresponds to this validated XML node.
public
XmlSchemaType
SchemaType
Gets or sets the static XML Schema Definition Language (XSD) schema type of this validated XML node.
public
XmlSchemaValidity
Validity
Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaValidity" /> value of this validated XML node.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object