http://www.springframework.org/schema/beans
group collectionElements

Properties
This component is not nillable.

Model

(description?, (bean | ref | idref | value | null | array | list | set | map | props | (any element from any other namespace)*)* )


Nested Element Summary
 array
          
 bean
          
 description
          
 idref
          
 list
          
 map
          
 null
          
 props
          
 ref
          
 set
          
 value
          
Source
<xsd:group name="collectionElements">
<xsd:sequence>
<xsd:element minOccurs="0" ref="description"/>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element ref="bean"/>
<xsd:element ref="ref"/>
<xsd:element ref="idref"/>
<xsd:element ref="value"/>
<xsd:element ref="null"/>
<xsd:element ref="array"/>
<xsd:element ref="list"/>
<xsd:element ref="set"/>
<xsd:element ref="map"/>
<xsd:element ref="props"/>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict"/>
</xsd:choice>
</xsd:sequence>
</xsd:group>


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