BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

http://www.bea.com/ns/weblogic/90/diagnostics
complexType wldf-resourceType

Super Types
{http://www.bea.com/ns/weblogic/90/diagnostics}wldf-resourceType (extension)

Documentation
Corresponds to WLDFResourceBean
Properties
This component is not nillable.

Model
<...>
(instrumentation?, harvester?, watch-notification? )
</...>


Nested Element Summary
diag:wldf-harvesterTypeharvester
          The Diagnostic Harvester configuration for this deployment. 
diag:wldf-instrumentationTypeinstrumentation
          The Diagnostic Instrumentation configuration for this deployment. 
diag:wldf-watch-notificationTypewatch-notification
          The Diagnostic Watch and Notification configuration for this deployment. 
Source
<xs:complexType name="wldf-resourceType">
<xs:complexContent>
<xs:extension base="diag:wldfType">
<xs:sequence>
<xs:element minOccurs="0" name="instrumentation" nillable="true" type="diag:wldf-instrumentationType">
</xs:element>
<xs:element minOccurs="0" name="harvester" nillable="true" type="diag:wldf-harvesterType">
</xs:element>
<xs:element minOccurs="0" name="watch-notification" nillable="true" type="diag:wldf-watch-notificationType">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation