Definition Type: ComplexType
Name: mapType
Namespace: http://www.springframework.org/schema/beans
Type: beans:collectionType
Containing Schema: spring-beans-3.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into entry in schema spring-beans-3_1_xsd Drilldown into description in schema spring-beans-3_1_xsd Drilldown into value-type in schema spring-beans-3_1_xsd Drilldown into collectionType in schema spring-beans-3_1_xsd Drilldown into key-type in schema spring-beans-3_1_xsdXSD Diagram of mapType in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:complexType name="mapType">
    <xsd:complexContent>
        <xsd:extension base="collectionType">
            <xsd:sequence>
                <xsd:element ref="description" minOccurs="0" />
                <xsd:choice minOccurs="0" maxOccurs="unbounded">
                    <xsd:element ref="entry" />
                </xsd:choice>
            </xsd:sequence>
            <xsd:attribute name="key-type" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation source="java:java.lang.Class"><![CDATA[
	The default Java type for nested entry keys. Must be a fully qualified
	class name.
						]]></xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description beans:description 0 (1)
entry beans:entry (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
value-type beans:value-type (Optional)
key-type beans:key-type (Optional)
Collapse Derivation Tree:
Collapse References:
beans:map