System::Xml::Schema::IXmlSchemaInfo class

IXmlSchemaInfo class

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

class IXmlSchemaInfo : public virtual System::Object

Methods

MethodDescription
virtual get_IsDefault()Returns 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.
virtual get_IsNil()Returns a value indicating if the value for this validated XML node is nil.
virtual get_MemberType()Returns the dynamic schema type for this validated XML node.
virtual get_SchemaAttribute()Returns the compiled XmlSchemaAttribute that corresponds to this validated XML node.
virtual get_SchemaElement()Returns the compiled XmlSchemaElement that corresponds to this validated XML node.
virtual get_SchemaType()Returns the static XML Schema Definition Language (XSD) schema type of this validated XML node.
virtual get_Validity()Returns the XmlSchemaValidity value of this validated XML node.

See Also