Definition Type: Attribute
Name: ref
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:
A short-cut alternative to a nested "<ref bean='...'/>" element.
Collapse XSD Schema Diagram:
XSD Diagram of ref in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:attribute name="ref" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	A short-cut alternative to a nested "<ref bean='...'/>" element.
					]]></xsd:documentation>
    </xsd:annotation>
</xsd:attribute>