Definition Type: Element
Name: description
Namespace: http://www.springframework.org/schema/beans
Containing Schema: spring-beans-3.1.xsd
Abstract
Documentation:
Contains informative text describing the purpose of the enclosing element. Used primarily for user documentation of XML bean definition documents.
Collapse XSD Schema Diagram:
XSD Diagram of description in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="description">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	Contains informative text describing the purpose of the enclosing element.
	Used primarily for user documentation of XML bean definition documents.
			]]></xsd:documentation>
    </xsd:annotation>
    <xsd:complexType mixed="true">
        <xsd:choice minOccurs="0" maxOccurs="unbounded" />
    </xsd:complexType>
</xsd:element>