BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to DeploymentConfigurationMBean
Properties
This component is not nillable.

Model
<...>
max-app-versions
</...>


Nested Element Summary
 max-app-versions
          Specifies the maximum number of application versions for each application. 
Source
<xs:complexType name="deployment-configurationType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="max-app-versions" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65534"/>
</xs:restriction>
</xs:simpleType>
</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