complexType "staticComponentType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
((abstract-interceptor | interceptor-stack)+)?, return-data?
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  abstractComponentType (extension)
      staticComponentType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="staticComponentType">
<xsd:complexContent>
<xsd:extension base="abstractComponentType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="return-data">
<xsd:complexType mixed="true">
<xsd:attribute name="file" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined in this component only; 1/3)
return-data
Type:
anonymous, mixed content
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>

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.