complexType "baseFlowConstructType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string)
    abstract
 = 
xsd:boolean : "false"
    parent
 = 
xsd:NMTOKEN
    >
   
Content: 
description?
</...>
Content Model Elements (1):
Known Direct Subtypes (4):
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
Base support for a flow construct.
Type Definition Detail
Type Derivation Tree
  baseFlowConstructType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="baseFlowConstructType">
<xsd:complexContent>
<xsd:extension base="abstractFlowConstructType">
<xsd:sequence>
<xsd:element minOccurs="0" name="description" type="descriptionType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined in this component only; 1/1)
description
Type:
descriptionType, mixed content
This can hold any kind of documentation related to the flow construct. It is intended to be "human readable" only and is not used by the system.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="description" type="descriptionType"/>

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.