attributeGroup "tns:beanAttributes"
Namespace:
Content:
Defined:
globally in cxf-beans.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:boolean
 = 
xsd:string
 = 
xsd:boolean
...>
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:attributeGroup name="beanAttributes">
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="abstract" type="xsd:boolean"/>
<xsd:attribute name="depends-on" type="xsd:string"/>
<xsd:attribute name="createdFromAPI" type="xsd:boolean"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 4/4)
abstract
Type:
xsd:boolean, predefined
Use:
optional
Specifies if the bean is an abstract bean. Abstract beans act as parents for concrete bean definitions and are not instantiated. The default is "false". Setting this to "true" instructs the bean factory not to instantiate the bean. See documentation for attribute abstract in attribute group beanAttributes in http://www.springframework.org/schema/beans/spring-beans.xsd
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="abstract" type="xsd:boolean"/>

createdFromAPI
Type:
xsd:boolean, predefined
Use:
optional
Specifies that the user created that bean using CXF APIs like Endpoint.publish or Service.getPort. The default is "false". Setting this to "true" does the following: Changes the internal name of the bean by appending either ".jaxws-client" or ".jaxws-endpoint" to the bean's id. Makes the bean abstract. See documentation for attribute abstract in attribute group beanAttributes in http://www.springframework.org/schema/beans/spring-beans.xsd
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="createdFromAPI" type="xsd:boolean"/>

depends-on
Type:
xsd:string, predefined
Use:
optional
A list of beans that the bean depends on being instantiated before it can be instantiated. See documentation for attribute depends-on in attribute group beanAttributes in http://www.springframework.org/schema/beans/spring-beans.xsd
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="depends-on" type="xsd:string"/>

name
Type:
xsd:string, predefined
Use:
optional
A unique identifier for the bean. This can also be a list of identifiers. See documentation for attribute name in attribute group beanAttributes in http://www.springframework.org/schema/beans/spring-beans.xsd
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="xsd:string"/>

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.