complexType "rulesComponentType"
Namespace:
Content:
complex, 5 attributes, attr. wildcard, 3 elements
Defined:
globally in mule-bpm.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:boolean
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, ((mule:abstract-interceptor | mule:interceptor-stack)+)?
</...>
Content Model Elements (3):
mule:abstract-interceptor,
mule:annotations,
mule:interceptor-stack (type mule:refInterceptorStackType)
All Direct / Indirect Based Elements (1):
rules
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:abstractComponentType (extension)
          rulesComponentType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="rulesComponentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractComponentType">
<xsd:attribute name="rulesEngine-ref" type="xsd:string"/>
<xsd:attribute name="rulesDefinition" type="xsd:string" use="required"/>
<xsd:attribute name="initialFacts-ref" type="xsd:string"/>
<xsd:attribute name="cepMode" type="xsd:boolean"/>
<xsd:attribute name="entryPoint" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 5/6)
cepMode
Type:
xsd:boolean, predefined
Use:
optional
Are we using the knowledge base for CEP (Complex Event Processing)? (default = false)
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="cepMode" type="xsd:boolean"/>

entryPoint
Type:
xsd:string, predefined
Use:
optional
Entry point for event stream (used by CEP).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="entryPoint" type="xsd:string"/>

initialFacts-ref
Type:
xsd:string, predefined
Use:
optional
A reference to a collection of initial facts to be asserted at startup.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="initialFacts-ref" type="xsd:string"/>

rulesDefinition
Type:
xsd:string, predefined
Use:
required
The resource containing the rules definition. This will be used to deploy the ruleset to the Rules Engine.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="rulesDefinition" type="xsd:string" use="required"/>

rulesEngine-ref
Type:
xsd:string, predefined
Use:
optional
A reference to the underlying Rules Engine.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="rulesEngine-ref" type="xsd:string"/>

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.