complexType "propertyPlaceholder"
Namespace:
Content:
empty, 7 attributes
Defined:
Includes:
definitions of 7 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:integer
 = 
xsd:boolean : "false"
 = 
xsd:boolean : "false"
 = 
xsd:boolean : "false"
/>
All Direct / Indirect Based Elements (2):
property-override, property-placeholder
Known Usage Locations
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="propertyPlaceholder">
<xsd:attribute name="location" type="xsd:string"/>
<xsd:attribute name="properties-ref" type="xsd:string"/>
<xsd:attribute name="file-encoding" type="xsd:string"/>
<xsd:attribute name="order" type="xsd:integer"/>
<xsd:attribute default="false" name="ignore-resource-not-found" type="xsd:boolean"/>
<xsd:attribute default="false" name="ignore-unresolvable" type="xsd:boolean"/>
<xsd:attribute default="false" name="local-override" type="xsd:boolean"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 7/7)
file-encoding
Type:
xsd:string, predefined
Use:
optional
Specifies the encoding to use for parsing properties files. Default is none, using the java.util.Properties default encoding. Only applies to classic properties files, not to XML files.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="file-encoding" type="xsd:string"/>

ignore-resource-not-found
Type:
xsd:boolean, predefined
Use:
optional
Specifies if failure to find the property resource location should be ignored. Default is "false", meaning that if there is no file in the location specified an exception will be raised at runtime.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignore-resource-not-found" type="xsd:boolean"/>

ignore-unresolvable
Type:
xsd:boolean, predefined
Use:
optional
Specifies if failure to find the property value to replace a key should be ignored. Default is "false", meaning that this placeholder configurer will raise an exception if it cannot resolve a key. Set to "true" to allow the configurer to pass on the key to any others in the context that have not yet visited the key in question.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignore-unresolvable" type="xsd:boolean"/>

local-override
Type:
xsd:boolean, predefined
Use:
optional
Specifies whether local properties override properties from files. Default is "false": Properties from files override local defaults.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="local-override" type="xsd:boolean"/>

location
Type:
xsd:string, predefined
Use:
optional
The location of the properties file to resolve placeholders against, as a Spring resource location: a URL, a "classpath:" pseudo URL, or a relative file path. Multiple locations may be specified, separated by commas. If neither location nor properties-ref is specified, placeholders will be resolved against system properties.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="location" type="xsd:string"/>

order
Type:
xsd:integer, predefined
Use:
optional
Specifies the order for this placeholder configurer. If more than one is present in a context the order can be important since the first one to be match a placeholder will win. Often used in conjunction with
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="order" type="xsd:integer"/>

properties-ref
Type:
xsd:string, predefined
Use:
optional
The bean name of a Java Properties object that will be used for property substitution. If neither location nor properties-ref is specified, placeholders will be resolved against system properties.
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 RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.