BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType snmp-attribute-changeType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}snmp-attribute-changeType (extension)

Documentation
Corresponds to SNMPAttributeChangeMBean
Properties
This component is not nillable.

Model
<...>
(attribute-m-bean-type, attribute-m-bean-name?, attribute-name )
</...>


Nested Element Summary
xs:stringattribute-m-bean-name
          The name of the MBean instance that you want to monitor. 
 attribute-m-bean-type
          The MBean type that defines the attribute you want to monitor. 
 attribute-name
          The name of the attribute that you want to monitor. 
Source
<xs:complexType name="snmp-attribute-changeType">
<xs:complexContent>
<xs:extension base="dom:snmp-trap-sourceType">
<xs:sequence>
<xs:element minOccurs="0" name="attribute-m-bean-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="attribute-m-bean-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="attribute-name" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation