BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType configuration-propertyType

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

Documentation
Corresponds to ConfigurationPropertyMBean
Properties
This component is not nillable.

Model
<...>
(encrypt-value-required?, value?, encrypted-value-encrypted? )
</...>


Nested Element Summary
xs:stringencrypted-value-encrypted
          
xs:booleanencrypt-value-required
          Specifies whether the property should be encrypted. 
xs:stringvalue
          Specifies the value of the property. 
Source
<xs:complexType name="configuration-propertyType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="encrypt-value-required" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="value" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="encrypted-value-encrypted" 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