BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to AdministratorMBean
Properties
This component is not nillable.

Model
<...>
(write-authorized?, email-address?, phone-number? )
</...>


Nested Element Summary
xs:stringemail-address
          This adminstrator's email address. 
xs:stringphone-number
          Returns this administrator's phone number, or null if none has been specified. 
xs:booleanwrite-authorized
          Whether this administrator has write access to the configuration. 
Source
<xs:complexType name="administratorType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="write-authorized" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="email-address" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="phone-number" 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