element <logging> (global)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
globally in core.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
never
Content Model Diagram
XML Representation Summary
<logging
   
 = 
xsd:int : "102400"
 = 
xsd:string
/>
Annotation
The logging feature enables you to log the content of inbound and outbound messages and faults. The content is logged by all log handlers configured in your java.util.logging configuration file, provided the log level for classes org.apache.cxf.interceptor.LoggingInInterceptor and org.apache.cxf.interceptor.LoggingOutInterceptor is at least INFO.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="logging">
<xsd:complexType>
<xsd:sequence/>
<xsd:attribute default="102400" name="limit" type="xsd:int" use="optional"/>
<xsd:attribute name="id" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
id
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:string" use="optional"/>

limit
Type:
xsd:int, predefined
Use:
optional
Attribute Value
Default:
"102400"
XML Source (see within schema source)
<xsd:attribute default="102400" name="limit" type="xsd:int" 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.