http://java.sun.com/xml/ns/j2ee
complexType message-destinationType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}message-destinationType (restriction)

Documentation
	

	  The message-destinationType specifies a message
	  destination. The logical destination described by this
	  element is mapped to a physical destination by the Deployer.

	  The message destination element contains:

		  - an optional description
		  - an optional display-name
		  - an optional icon
		  - a message destination name which must be unique
		    among message destination names within the same
		    Deployment File.

	  Example:

	  <message-destination>
		  <message-destination-name>CorporateStocks
		  </message-destination-name>
	  </message-destination>

	  
      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
((description*, display-name*, icon*), message-destination-name )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:display-nameTypedisplay-name
          
j2ee:iconTypeicon
          
j2ee:stringmessage-destination-name
          The message-destination-name element specifies a name for a message destination. 

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Source
<xsd:complexType name="message-destinationType">
<xsd:sequence>
<xsd:group ref="j2ee:descriptionGroup"/>
<xsd:element name="message-destination-name" type="j2ee:string">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.