Namespace: |
|
Content: |
empty, 3 attributes |
Defined: |
globally in mule.xsd; see XML source |
Includes: |
definitions of 3 attributes |
Used: |
at 1 location |
XML Representation Summary | |||
<... | |||
message | = |
xsd:string | |
level | = |
("ERROR" | "WARN" | "INFO" | "DEBUG" | "TRACE") : "DEBUG" | |
category | = |
xsd:string | |
/> |
Type Derivation Tree abstractMessageProcessorType (extension) ![]() |
<xsd:complexType name="loggerType"> <xsd:complexContent> <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:extension> </xsd:complexContent> </xsd:complexType> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="category" type="xsd:string" use="optional"/> |
Type: |
|
Use: |
optional |
enumeration of xsd:string |
Enumeration: |
"ERROR", "WARN", "INFO", "DEBUG", "TRACE" |
Default: |
"DEBUG" |
Type Derivation Tree xsd:string (restriction) ![]() |
Derivation: |
restriction of xsd:string |
|||
Facets: |
|
<xsd:attribute default="DEBUG" 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> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="message" type="xsd:string" use="optional"/> |
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. |