complexType "baseSmtpConnectorType"
Namespace:
Content:
complex, 10 attributes, attr. wildcard, 6 elements
Defined:
globally in mule-smtp.xsd; see XML source
Includes:
definitions of 6 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, spring:property*, mule:receiver-threading-profile?, mule:dispatcher-threading-profile?, mule:abstract-reconnection-strategy?, mule:service-overrides?
</...>
Content Model Elements (6):
mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property
Known Direct Subtypes (2):
smtpConnectorType, smtpsConnectorType
All Direct / Indirect Based Elements (3):
connector, connector, gmail-connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      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 within this component only; 6/11)
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 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.