Definition Type: Element
Name: import
Namespace: http://www.springframework.org/schema/beans
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: spring-beans-3.1.xsd
Abstract
Documentation:
Specifies an XML bean definition resource to import.
Collapse XSD Schema Diagram:
Drilldown into resource in schema spring-beans-3_1_xsdXSD Diagram of import in schema spring-beans-3_1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="import">
    <xsd:annotation>
        <xsd:documentation source="java:org.springframework.core.io.Resource"><![CDATA[
	Specifies an XML bean definition resource to import.
			]]></xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:restriction base="xsd:anyType">
                <xsd:attribute name="resource" type="xsd:string" use="required">
                    <xsd:annotation>
                        <xsd:documentation><![CDATA[
	The relative resource location of the XML (bean definition) file to import,
	for example "myImport.xml" or "includes/myImport.xml" or "../myImport.xml".
							]]></xsd:documentation>
                    </xsd:annotation>
                </xsd:attribute>
            </xsd:restriction>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
resource beans:resource Required
<anyAttribute>