element <append-string-transformer>
Namespace:
Type:
Content:
empty, 6 attributes
Subst.Gr:
may substitute for elements: abstract-transformer, abstract-message-processor
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<append-string-transformer
    name
 = 
(xsd:string | xsd:NMTOKEN)
    returnClass
 = 
xsd:string
    ignoreBadInput
 = 
(xsd:string | xsd:boolean)
    mimeType
 = 
xsd:string
    encoding
 = 
xsd:string
    message
 = 
xsd:string
/>
May be included in elements by substitutions (125):
response (type anonymous),
response (type anonymous),
Annotation
A transformer that appends a string to a string payload.
Anonymous Type Detail
Type Derivation Tree
  abstractTransformerType (extension)
      complexType
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="append-string-transformer" substitutionGroup="abstract-transformer">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="abstractTransformerType">
<xsd:attribute name="message" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 1/6)
message
Type:
xsd:string, predefined
Use:
required
The string to append.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="message" type="xsd:string" use="required"/>

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.