complexType "transformMessageWithAttachmentsType"
Namespace:
Content:
empty, 7 attributes
Defined:
globally in mule-email.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    returnClass
 = 
xsd:string
    ignoreBadInput
 = 
(xsd:string | xsd:boolean)
    mimeType
 = 
xsd:string
    encoding
 = 
xsd:string
    useInboundAttachments
 = 
(xsd:string | xsd:boolean) : "true"
    useOutboundAttachments
 = 
(xsd:string | xsd:boolean) : "true"
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      transformMessageWithAttachmentsType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="transformMessageWithAttachmentsType">
<xsd:complexContent>
<xsd:extension base="mule:abstractTransformerType">
<xsd:attribute default="true" name="useInboundAttachments" type="mule:substitutableBoolean"/>
<xsd:attribute default="true" name="useOutboundAttachments" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/7)
useInboundAttachments
Type:
Use:
optional
Whether to transform inbound attachment in the input message into MIME parts.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="useInboundAttachments" type="mule:substitutableBoolean"/>

useOutboundAttachments
Type:
Use:
optional
Whether to transform outbound attachment in the input message into MIME parts.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="useOutboundAttachments" type="mule:substitutableBoolean"/>

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.