complexType "baseSmtpConnectorType"
Namespace:
Content:
complex, 12 attributes, 5 elements
Defined:
globally in mule-smtp.xsd; see XML source
Includes:
definitions of 6 attributes
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?
</...>
Content Model Elements (5):
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (3):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      baseSmtpConnectorType
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="baseSmtpConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<!-- seems like we should be able to better restrict some of these types -->
<xsd:attribute name="bccAddresses" type="xsd:string"/>
<xsd:attribute name="ccAddresses" type="xsd:string"/>
<xsd:attribute name="contentType" type="xsd:string"/>
<xsd:attribute name="fromAddress" type="xsd:string"/>
<xsd:attribute name="replyToAddresses" type="xsd:string"/>
<xsd:attribute name="subject" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 6/12)
bccAddresses
Type:
xsd:string, predefined
Use:
optional
Comma separated list of addresses for blind copies.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="bccAddresses" type="xsd:string"/>

ccAddresses
Type:
xsd:string, predefined
Use:
optional
Comma separated list of addresses for copies.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="ccAddresses" type="xsd:string"/>

contentType
Type:
xsd:string, predefined
Use:
optional
Mime type for the outgoing message.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="contentType" type="xsd:string"/>

fromAddress
Type:
xsd:string, predefined
Use:
optional
The from address for the outgoing message.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="fromAddress" type="xsd:string"/>

replyToAddresses
Type:
xsd:string, predefined
Use:
optional
The reply-to address for the outgoing message.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="replyToAddresses" type="xsd:string"/>

subject
Type:
xsd:string, predefined
Use:
optional
The default subject for the outgoing message if none is set in the message.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="subject" type="xsd:string"/>

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.