element <qualifier>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes, 1 element
Used:
never
Content Model Diagram
XML Representation Summary
<qualifier
    type
 = 
xsd:string : "org.springframework.beans.factory.annotation.Qualifier"
    value
 = 
xsd:string
    >
   
Content: 
attribute*
</qualifier>
Content model elements (1):
Included in content model of elements (3):
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 in 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 in 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 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.