complexType activation-config-propertyType

complexType {http://java.sun.com/xml/ns/j2ee}activation-config-propertyType

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="activation-config-propertyType">
    <
xsd:annotation>
        <
xsd:documentation>
The activation-config-propertyType contains a name/value
configuration property pair for a message-driven bean.

The properties that are recognized for a particular
message-driven bean are determined by the messaging type.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="activation-config-property-name" type="j2ee:xsdStringType">
            <
xsd:annotation>
                <
xsd:documentation>
The activation-config-property-name element contains
the name for an activation configuration property of
a message-driven bean.

For JMS message-driven beans, the following property
names are recognized: acknowledgeMode,
messageSelector, destinationType, subscriptionDurability
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="activation-config-property-value" type="j2ee:xsdStringType">
            <
xsd:annotation>
                <
xsd:documentation>
The activation-config-property-value element
contains the value for an activation configuration
property of a message-driven bean.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The activation-config-propertyType contains a name/value
	configuration property pair for a message-driven bean.
	The properties that are recognized for a particular
	message-driven bean are determined by the messaging type.


complexType activation-config-propertyType


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.