set_SchemaType()

XmlSchemaInfo::set_SchemaType(const SharedPtr<XmlSchemaType>&) method

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

void System::Xml::Schema::XmlSchemaInfo::set_SchemaType(const SharedPtr<XmlSchemaType> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<XmlSchemaType>&The value to set.

See Also