complexType "notificationLoggerAgentType"
Namespace:
Content:
complex, 9 attributes, attr. wildcard, 1 element
Defined:
Includes:
definitions of 9 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "false"
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
Known Direct Subtypes (4):
chainsawNotificationType, jmxNotificationType, log4jNotificationType, publishNotificationType
All Direct / Indirect Based Elements (4):
chainsaw-notifications, jmx-notifications, log4j-notifications, publish-notifications
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
  mule:abstractAgentType (extension)
      notificationLoggerAgentType
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="notificationLoggerAgentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractAgentType">
<xsd:attribute default="false" name="ignoreManagerNotifications" type="mule:substitutableBoolean"/>
<xsd:attribute default="false" name="ignoreModelNotifications" type="mule:substitutableBoolean"/>
<xsd:attribute default="false" name="ignoreComponentNotifications" type="mule:substitutableBoolean"/>
<xsd:attribute default="false" name="ignoreConnectionNotifications" type="mule:substitutableBoolean"/>
<xsd:attribute default="false" name="ignoreSecurityNotifications" type="mule:substitutableBoolean"/>
<xsd:attribute default="false" name="ignoreManagementNotifications" type="mule:substitutableBoolean"/>
<xsd:attribute default="false" name="ignoreCustomNotifications" type="mule:substitutableBoolean"/>
<xsd:attribute default="false" name="ignoreAdminNotifications" type="mule:substitutableBoolean"/>
<xsd:attribute default="false" name="ignoreMessageNotifications" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 9/10)
ignoreAdminNotifications
Type:
Use:
optional
Whether to ignore administrative notifications about requests being received by the Mule Admin agent. These are usually trigged by MuleClient calls using the RemoteDispatcher, which proxies calls to a remote server.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignoreAdminNotifications" type="mule:substitutableBoolean"/>

ignoreComponentNotifications
Type:
Use:
optional
Whether to ignore notifications for state changes on components such as when a component is started, stopped, paused, or resumed..
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignoreComponentNotifications" type="mule:substitutableBoolean"/>

ignoreConnectionNotifications
Type:
Use:
optional
Whether to ignore notifications when a connector attempts to connect to its underlying resource. Notifications are fired when a connection is made, released, or the connection attempt fails.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignoreConnectionNotifications" type="mule:substitutableBoolean"/>

ignoreCustomNotifications
Type:
Use:
optional
Whether to ignore notifications fired by objects to custom notification listeners.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignoreCustomNotifications" type="mule:substitutableBoolean"/>

ignoreManagementNotifications
Type:
Use:
optional
Whether to ignore notifications for when a request is denied security access.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignoreManagementNotifications" type="mule:substitutableBoolean"/>

ignoreManagerNotifications
Type:
Use:
optional
Whether to ignore notifications for state changes on the Mule manager such as initializing, starting, and stopping.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignoreManagerNotifications" type="mule:substitutableBoolean"/>

ignoreMessageNotifications
Type:
Use:
optional
Whether to ignore message notifications. These notifications are fired when an event is sent or received in the system. They are very good for tracing, but they create a performance impact, so they should only be used during testing.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignoreMessageNotifications" type="mule:substitutableBoolean"/>

ignoreModelNotifications
Type:
Use:
optional
Whether to ignore notifications for state changes on models such as models initializing, starting, and stopping or components being registered or unregistered.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignoreModelNotifications" type="mule:substitutableBoolean"/>

ignoreSecurityNotifications
Type:
Use:
optional
Whether to ignore notifications about security.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="ignoreSecurityNotifications" type="mule:substitutableBoolean"/>

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.