complexType "objectToXmlType"
Namespace:
Content:
complex, 7 attributes, 2 elements
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definition of 1 attribute
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
    driverClass
 = 
(xsd:string | xsd:string)
    acceptMuleMessage
 = 
(xsd:string | xsd:boolean) : "false"
    >
   
Content: 
alias*, converter*
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      xstreamTransformerType (extension)
          objectToXmlType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="objectToXmlType">
<xsd:complexContent>
<xsd:extension base="xstreamTransformerType">
<xsd:attribute default="false" name="acceptMuleMessage" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/7)
acceptMuleMessage
Type:
Use:
optional
Whether the transformer will serialize the payload or the entire MuleMessage including not only its payload, but also its properties, correlation ID, etc.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="acceptMuleMessage" 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.