This documentation is archived and is not being maintained.
IXmlSchemaInfo Interface
Visual Studio 2010
Defines the post-schema-validation infoset of a validated XML node.
Assembly: System.Xml (in System.Xml.dll)
The IXmlSchemaInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
![]() ![]() | 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 XmlSchemaAttribute that corresponds to this validated XML node. |
![]() ![]() | SchemaElement | Gets the compiled 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 XmlSchemaValidity value of this validated XML node. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
