Namespace: |
|
Content: |
complex, 3 attributes, attr. wildcard, 1 element |
Defined: |
globally in mule.xsd; see XML source |
Includes: |
definitions of 3 attributes |
Used: |
at 1 location |
XML Representation Summary |
||||||||||||
<... | ||||||||||||
|
||||||||||||
{any attribute with non-schema namespace} | ||||||||||||
> | ||||||||||||
|
||||||||||||
</...> |
Type Derivation Tree ![]() ![]() ![]() |
<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" |
Type Derivation Tree xsd:string (restriction) ![]() |
Derivation: |
restriction of xsd:string |
|||
Facets: |
|
<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> |
Type: |
xsd:string, predefined |
Use: |
optional |
<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. |