BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

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

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

Documentation
Corresponds to WLDFHarvestedTypeBean
Properties
This component is not nillable.

Model
<...>
(enabled?, known-type?, harvested-attribute*, harvested-instance* )
</...>


Nested Element Summary
xs:booleanenabled
          Specifies whether this type is enabled. 
xs:stringharvested-attribute
          The harvested attributes for this type. 
xs:stringharvested-instance
          The harvested instances of this type. 
xs:booleanknown-type
          Specifies whether this type is known at startup. 
Source
<xs:complexType name="wldf-harvested-typeType">
<xs:complexContent>
<xs:extension base="diag:wldfType">
<xs:sequence>
<xs:element minOccurs="0" name="enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="known-type" nillable="false" type="xs:boolean">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="harvested-attribute" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="harvested-instance" nillable="true" type="xs:string">
</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