element <level-mapping>
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<level-mapping
    severity
 = 
("DEBUG" | "INFO" | "WARN" | "ERROR" | "FATAL") : "INFO"
    eventId
 = 
xsd:string
/>
Included in content model of elements (1):
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 in 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 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.