element <bean>
Namespace:
Type:
anonymous (extension of identifiedType)
Content:
complex, 16 attributes, attr. wildcard, 21 elements, 3 elem. wildcards
Defined:
Used:
at 13 locations
Content Model Diagram
XML Representation Summary
<bean
    id
 = 
xsd:ID
    name
 = 
xsd:string
    class
 = 
xsd:string
    parent
 = 
xsd:string
    scope
 = 
xsd:string
    abstract
 = 
xsd:boolean
    lazy-init
 = 
("default" | "true" | "false") : "default"
    autowire
 = 
("default" | "no" | "byName" | "byType" | "constructor") : "default"
    depends-on
 = 
xsd:string
    autowire-candidate
 = 
("default" | "true" | "false") : "default"
    primary
 = 
xsd:boolean
    init-method
 = 
xsd:string
    destroy-method
 = 
xsd:string
    factory-method
 = 
xsd:string
    factory-bean
 = 
xsd:string
    dependency-check
 = 
("default" | "none" | "simple" | "objects" | "all") : "default"
    {any attribute with non-schema namespace}
    >
   
Content: 
description?, (meta | constructor-arg | property | qualifier | lookup-method | replaced-method | {any}*)*
</bean>
Content model elements (7):
Included in content model of elements (26):
Known Usage Locations
Annotation
Defines a single (usually named) bean. A bean definition may contain nested tags for constructor arguments, property values, lookup methods, and replaced methods. Mixing constructor injection and setter injection on the same bean is explicitly supported.
See:  java:org.springframework.beans.factory.config.BeanDefinition
Anonymous Type Detail
Type Derivation Tree
identifiedType (extension)
  complexType
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="bean">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="identifiedType">
<xsd:group ref="beanElements"/>
<xsd:attributeGroup ref="beanAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>

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.