element application

element {http://java.sun.com/xml/ns/javaee}application

Type Heirarchy
{http://java.sun.com/xml/ns/javaee}applicationType (by type)
 {http://java.sun.com/xml/ns/javaee}application
Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
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:element name="application" type="javaee:applicationType">
    <
xsd:annotation>
        <
xsd:documentation>
The application element is the root element of a Java EE
application deployment descriptor.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:unique name="context-root-uniqueness">
        <
xsd:annotation>
            <
xsd:documentation>
The context-root element content must be unique
in the ear.
            
</xsd:documentation>
        </
xsd:annotation>
        <
xsd:selector xpath="javaee:module/javaee:web"/>
        <
xsd:field xpath="javaee:context-root"/>
    </
xsd:unique>
    <
xsd:unique name="security-role-uniqueness">
        <
xsd:annotation>
            <
xsd:documentation>
The security-role-name element content
must be unique in the ear.
            
</xsd:documentation>
        </
xsd:annotation>
        <
xsd:selector xpath="javaee:security-role"/>
        <
xsd:field xpath="javaee:role-name"/>
    </
xsd:unique>
</
xsd:element>


Documentation

	The application element is the root element of a Java EE
	application deployment descriptor.


element application


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.