element <property-placeholder>
Namespace:
Type:
Content:
empty, 8 attributes
Defined:
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<property-placeholder
    location
 = 
xsd:string
    properties-ref
 = 
xsd:string
    file-encoding
 = 
xsd:string
    order
 = 
xsd:integer
    ignore-resource-not-found
 = 
xsd:boolean : "false"
    ignore-unresolvable
 = 
xsd:boolean : "false"
    local-override
 = 
xsd:boolean : "false"
    system-properties-mode
 = 
("NEVER" | "FALLBACK" | "OVERRIDE") : "FALLBACK"
/>
Included in content model of elements (1):
Known Usage Locations
Annotation
Activates replacement of ${...} placeholders, resolved against the specified properties file or Properties object (if any). Falls back to resolving placeholders against JVM system properties. Alternatively, define a parameterized PropertyPlaceholderConfigurer bean in the context.
Anonymous Type Detail
Type Derivation Tree
  complexType
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="property-placeholder">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="propertyPlaceholder">
<xsd:attribute default="FALLBACK" name="system-properties-mode">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="NEVER"/>
<xsd:enumeration value="FALLBACK"/>
<xsd:enumeration value="OVERRIDE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 1/8)
system-properties-mode
Type:
anonymous (restriction of xsd:string)
Use:
optional
Attribute Value
enumeration of xsd:string
Enumeration:
"NEVER", "FALLBACK", "OVERRIDE"
Default:
"FALLBACK"
Anonymous simpleType
Type Derivation Tree
xsd:string (restriction)
  simpleType
Derivation:
restriction of xsd:string
Facets:
enumeration:
"NEVER", "FALLBACK", "OVERRIDE"
XML Source (see within schema source)
<xsd:attribute default="FALLBACK" name="system-properties-mode">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="NEVER"/>
<xsd:enumeration value="FALLBACK"/>
<xsd:enumeration value="OVERRIDE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

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.