element <property-override>
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
never
Content Model Diagram
XML Representation Summary
<property-override
    location
 = 
xsd:string
    properties-ref
 = 
xsd:string
/>
Annotation
Activates pushing of override values into bean properties, based on configuration lines of the following format: beanName.property=value
XML Source (w/o annotations (3); see within schema source)
<xsd:element name="property-override">
<xsd:complexType>
<xsd:attribute name="location" type="xsd:string"/>
<xsd:attribute name="properties-ref" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
location
Type:
xsd:string, predefined
Use:
optional
The location of the properties file to read property overrides from, as a Spring resource location: a URL, a "classpath:" pseudo URL, or a relative file path. Multiple locations may be specified, separated by commas.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="location" type="xsd:string"/>

properties-ref
Type:
xsd:string, predefined
Use:
optional
The bean name of a Java Properties object that will be used for property overrides.
See:  java:java.util.Properties
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="properties-ref" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.