Definition Type: Attribute
Name: value-type
Namespace: http://www.springframework.org/schema/beans
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: spring-beans-3.1.xsd
Use (Optional)
Documentation:
The default Java type for nested values. Must be a fully qualified class name.
Collapse XSD Schema Diagram:
XSD Diagram of value-type in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:attribute name="value-type" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation source="java:java.lang.Class"><![CDATA[
	The default Java type for nested values. Must be a fully qualified
	class name.
				]]></xsd:documentation>
    </xsd:annotation>
</xsd:attribute>