BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.bea.com/ns/weblogic/90/domain}configurationType (restriction)

Documentation
Corresponds to ConfigurationMBean
Properties
This component is not nillable.

Model
<...>
(name, notes? )
</...>


Nested Element Summary
 name
          The user-specified name of this MBean instance. 
xs:stringnotes
          Optional information that you can include to describe this configuration. 
Source
<xs:complexType name="configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="name" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="notes" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation