group "springRootElements"
Namespace:
Content:
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Content Model Diagram
Complex Content Model
spring:beans | spring:bean | spring-context:property-placeholder | spring:ref
Content Model Elements (4):
spring-context:property-placeholder, spring:bean, spring:beans, spring:ref
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="springRootElements">
<xsd:choice>
<xsd:element ref="spring:beans"/>
<xsd:element ref="spring:bean"/>
<xsd:element ref="spring:ref"/>
</xsd:choice>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 4/4)
spring-context:property-placeholder
Type:
anonymous complexType (extension of propertyPlaceholder), empty content
Allows Spring property placeholders to be configured directly in the Mule configuration file.
XML Source (w/o annotations (1); see within schema source)

spring:bean
Type:
anonymous complexType (extension of identifiedType), complex content
Allows Spring beans to be defined alongside Mule elements.
XML Source (w/o annotations (1); see within schema source)
<xsd:element ref="spring:bean"/>

spring:beans
Type:
anonymous complexType, complex content
Allows the embedding of any Spring elements.
XML Source (w/o annotations (1); see within schema source)
<xsd:element ref="spring:beans"/>

spring:ref
Type:
anonymous complexType (restriction of xsd:anyType), empty content
Allows to reference Spring beans alongside Mule elements.
XML Source (w/o annotations (1); see within schema source)
<xsd:element ref="spring:ref"/>

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.