BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType migratable-targetType

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

Documentation
Corresponds to MigratableTargetMBean
Properties
This component is not nillable.

Model
<...>
(constrained-candidate-server?, hosting-server?, user-preferred-server?, cluster? )
</...>


Nested Element Summary
xs:stringcluster
          
xs:stringconstrained-candidate-server
          
xs:stringhosting-server
          
xs:stringuser-preferred-server
          
Source
<xs:complexType name="migratable-targetType">
<xs:complexContent>
<xs:extension base="dom:targetType">
<xs:sequence>
<xs:element minOccurs="0" name="constrained-candidate-server" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="hosting-server" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="user-preferred-server" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="cluster" nillable="true" type="xs:string"/>
</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