complexType application-clientType

complexType {http://java.sun.com/xml/ns/j2ee}application-clientType

Derived Types
{http://java.sun.com/xml/ns/j2ee}application-clientType
 {http://java.sun.com/xml/ns/j2ee}application-client (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="application-clientType">
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:element name="env-entry" type="j2ee:env-entryType" minOccurs="0" maxOccurs="unbounded"/>
        <
xsd:element name="ejb-ref" type="j2ee:ejb-refType" minOccurs="0" maxOccurs="unbounded"/>
        <
xsd:group ref="j2ee:service-refGroup"/>
        <
xsd:element name="resource-ref" type="j2ee:resource-refType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="resource-env-ref" type="j2ee:resource-env-refType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="message-destination-ref" type="j2ee:message-destination-refType"
            
minOccurs="0" maxOccurs="unbounded"/>
        <
xsd:element name="callback-handler" type="j2ee:fully-qualified-classType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The callback-handler element names a class provided by
the application. The class must have a no args
constructor and must implement the
javax.security.auth.callback.CallbackHandler
interface. The class will be instantiated by the
application client container and used by the container
to collect authentication information from the user.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="message-destination" type="j2ee:message-destinationType" 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>


complexType application-clientType


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.