complexType applicationType

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

Derived Types
{http://java.sun.com/xml/ns/j2ee}applicationType
 {http://java.sun.com/xml/ns/j2ee}application (by type)
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="applicationType">
    <
xsd:annotation>
        <
xsd:documentation>
The applicationType defines the structure of the
application.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:element name="module" type="j2ee:moduleType" maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>
The application deployment descriptor must have one
module element for each J2EE module in the
application package. A module element is defined
by moduleType definition.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="security-role" type="j2ee:security-roleType" minOccurs="0"
            
maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="version" type="j2ee:dewey-versionType" fixed="1.4" use="required">
        <
xsd:annotation>
            <
xsd:documentation>The required value for the version is 1.4.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The applicationType defines the structure of the
	application.


complexType applicationType


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.