complexType "staticComponentType"
Namespace:
Content:
complex, attr. wildcard, 4 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, ((abstract-interceptor | interceptor-stack)+)?, return-data?
</...>
Content Model Elements (4):
abstract-interceptor, interceptor-stack (type refInterceptorStackType),
All Direct / Indirect Based Elements (1):
static-component
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      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 within this component only; 1/4)
return-data
Type:
anonymous complexType, 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 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.