http://www.springframework.org/schema/beans
element entry

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.
			
Properties
This component is not nillable.

Model
<entry
  key = xsd:string
  key-ref = xsd:string
  value = xsd:string
  value-ref = xsd:string>
(key?, (description?, (bean | ref | idref | value | null | array | list | set | map | props | (any element from any other namespace)*)* ) )
</entry>


Nested Element Summary
 array
          
 bean
          
 description
          
 idref
          
 key
          
 list
          
 map
          
 null
          
 props
          
 ref
          
 set
          
 value
          

Attribute Summary
 xsd:stringkey
          Each map element must specify its key as attribute or as child element. 
 xsd:stringkey-ref
           A short-cut alternative to a to a "key" element with a nested "<ref bean='...'/>".  
 xsd:stringvalue
           A short-cut alternative to a nested "<value>...</value>" element.  
 xsd:stringvalue-ref
           A short-cut alternative to a nested "<ref bean='...'/>".  

Attribute Detail

key

Each map element must specify its key as attribute or as child element. A key attribute is always a String value.

Type:
xsd:string
Use:
optional
Form:
unqualified

key-ref

A short-cut alternative to a to a "key" element with a nested "<ref bean='...'/>".

Type:
xsd:string
Use:
optional
Form:
unqualified

value

A short-cut alternative to a nested "<value>...</value>" element.

Type:
xsd:string
Use:
optional
Form:
unqualified

value-ref

A short-cut alternative to a nested "<ref bean='...'/>".

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="entry" type="entryType">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.