simpleType "serveritySimpleType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:NMTOKEN
Simple Content Restrictions:
Enumeration:
"DEBUG", "INFO", "WARN", "ERROR", "FATAL"

All Direct / Indirect Based Attributes (2):
level-mapping (in chainsaw-notifications)/@severity,
level-mapping (in log4j-notifications)/@severity
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:NMTOKEN (restriction)
  serveritySimpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"DEBUG", "INFO", "WARN", "ERROR", "FATAL"
XML Source (see within schema source)
<xsd:simpleType name="serveritySimpleType">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="DEBUG"/>
<xsd:enumeration value="INFO"/>
<xsd:enumeration value="WARN"/>
<xsd:enumeration value="ERROR"/>
<xsd:enumeration value="FATAL"/>
</xsd:restriction>
</xsd:simpleType>

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.