System::Xml::Schema::XmlSchemaElement::get_SchemaType method

XmlSchemaElement::get_SchemaType method

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

SharedPtr<XmlSchemaType> System::Xml::Schema::XmlSchemaElement::get_SchemaType()

ReturnValue

The type of the element.

See Also