complexType "loggerType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
("ERROR" | "WARN" | "INFO" | "DEBUG" | "TRACE")
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</...>
Content Model Elements (1):
annotations
All Direct / Indirect Based Elements (1):
logger
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      abstractObserverMessageProcessorType (extension)
          loggerType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="loggerType">
<xsd:complexContent>
<xsd:attribute name="message" type="xsd:string" use="optional"/>
<xsd:attribute name="level" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ERROR"/>
<xsd:enumeration value="WARN"/>
<xsd:enumeration value="INFO"/>
<xsd:enumeration value="DEBUG"/>
<xsd:enumeration value="TRACE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="category" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/4)
category
Type:
xsd:string, predefined
Use:
optional
The log category to be used
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="category" type="xsd:string" use="optional"/>

level
Type:
anonymous simpleType (restriction of xsd:string)
Use:
optional
The logging level to be used. Default is DEBUG.
Attribute Value
enumeration of xsd:string
Enumeration:
"ERROR", "WARN", "INFO", "DEBUG", "TRACE"
Anonymous simpleType
Type Derivation Tree
xsd:string (restriction)
  simpleType
Derivation:
restriction of xsd:string
Facets:
enumeration:
"ERROR", "WARN", "INFO", "DEBUG", "TRACE"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="level" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ERROR"/>
<xsd:enumeration value="WARN"/>
<xsd:enumeration value="INFO"/>
<xsd:enumeration value="DEBUG"/>
<xsd:enumeration value="TRACE"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

message
Type:
xsd:string, predefined
Use:
optional
Message that will be logged. Embedded expressions can be used to extract value from the current message. If no message is specified then the current message is used.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="message" type="xsd:string" use="optional"/>

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.