complexType moduleType

complexType {http://java.sun.com/xml/ns/j2ee}moduleType

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/j2ee
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:j2ee=http://java.sun.com/xml/ns/j2ee
xmlns=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="moduleType">
    <
xsd:annotation>
        <
xsd:documentation>
The moduleType defines a single J2EE module and contains a
connector, ejb, java, or web element, which indicates the
module type and contains a path to the module file, and an
optional alt-dd element, which specifies an optional URI to
the post-assembly version of the deployment descriptor.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:choice>
            <
xsd:element name="connector" type="j2ee:pathType">
                <
xsd:annotation>
                    <
xsd:documentation>
The connector element specifies the URI of a
resource adapter archive file, relative to the
top level of the application package.
                    
</xsd:documentation>
                </
xsd:annotation>
            </
xsd:element>
            <
xsd:element name="ejb" type="j2ee:pathType">
                <
xsd:annotation>
                    <
xsd:documentation>
The ejb element specifies the URI of an ejb-jar,
relative to the top level of the application
package.
                    
</xsd:documentation>
                </
xsd:annotation>
            </
xsd:element>
            <
xsd:element name="java" type="j2ee:pathType">
                <
xsd:annotation>
                    <
xsd:documentation>
The java element specifies the URI of a java
application client module, relative to the top
level of the application package.
                    
</xsd:documentation>
                </
xsd:annotation>
            </
xsd:element>
            <
xsd:element name="web" type="j2ee:webType"/>
        </
xsd:choice>
        <
xsd:element name="alt-dd" type="j2ee:pathType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The alt-dd element specifies an optional URI to the
post-assembly version of the deployment descriptor
file for a particular J2EE module. The URI must
specify the full pathname of the deployment
descriptor file relative to the application's root
directory. If alt-dd is not specified, the deployer
must read the deployment descriptor from the default
location and file name required by the respective
component specification.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The moduleType defines a single J2EE module and contains a
	connector, ejb, java, or web element, which indicates the
	module type and contains a path to the module file, and an
	optional alt-dd element, which specifies an optional URI to
	the post-assembly version of the deployment descriptor.


complexType moduleType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.