Definition Type: ComplexType
Name: propertyType
Namespace: http://www.springframework.org/schema/beans
Containing Schema: spring-beans-3.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into props in schema spring-beans-3_1_xsd Drilldown into map in schema spring-beans-3_1_xsd Drilldown into set in schema spring-beans-3_1_xsd Drilldown into list in schema spring-beans-3_1_xsd Drilldown into array in schema spring-beans-3_1_xsd Drilldown into null in schema spring-beans-3_1_xsd Drilldown into value in schema spring-beans-3_1_xsd Drilldown into idref in schema spring-beans-3_1_xsd Drilldown into ref in schema spring-beans-3_1_xsd Drilldown into bean in schema spring-beans-3_1_xsd Drilldown into meta in schema spring-beans-3_1_xsd Drilldown into description in schema spring-beans-3_1_xsd Drilldown into value in schema spring-beans-3_1_xsd Drilldown into ref in schema spring-beans-3_1_xsd Drilldown into name in schema spring-beans-3_1_xsdXSD Diagram of propertyType in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:complexType name="propertyType">
    <xsd:sequence>
        <xsd:element ref="description" minOccurs="0" />
        <xsd:choice minOccurs="0" maxOccurs="1">
            <xsd:element ref="meta" />
            <xsd:element ref="bean" />
            <xsd:element ref="ref" />
            <xsd:element ref="idref" />
            <xsd:element ref="value" />
            <xsd:element ref="null" />
            <xsd:element ref="array" />
            <xsd:element ref="list" />
            <xsd:element ref="set" />
            <xsd:element ref="map" />
            <xsd:element ref="props" />
            <xsd:any namespace="##other" processContents="strict" />
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="name" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation><![CDATA[
	The name of the property, following JavaBean naming conventions.
				]]></xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ref" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation><![CDATA[
	A short-cut alternative to a nested "<ref bean='...'/>".
				]]></xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="value" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation><![CDATA[
	A short-cut alternative to a nested "<value>...</value>" element.
				]]></xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description beans:description 0 (1)
meta beans:meta (1) (1)
bean beans:bean (1) (1)
ref beans:ref (1) (1)
idref beans:idref (1) (1)
value beans:value (1) (1)
null beans:null (1) (1)
array beans:array (1) (1)
list beans:list (1) (1)
set beans:set (1) (1)
map beans:map (1) (1)
props beans:props (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
name beans:name Required
ref beans:ref (Optional)
value beans:value (Optional)
Collapse Derivation Tree:
Collapse References:
beans:property