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

Documentation
	Specifies an XML bean definition resource to import.
			
Properties
This component is not nillable.

Model
<import
  resource = xsd:string>

</import>


Attribute Summary
 xsd:stringresource
           The relative resource location of the XML (bean definition) file to import, for example "myImport.xml" or "includes/myImport.xml" or "../myImport.xml".  

Attribute Detail

resource

The relative resource location of the XML (bean definition) file to import, for example "myImport.xml" or "includes/myImport.xml" or "../myImport.xml".

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:element name="import">
<xsd:complexType>
<xsd:complexContent>
<xsd:restriction base="xsd:anyType">
<xsd:attribute name="resource" type="xsd:string" use="required">
</xsd:attribute>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>


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