Definition Type: ComplexType
Name: entryType
Namespace: http://www.springframework.org/schema/beans
Containing Schema: spring-beans-3.1.xsd
Abstract
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_xsdXSD Diagram of entryType in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:complexType name="entryType">
    <xsd:sequence>
        <xsd:element ref="key" minOccurs="0" />
        <xsd:group ref="collectionElements" />
    </xsd:sequence>
    <xsd:attribute name="key" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation><![CDATA[
	Each map element must specify its key as attribute or as child element.
	A key attribute is always a String value.
				]]></xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="key-ref" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation><![CDATA[
	A short-cut alternative to a to a "key" element with a nested
	"<ref bean='...'/>".
				]]></xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="value" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation><![CDATA[
	A short-cut alternative to a nested "<value>...</value>"
	element.
				]]></xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="value-ref" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation><![CDATA[
	A short-cut alternative to a nested "<ref bean='...'/>".
				]]></xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
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:
Collapse References:
beans:entry