set_SchemaType()

XmlSchemaAttribute::set_SchemaType(const SharedPtr<XmlSchemaSimpleType>&) method

Sets the attribute type to a simple type.

void System::Xml::Schema::XmlSchemaAttribute::set_SchemaType(const SharedPtr<XmlSchemaSimpleType> &value)

Arguments

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

See Also