element <flow-ref>
Namespace:
Type:
Content:
empty, 1 attribute
Subst.Gr:
may substitute for element abstract-message-processor
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<flow-ref
    name
 = 
xsd:string
/>
May be included in elements by substitutions (12):
Annotation
Allows a 'flow' to be referenced such that the message processing will continue in the referenced flow before returning. Message processing in the referenced 'flow' will occur within the context of the referenced flow and will therefore use it's exception strategy etc.
Anonymous Type Detail
Type Derivation Tree
  complexType
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="flow-ref" substitutionGroup="abstract-message-processor">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
name
Type:
xsd:string, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="name" type="xsd:string" use="required"/>

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.