complexType "chainsawNotificationType"
Namespace:
Content:
complex, 11 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    ignoreManagerNotifications
 = 
(xsd:string | xsd:boolean) : "false"
    ignoreModelNotifications
 = 
(xsd:string | xsd:boolean) : "false"
    ignoreComponentNotifications
 = 
(xsd:string | xsd:boolean) : "false"
    ignoreConnectionNotifications
 = 
(xsd:string | xsd:boolean) : "false"
    ignoreSecurityNotifications
 = 
(xsd:string | xsd:boolean) : "false"
    ignoreManagementNotifications
 = 
(xsd:string | xsd:boolean) : "false"
    ignoreCustomNotifications
 = 
(xsd:string | xsd:boolean) : "false"
    ignoreAdminNotifications
 = 
(xsd:string | xsd:boolean) : "false"
    ignoreMessageNotifications
 = 
(xsd:string | xsd:boolean) : "false"
    chainsawHost
 = 
xsd:string
    chainsawPort
 = 
(xsd:string | xsd:int)
    >
   
Content: 
level-mapping*
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      chainsawNotificationType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="chainsawNotificationType">
<xsd:complexContent>
<xsd:extension base="notificationLoggerAgentType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="level-mapping">
<xsd:complexType>
<xsd:attribute default="INFO" name="severity" type="serveritySimpleType"/>
<xsd:attribute name="eventId" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="chainsawHost" type="xsd:string" use="required"/>
<xsd:attribute name="chainsawPort" type="mule:substitutablePortNumber" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/11)
chainsawHost
Type:
xsd:string, predefined
Use:
required
The host name of the Chainsaw console.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="chainsawHost" type="xsd:string" use="required"/>

chainsawPort
Type:
Use:
required
The port of the Chainsaw console.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="chainsawPort" type="mule:substitutablePortNumber" use="required"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
level-mapping
Type:
anonymous, empty content
XML Source (w/o annotations (2); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="level-mapping">
<xsd:complexType>
<xsd:attribute default="INFO" name="severity" type="serveritySimpleType"/>
<xsd:attribute name="eventId" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.