element <return-argument>
Namespace:
Type:
anonymous complexType
Content:
empty, 4 attributes
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<return-argument
    evaluator
 = 
("attachment" | "attachments" | "attachments-list" | "bean" | "endpoint" | "exception-type" | "function" | "groovy" | "header" | "headers" | "headers-list" | "jxpath" | "map-payload" | "message" | "mule" | "ognl" | "payload" | "payload-type" | "regex" | "string" | "wildcard" | "xpath" | "xpath-node" | "custom")
    expression
 = 
xsd:string
    custom-evaluator
 = 
(xsd:string | xsd:NMTOKEN)
    optional
 = 
(xsd:string | xsd:boolean)
/>
Included in content model of elements (1):
Annotation
A list of expressions, each of which is evaluated and equates to an element in the result message. If just one 'return-argument' is configured, the result will be the evaluation of that expression rather than an object array.
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 in 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 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.