Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IXmlSchemaInfo Interface

 

Defines the post-schema-validation infoset of a validated XML node.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public interface IXmlSchemaInfo

NameDescription
System_CAPS_pubpropertyIsDefault

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.

System_CAPS_pubpropertyIsNil

Gets a value indicating if the value for this validated XML node is nil.

System_CAPS_pubpropertyMemberType

Gets the dynamic schema type for this validated XML node.

System_CAPS_pubpropertySchemaAttribute

Gets the compiled XmlSchemaAttribute that corresponds to this validated XML node.

System_CAPS_pubpropertySchemaElement

Gets the compiled XmlSchemaElement that corresponds to this validated XML node.

System_CAPS_pubpropertySchemaType

Gets the static XML Schema Definition Language (XSD) schema type of this validated XML node.

System_CAPS_pubpropertyValidity

Gets the XmlSchemaValidity value of this validated XML node.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft