element <callback> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<callback
   
 = 
xsd:string
/>
Included in content model of elements (2):
component, web-service-component
Annotation
A user-defined callback that is invoked when the test component is invoked. This can be useful for capturing information such as message counts. Use the {{class}} attribute to specify the callback class name, which must be an object that implements {{org.mule.tck.functional.EventCallback}}.
XML Source (w/o annotations (2); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="callback">
<xsd:complexType>
<xsd:attribute name="class" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
class
Type:
xsd:string, predefined
Use:
required
A class name of an object that implements {{org.mule.tck.functional.EventCallback}}.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="class" type="xsd:string" use="required"/>

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.