BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType target-infoType

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

Documentation
Corresponds to TargetInfoMBean
Properties
This component is not nillable.

Model
<...>
(target?, module-type?, compatibility-name? )
</...>


Nested Element Summary
xs:stringcompatibility-name
          This is only set for beans created as a result of conversion from an 8. 
xs:stringmodule-type
          The values match those defined by jsr88. 
xs:stringtarget
          
Source
<xs:complexType name="target-infoType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="target" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="module-type" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="compatibility-name" nillable="true" type="xs:string">
</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