element <prop> (global)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 1 attribute
Defined:
globally in spring-beans.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<prop
   
 = 
xsd:string
    >
   
Content: 
{text}
</prop>
Included in content model of elements (2):
props, props
Annotation
The string value of the property. Note that whitespace is trimmed off to avoid unwanted whitespace caused by typical XML formatting.
XML Source (w/o annotations (2); see within schema 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:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
key
Type:
xsd:string, predefined
Use:
required
The key of the property entry.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="key" type="xsd:string" use="required"/>

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.