complexType "messageProcessorChainType"
Namespace:
Content:
complex, 1 attribute, attr. wildcard, 5 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 | xsd:NMTOKEN)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, description?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor)+
</...>
Content Model Elements (5):
abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations, description
All Direct / Indirect Based Elements (1):
processor-chain
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      messageProcessorChainType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="messageProcessorChainType">
<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"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
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 within this component only; 1/5)
description
Type:
descriptionType, mixed content
This can hold any kind of documentation related to the processor chain. 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.