element <props> (global)
Namespace:
Type:
anonymous complexType (extension of propsType)
Content:
complex, 2 attributes, 2 elements
Defined:
globally in spring-beans.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<props
   
 = 
xsd:string
 = 
("default" | "true" | "false") : "default"
    >
   
Content: 
prop*
</props>
Content model elements (2):
prop, prop
Included in content model of elements (16):
array, array, constructor-arg, constructor-arg, context-property, entry, entry, key, key, list, list, property, property, recipients, set, set
Annotation
Props elements differ from map elements in that values must be strings. Props may be empty.
Anonymous Type Detail
Type Derivation Tree
collectionType (extension)
  propsType (extension)
      complexType
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="props">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="propsType">
<xsd:attribute default="default" name="merge" type="defaultable-boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 1/2)
merge
Type:
Use:
optional
Enables/disables merging for collections when using parent/child beans.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"default", "true", "false"
Default:
"default"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="default" name="merge" type="defaultable-boolean"/>

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.