element <level-mapping> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<level-mapping
   
 = 
("DEBUG" | "INFO" | "WARN" | "ERROR" | "FATAL") : "INFO"
 = 
xsd:string
/>
Included in content model of elements (1):
chainsaw-notifications
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>
Attribute Detail (all declarations; defined within this component only; 2/2)
eventId
Type:
xsd:string, predefined
Use:
required
Specifies the type of event to send to the Chainsaw console. The event ID is the notification type plus the action, such as ModelNotification.stop.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="eventId" type="xsd:string" use="required"/>

severity
Type:
Use:
optional
Specifies the severity level of the notifications you want to send to the Chainsaw console for the corresponding event ID. The severity level can be DEBUG, INFO, WARN, ERROR, or FATAL.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"DEBUG", "INFO", "WARN", "ERROR", "FATAL"
Default:
"INFO"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="INFO" name="severity" type="serveritySimpleType"/>

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.