Definition Type: Element
Name: entry
Namespace: http://www.springframework.org/schema/beans
Type: beans:entryType
Containing Schema: spring-beans-3.1.xsd
Abstract
Documentation:
A map entry can be an inner bean, ref, value, or collection. The key of the entry is given by the "key" attribute or child element.
Collapse XSD Schema Diagram:
Drilldown into props in schema spring-beans-3_1_xsd Drilldown into map in schema spring-beans-3_1_xsd Drilldown into set in schema spring-beans-3_1_xsd Drilldown into list in schema spring-beans-3_1_xsd Drilldown into array in schema spring-beans-3_1_xsd Drilldown into null in schema spring-beans-3_1_xsd Drilldown into value in schema spring-beans-3_1_xsd Drilldown into idref in schema spring-beans-3_1_xsd Drilldown into ref in schema spring-beans-3_1_xsd Drilldown into bean in schema spring-beans-3_1_xsd Drilldown into description in schema spring-beans-3_1_xsd Drilldown into collectionElements in schema spring-beans-3_1_xsd Drilldown into key in schema spring-beans-3_1_xsd Drilldown into value-ref in schema spring-beans-3_1_xsd Drilldown into value in schema spring-beans-3_1_xsd Drilldown into key-ref in schema spring-beans-3_1_xsd Drilldown into key in schema spring-beans-3_1_xsd Drilldown into entryType in schema spring-beans-3_1_xsdXSD Diagram of entry in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="entry" type="entryType">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	A map entry can be an inner bean, ref, value, or collection.
	The key of the entry is given by the "key" attribute or child element.
			]]></xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
key beans:key 0 (1)
description beans:description 0 (1)
bean beans:bean (1) (1)
ref beans:ref (1) (1)
idref beans:idref (1) (1)
value beans:value (1) (1)
null beans:null (1) (1)
array beans:array (1) (1)
list beans:list (1) (1)
set beans:set (1) (1)
map beans:map (1) (1)
props beans:props (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:group> beans:collectionElements (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
key beans:key (Optional)
key-ref beans:key-ref (Optional)
value beans:value (Optional)
value-ref beans:value-ref (Optional)
Collapse Derivation Tree: