element <alias> (global)
Namespace:
Type:
anonymous complexType (restriction of xsd:anyType)
Content:
empty, 2 attributes
Defined:
globally in spring-beans.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
never
Content Model Diagram
XML Representation Summary
<alias
   
 = 
xsd:string
 = 
xsd:string
/>
Included in content model of elements (2):
beans, beans
Annotation
Defines an alias for a bean (which can reside in a different definition resource).
Anonymous Type Detail
Type Derivation Tree
xsd:anyType (restriction)
  complexType
XML Source (w/o annotations (3); see within schema source)
<xsd:element name="alias">
<xsd:complexType>
<xsd:complexContent>
<xsd:restriction base="xsd:anyType">
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="alias" type="xsd:string" use="required"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
alias
Type:
xsd:string, predefined
Use:
required
The alias name to define for the bean.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="alias" type="xsd:string" use="required"/>

name
Type:
xsd:string, predefined
Use:
required
The name of the bean to define an alias for.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" 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.