element <return-data> (local)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 1 attribute
Defined:
locally witnin staticComponentType complexType in mule.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<return-data
   
 = 
xsd:string
    >
   
Content: 
{text}
</return-data>
Included in content model of elements (1):
static-component
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 within 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 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.