element <qualifier> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
globally in spring-beans.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
never
Content Model Diagram
XML Representation Summary
<qualifier
   
 = 
xsd:string : "org.springframework.beans.factory.annotation.Qualifier"
 = 
xsd:string
    >
   
Content: 
attribute*
</qualifier>
Content model elements (1):
attribute
Included in content model of elements (2):
bean, bean
Annotation
Bean definitions can provide qualifiers to match against annotations on a field or parameter for fine-grained autowire candidate resolution.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="qualifier">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="attribute"/>
</xsd:sequence>
<xsd:attribute default="org.springframework.beans.factory.annotation.Qualifier" name="type" type="xsd:string"/>
<xsd:attribute name="value" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
type
Type:
xsd:string, predefined
Use:
optional
Attribute Value
Default:
"org.springframework.beans.factory.annotation.Qualifier"
XML Source (see within schema source)
<xsd:attribute default="org.springframework.beans.factory.annotation.Qualifier" name="type" type="xsd:string"/>

value
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="value" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
attribute
Type:
metaType, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="attribute"/>

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.