get_AttributeSchemaType()

XmlSchemaAttribute::get_AttributeSchemaType() method

Returns an XmlSchemaSimpleType object representing the type of the attribute based on the XmlSchemaAttribute::get_SchemaType or XmlSchemaAttribute::get_SchemaTypeName value of the attribute.

SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaAttribute::get_AttributeSchemaType()

Return Value

An XmlSchemaSimpleType object.

See Also