complexType "abstractFlowConstructType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string)
    abstract
 = 
xsd:boolean : "false"
    parent
 = 
xsd:NMTOKEN
/>
Known Direct Subtypes (1):
Known Indirect Subtypes (4):
All Direct / Indirect Based Elements (5):
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="abstractFlowConstructType">
<xsd:attribute name="name" type="nonBlankString" use="required"/>
<xsd:attribute default="false" name="abstract" type="xsd:boolean" use="optional"/>
<xsd:attribute name="parent" type="xsd:NMTOKEN" use="optional"/>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/3)
abstract
Type:
xsd:boolean, predefined
Use:
optional
Determines if the flow construct is abstract (ie a parent that will be inherited in concrete constructs).
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="abstract" type="xsd:boolean" use="optional"/>

name
Type:
Use:
required
The name used to identify this flow construct.
Attribute Value
xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="nonBlankString" use="required"/>

parent
Type:
xsd:NMTOKEN, predefined
Use:
optional
Determines if the flow construct inherits part of its configuration from a parent construct.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="parent" type="xsd:NMTOKEN" use="optional"/>

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.