Namespace: |
|
Type: |
|
Content: |
empty, 8 attributes |
Defined: |
globally in spring-context-3.0.xsd; see XML source |
Includes: |
definition of 1 attribute |
Used: |
at 1 location |
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" | |
/> |
Type Derivation Tree propertyPlaceholder (extension) ![]() |
<xsd:element name="property-placeholder"> <xsd:complexType> <xsd:complexContent> <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> |
Type: |
|
Use: |
optional |
enumeration of xsd:string |
Enumeration: |
"NEVER", "FALLBACK", "OVERRIDE" |
Default: |
"FALLBACK" |
Type Derivation Tree xsd:string (restriction) ![]() |
Derivation: |
restriction of xsd:string |
|||
Facets: |
|
<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. |