complexType "customMessageProcessorType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    class
 = 
(xsd:string | xsd:string)
    name
 = 
(xsd:string | xsd:NMTOKEN)
    >
   
Content: 
spring:property*
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  customMessageProcessorType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="customMessageProcessorType">
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>
</xsd:sequence>
<xsd:attribute name="class" type="substitutableClass" use="required"/>
<xsd:attribute name="name" type="substitutableName" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/2)
class
Type:
Use:
required
Attribute Value
xsd:string | xsd:string
XML Source (see within schema source)
<xsd:attribute name="class" type="substitutableClass" use="required"/>

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/1)
spring:property
Type:
spring:propertyType, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>

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.