System::Xml::Schema::XmlSchemaAttribute::set_SchemaTypeName method

XmlSchemaAttribute::set_SchemaTypeName method

Sets the name of the simple type defined in this schema (or another schema indicated by the specified namespace).

void System::Xml::Schema::XmlSchemaAttribute::set_SchemaTypeName(const SharedPtr<XmlQualifiedName> &value)
ParameterTypeDescription
valueconst SharedPtr<XmlQualifiedName>&The value to set.

See Also