Definition Type: Element
Name: props
Namespace: http://www.springframework.org/schema/beans
Type: beans:propsType
Containing Schema: spring-beans-3.1.xsd
Abstract
Documentation:
Props elements differ from map elements in that values must be strings. Props may be empty.
Collapse XSD Schema Diagram:
Drilldown into prop 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 propsType in schema spring-beans-3_1_xsd Drilldown into merge in schema spring-beans-3_1_xsdXSD Diagram of props in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="props">
    <xsd:annotation>
        <xsd:documentation><![CDATA[
	Props elements differ from map elements in that values must be strings.
	Props may be empty.
			]]></xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="propsType">
                <xsd:attribute name="merge" default="default" type="defaultable-boolean">
                    <xsd:annotation>
                        <xsd:documentation><![CDATA[
	Enables/disables merging for collections when using parent/child beans.
							]]></xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
prop beans:prop (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
value-type beans:value-type (Optional)
merge beans:merge default (Optional)
Collapse Derivation Tree: