complexType "abstractFlowConstructType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string)
 = 
xsd:boolean : "false"
 = 
xsd:NMTOKEN
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</...>
Content Model Elements (1):
annotations
Known Direct Subtypes (1):
baseFlowConstructType
Known Indirect Subtypes (5):
bridgeType, httpProxyType, proxyType, simpleServiceType, validatorType
All Direct / Indirect Based Elements (10):
abstract-flow-construct, bridge, bridge, http-proxy, proxy, simple-service, simple-service, validator, validator, web-service-proxy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  abstractFlowConstructType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="abstractFlowConstructType">
<xsd:complexContent>
<xsd:extension base="annotatedType">
<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:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/4)
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 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.