element <return-argument> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 4 attributes
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<return-argument
   
 = 
("attachment" | "attachments" | "attachments-list" | "bean" | "endpoint" | "exception-type" | "function" | "groovy" | "header" | "headers" | "headers-list" | "json" | "json-node" | "jxpath" | "map-payload" | "message" | "mule" | "ognl" | "payload" | "process" | "regex" | "string" | "variable" | "xpath" | "xpath2" | "xpath-node" | "custom")
 = 
xsd:string
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean)
/>
Included in content model of elements (1):
expression-transformer
Annotation
If all expressions return null or NullPayload on this transformer, this flag will cause the source payload to be returned without modification.
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="return-argument">
<xsd:complexType>
<xsd:attributeGroup ref="expressionAttributes"/>
<!--
-->
<xsd:attribute name="optional" type="substitutableBoolean" use="optional"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 1/4)
optional
Type:
Use:
optional
If the expression evaluates to null, specifies whether to continue to the next expression without error.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="optional" type="substitutableBoolean" use="optional"/>

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.