element <return-data>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute
Defined:
locally within staticComponentType complexType in mule.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<return-data
    file
 = 
xsd:string
    >
   
Content: 
{text}
</return-data>
Included in content model of elements (1):
Annotation
Defines the data to return from the service once it has been invoked. The return data can be located in a file, which you specify using the {{file}} attribute (specify a resource on the classpath or on disk), or the return data can be embedded directly in the XML.
XML Source (w/o annotations (2); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="return-data">
<xsd:complexType mixed="true">
<xsd:attribute name="file" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
file
Type:
xsd:string, predefined
Use:
optional
The location of a file to load. The file can point to a resource on the classpath or on disk.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="file" type="xsd:string"/>

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.