element <import>
Namespace:
Type:
anonymous (restriction of xsd:anyType)
Content:
empty, 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<import
    resource
 = 
xsd:string
/>
Included in content model of elements (3):
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 in 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 SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.