element <import> (global)
Namespace:
Type:
anonymous complexType (restriction of xsd:anyType)
Content:
empty, 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<import
   
 = 
xsd:string
/>
Included in content model of elements (2):
beans, beans
Known Usage Locations
Annotation
Specifies an XML bean definition resource to import.
See:  java:org.springframework.core.io.Resource
Anonymous Type Detail
Type Derivation Tree
xsd:anyType (restriction)
  complexType
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="import">
<xsd:complexType>
<xsd:complexContent>
<xsd:restriction base="xsd:anyType">
<xsd:attribute name="resource" type="xsd:string" use="required"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
resource
Type:
xsd:string, predefined
Use:
required
The relative resource location of the XML (bean definition) file to import, for example "myImport.xml" or "includes/myImport.xml" or "../myImport.xml".
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="resource" 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.