http://www.springframework.org/schema/beans
complexType listOrSetType

{http://www.w3.org/2001/XMLSchema}anyType
  {http://www.springframework.org/schema/beans}baseCollectionType
      {http://www.springframework.org/schema/beans}typedCollectionType
          {http://www.springframework.org/schema/beans}listOrSetType

Model
<...
  merge = "default" | "true" | "false"
  value-type = string
>
(bean | ref | idref | value | null | list | set | map | props | (any element from any namespace other than http://www.springframework.org/schema/beans))*
</...>
Prohibited substitutions (block)
allowed to substitute with an xsi:type attribute with any derived type
Content Type
element-only content, not nillable.
This type can be derived by extension or restriction.
Usage
list, set

Nested Element Summary
sequence
collectionElements
choice
0...∞
anonymous type derived from identifiedTypebean
          Defines a single (usually named) bean.
anonymous type derived from anyTyperef
           Defines a reference to another bean in this factory or an external factory (parent or included factory).
anonymous type derived from anyTypeidref
          The id of another bean in this factory or an external factory (parent or included factory).
anonymous type derived from anyTypevalue
          Contains a string representation of a property value.
anonymous type derived from anyTypenull
          Denotes a Java null value.
listOrSetTypelist
          A list can contain multiple inner bean, ref, collection, or value elements.
listOrSetTypeset
          A set can contain multiple inner bean, ref, collection, or value elements.
mapTypemap
          A mapping from a key to an object.
propsTypeprops
          Props elements differ from map elements in that values must be strings.


Attribute Summary
defaultable-booleanmerge
           Enables/disables merging for collections when using parent/child beans.
stringvalue-type
          The default Java type for nested values.

Attribute Detail

merge

Documentation
	Enables/disables merging for collections when using parent/child beans.
				
Definition

Defined with global type defaultable-boolean

Model
"default" | "true" | "false"
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

value-type

Documentation
	The default Java type for nested values. Must be a fully qualified
	class name.
						
See also
java:java.lang.Class
Definition

Defined with global type string

Model
string
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse