set_SchemaType()

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

Sets the type of the element. This can either be a complex type or a simple type.

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

Arguments

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

See Also