element <flow-ref> (global)
Namespace:
Type:
anonymous complexType (extension of abstractMessageProcessorType)
Content:
complex, 1 attribute, attr. wildcard, 1 element
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
   
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</flow-ref>
Content model elements (1):
annotations
May be included in elements by substitutions (25):
all, otherwise,
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
annotatedType (extension)
      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 within this component only; 1/2)
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 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.