complexType "compositeMessageProcessorType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    >
   
Content: 
description?, (abstract-message-processor | abstract-outbound-endpoint)+
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  compositeMessageProcessorType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="compositeMessageProcessorType">
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:sequence>
<xsd:element minOccurs="0" name="description" type="descriptionType"/>
<xsd:group maxOccurs="unbounded" ref="messageProcessorOrOutboundEndpoint"/>
</xsd:sequence>
<xsd:attribute name="name" type="substitutableName" use="optional"/>
<!-- TODO
<xsd:attribute name="type" use="optional" default="intercepting">
<xsd:annotation>
<xsd:documentation>
Defines how the child messge processors should used to construct the composite message processor.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="iterating"/>
<xsd:enumeration value="intercepting"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="builderClass" type="xsd:NMTOKEN" use="optional"/>
-->
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/1)
name
Type:
Use:
optional
Identifies the message processor in the registry.
Attribute Value
xsd:string | xsd:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="substitutableName" use="optional"/>
Content Element Detail (all declarations; defined in this component only; 1/3)
description
Type:
descriptionType, mixed content
This can hold any kind of documentation related to the compsite message processor. 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 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.