element <bean> (global)
Namespace:
Type:
anonymous complexType (extension of identifiedType)
Content:
complex, 15 attributes, attr. wildcard, 14 elements, 2 elem. wildcards
Defined:
Used:
Content Model Diagram
XML Representation Summary
<bean
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:boolean
 = 
("default" | "true" | "false") : "default"
 = 
("default" | "no" | "byName" | "byType" | "constructor") : "default"
 = 
xsd:string
 = 
("default" | "true" | "false") : "default"
 = 
xsd:boolean
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
description?, (meta | constructor-arg | property | qualifier | lookup-method | replaced-method | {any}*)*
</bean>
Content model elements (14):
constructor-arg, constructor-arg, description, description, lookup-method, lookup-method, meta, meta, property, property, qualifier, qualifier, replaced-method, replaced-method
Included in content model of elements (19):
array, array, beans, beans, constructor-arg, constructor-arg, context-property, entry, entry, key, key, list, list, mule, property, property, recipients, set, set
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 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.