Definition Type: Attribute
Name: id
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 unique identifier for a bean. A bean id may not be used more than once within the same <beans> element.
Collapse XSD Schema Diagram:
XSD Diagram of id in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:attribute name="id" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	The unique identifier for a bean. A bean id may not be used more than once
	within the same <beans> element.
				]]></xsd:documentation>
    </xsd:annotation>
</xsd:attribute>