complexType "smtpConnectorType"
Namespace:
Content:
complex, 12 attributes, 6 elements
Defined:
globally in mule-smtp.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    bccAddresses
 = 
xsd:string
    ccAddresses
 = 
xsd:string
    contentType
 = 
xsd:string
    fromAddress
 = 
xsd:string
    replyToAddresses
 = 
xsd:string
    subject
 = 
xsd:string
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?, header*
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      baseSmtpConnectorType (extension)
          smtpConnectorType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="smtpConnectorType">
<xsd:complexContent>
<xsd:extension base="baseSmtpConnectorType">
<xsd:sequence maxOccurs="unbounded" minOccurs="0">
<xsd:element name="header" type="mule:keyValueType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined in this component only; 1/6)
header
Type:
mule:keyValueType, empty content
Additional header name and value, added to the message.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="header" type="mule:keyValueType"/>

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.