Definition Type: Attribute
Name: local
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 name of the referenced bean. The value must be a bean ID and will be checked by the Spring container. This is therefore the preferred technique for referencing beans within the same bean factory XML file.
Collapse XSD Schema Diagram:
XSD Diagram of local in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:attribute name="local" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	The name of the referenced bean. The value must be a bean ID and will be
	checked by the Spring container. This is therefore the preferred technique
	for referencing beans within the same bean factory XML file.
							]]></xsd:documentation>
    </xsd:annotation>
</xsd:attribute>