Definition Type: Attribute
Name: class
Namespace: http://www.springframework.org/schema/beans
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: spring-beans-3.1.xsd
Use (Optional)
Documentation:
The fully qualified name of the bean's class, except if it serves only as a parent definition for child bean definitions.
Collapse XSD Schema Diagram:
XSD Diagram of class in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:attribute name="class" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation source="java:java.lang.Class"><![CDATA[
	The fully qualified name of the bean's class, except if it serves only
	as a parent definition for child bean definitions.
				]]></xsd:documentation>
    </xsd:annotation>
</xsd:attribute>