Definition Type: Element
Name: map
Namespace: http://www.springframework.org/schema/beans
Type: beans:mapType
Containing Schema: spring-beans-3.1.xsd
Abstract
Documentation:
A mapping from a key to an object. Maps may be empty.
Collapse XSD Schema Diagram:
Drilldown into entry in schema spring-beans-3_1_xsd Drilldown into description in schema spring-beans-3_1_xsd Drilldown into value-type in schema spring-beans-3_1_xsd Drilldown into collectionType in schema spring-beans-3_1_xsd Drilldown into key-type in schema spring-beans-3_1_xsd Drilldown into mapType in schema spring-beans-3_1_xsd Drilldown into merge in schema spring-beans-3_1_xsdXSD Diagram of map in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="map">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	A mapping from a key to an object. Maps may be empty.
			]]></xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="mapType">
                <xsd:attribute name="merge" default="default" type="defaultable-boolean">
                    <xsd:annotation>
                        <xsd:documentation><![CDATA[
	Enables/disables merging for collections when using parent/child beans.
							]]></xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description beans:description 0 (1)
entry beans:entry (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
value-type beans:value-type (Optional)
key-type beans:key-type (Optional)
merge beans:merge default (Optional)
Collapse Derivation Tree: