Definition Type: ComplexType
Name: propsType
Namespace: http://www.springframework.org/schema/beans
Type: beans:collectionType
Containing Schema: spring-beans-3.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into prop in schema spring-beans-3_1_xsd Drilldown into value-type in schema spring-beans-3_1_xsd Drilldown into collectionType in schema spring-beans-3_1_xsdXSD Diagram of propsType in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:complexType name="propsType">
    <xsd:complexContent>
        <xsd:extension base="collectionType">
            <xsd:sequence>
                <xsd:choice minOccurs="0" maxOccurs="unbounded">
                    <xsd:element ref="prop" />
                </xsd:choice>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
prop beans:prop (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
value-type beans:value-type (Optional)
Collapse Derivation Tree:
Collapse References:
beans:props