complexType "abstractNotificationExceptionStrategyType"
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:boolean
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</...>
Content Model Elements (1):
annotations
Known Direct Subtypes (3):
abstractExceptionStrategyType, catchExceptionStrategyType, rollbackExceptionStrategyType
Known Indirect Subtypes (2):
customExceptionStrategyType, serviceExceptionStrategyType
All Direct / Indirect Based Elements (5):
catch-exception-strategy, custom-exception-strategy, default-exception-strategy, default-service-exception-strategy, rollback-exception-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  exceptionStrategyType (extension)
      abstractNotificationExceptionStrategyType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="abstractNotificationExceptionStrategyType">
<xsd:complexContent>
<xsd:extension base="exceptionStrategyType">
<xsd:attribute name="enableNotifications" type="xsd:boolean"/>
<xsd:attribute name="name" type="substitutableName" use="optional"/>
<xsd:attribute name="when" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/4)
enableNotifications
Type:
xsd:boolean, predefined
Use:
optional
Determines whether ExceptionNotifications will be fired from this strategy when an exception occurs. Default is true.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="enableNotifications" type="xsd:boolean"/>

name
Type:
Use:
optional
Name of the exception strategy that will be used in ref attribute of 'exception-strategy' element
Attribute Value
xsd:string | xsd:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="substitutableName" use="optional"/>

when
Type:
xsd:string, predefined
Use:
optional
The expression that will be evaluated to determine if this exception strategy should be executed. This should always be a boolean expression.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="when" type="xsd:string" 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.