complexType "baseFlowConstructType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 2 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string)
 = 
xsd:boolean : "false"
 = 
xsd:NMTOKEN
 = 
("started" | "stopped") : "started"
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, description?
</...>
Content Model Elements (2):
annotations, description
Known Direct Subtypes (5):
bridgeType, httpProxyType, proxyType, simpleServiceType, validatorType
All Direct / Indirect Based Elements (9):
bridge, bridge, http-proxy, proxy, simple-service, simple-service, validator, validator, web-service-proxy
Known Usage Locations
Annotation
Base support for a flow construct.
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      baseFlowConstructType
XML Source (w/o annotations (3); 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:attribute default="started" name="initialState">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="started"/>
<xsd:enumeration value="stopped"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/5)
initialState
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
The initial state of the flow. Usually a flow is started automatically ("started"), but this attribute can be used to disable initial startup ("stopped").
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"started", "stopped"
Default:
"started"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"started", "stopped"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="started" name="initialState">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="started"/>
<xsd:enumeration value="stopped"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
Content Element Detail (all declarations; defined within this component only; 1/2)
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 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.