Definition Type: Group
Name: beanElements
Namespace: http://www.springframework.org/schema/beans
Containing Schema: spring-beans-3.1.xsd
Collapse XSD Schema Diagram:
Drilldown into replaced-method in schema spring-beans-3_1_xsd Drilldown into lookup-method in schema spring-beans-3_1_xsd Drilldown into qualifier in schema spring-beans-3_1_xsd Drilldown into property in schema spring-beans-3_1_xsd Drilldown into constructor-arg in schema spring-beans-3_1_xsd Drilldown into meta in schema spring-beans-3_1_xsd Drilldown into description in schema spring-beans-3_1_xsdXSD Diagram of beanElements in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:group name="beanElements">
    <xsd:sequence>
        <xsd:element ref="description" minOccurs="0" />
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="meta" />
            <xsd:element ref="constructor-arg" />
            <xsd:element ref="property" />
            <xsd:element ref="qualifier" />
            <xsd:element ref="lookup-method" />
            <xsd:element ref="replaced-method" />
            <xsd:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded" />
        </xsd:choice>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description beans:description 0 (1)
meta beans:meta (1) (1)
constructor-arg beans:constructor-arg (1) (1)
property beans:property (1) (1)
qualifier beans:qualifier (1) (1)
lookup-method beans:lookup-method (1) (1)
replaced-method beans:replaced-method (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded