BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to DeploymentMBean
Properties
This component is not nillable.

Model
<...>
(target?, deployment-order )
</...>


Nested Element Summary
 deployment-order
          A priority that the server uses to determine when it deploys an item. 
xs:stringtarget
          
Source
<xs:complexType name="deploymentType">
<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="deployment-order" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</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