complexType applicationType

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

Derived Types
{http://java.sun.com/xml/ns/javaee}applicationType
 {http://java.sun.com/xml/ns/javaee}application (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/javaee
Declared Namespacesxmlns:javaee=http://java.sun.com/xml/ns/javaee
xmlns:xsd=http://www.w3.org/2001/XMLSchema
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="javaee:descriptionGroup"/>
        <
xsd:element name="module" type="javaee:moduleType" maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>
The application deployment descriptor must have one
module element for each Java EE 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="javaee:security-roleType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="library-directory" type="javaee:pathType" minOccurs="0" maxOccurs="1">
            <
xsd:annotation>
                <
xsd:documentation>
The library-directory element specifies the pathname
of a directory within the application package, relative
to the top level of the application package. All files
named "*.jar" in this directory must be made available
in the class path of all components included in this
application package. If this element isn't specified,
the directory named "lib" is searched. An empty element
may be used to disable searching.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="version" type="javaee:dewey-versionType" fixed="5" use="required">
        <
xsd:annotation>
            <
xsd:documentation>The required value for the version is 5.</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.