set_SchemaTypeName()

XmlSchemaElement::set_SchemaTypeName(const SharedPtr<XmlQualifiedName>&) method

Sets the name of a built-in data type defined in this schema or another schema indicated by the specified namespace.

void System::Xml::Schema::XmlSchemaElement::set_SchemaTypeName(const SharedPtr<XmlQualifiedName> &value)

Arguments

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

See Also