complexType "muleType"
Namespace:
Content:
complex, 1 attribute, attr. wildcard, 30 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, description?, (spring:beans | spring:bean | spring-context:property-placeholder | spring:ref | global-property | configuration | notifications | abstract-extension | abstract-mixed-content-extension | abstract-agent | abstract-security-manager | abstract-transaction-manager | abstract-connector | abstract-global-endpoint | abstract-exception-strategy | abstract-flow-construct | flow | sub-flow | abstract-model | abstract-interceptor-stack | abstract-filter | abstract-transformer | processor-chain | custom-processor | invoke | abstract-global-intercepting-message-processor | custom-queue-store* | abstract-processing-strategy*)*
</...>
Content Model Elements (30):
abstract-agent, abstract-connector, abstract-exception-strategy, abstract-extension, abstract-filter, abstract-flow-construct, abstract-global-endpoint, abstract-global-intercepting-message-processor, abstract-interceptor-stack, abstract-mixed-content-extension, abstract-model, abstract-processing-strategy, abstract-security-manager, abstract-transaction-manager, abstract-transformer, annotations, configuration, custom-processor, custom-queue-store, description, flow, global-property, invoke, notifications, processor-chain, spring-context:property-placeholder, spring:bean, spring:beans, spring:ref, sub-flow
All Direct / Indirect Based Elements (1):
mule
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  muleType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="muleType">
<xsd:complexContent>
<xsd:extension base="annotatedType">
<xsd:sequence>
<xsd:element minOccurs="0" name="description" type="descriptionType"/>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:group ref="springRootElements"/>
<xsd:group ref="muleRootElements"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="version" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
version
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="version" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/30)
description
Type:
descriptionType, mixed content
Holds any kind of documentation that accompanies this configuration file. It is intended to be "human readable" only and is not used by the system.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="description" type="descriptionType"/>

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.