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):
log4j-notifications
XML Source (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
XML Source (see within schema source)
<xsd:attribute name="eventId" type="xsd:string" use="required"/>

severity
Type:
Use:
optional
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"DEBUG", "INFO", "WARN", "ERROR", "FATAL"
Default:
"INFO"
XML Source (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.