BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType machineType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}machineType (extension)

Documentation
Corresponds to MachineMBean
Properties
This component is not nillable.

Model
<...>
(address*, node-manager? )
</...>


Nested Element Summary
xs:stringaddress
          The addresses by which this machine is known. 
dom:node-managerTypenode-manager
          Returns the NodeManager Mbean that defines the configuration of the Node Manager instance that runs on the machine. 
Source
<xs:complexType name="machineType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="address" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="node-manager" nillable="true" type="dom:node-managerType">
</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