http://www.springframework.org/schema/beans
element prop

Documentation
	The string value of the property. Note that whitespace is trimmed
	off to avoid unwanted whitespace caused by typical XML formatting.
			
Properties
This component is not nillable.

Model
<prop
  key = xsd:string>
*
</prop>


Attribute Summary
 xsd:stringkey
           The key of the property entry.  

Attribute Detail

key

The key of the property entry.

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:element name="prop">
<xsd:complexType mixed="true">
<xsd:choice maxOccurs="unbounded" minOccurs="0"/>
<xsd:attribute name="key" type="xsd:string" use="required">
</xsd:attribute>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.