http://java.sun.com/xml/ns/j2ee
complexType env-entryType

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

Documentation

	The env-entryType is used to declare an application's
	environment entry. The declaration consists of an optional
	description, the name of the environment entry, and an
	optional value.  If a value is not specified, one must be
	supplied during deployment.

	It is used by env-entry elements.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, env-entry-name, env-entry-type, env-entry-value? )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:jndi-nameTypeenv-entry-name
          The env-entry-name element contains the name of a Deployment Component's environment entry. 
j2ee:env-entry-type-valuesTypeenv-entry-type
          
j2ee:xsdStringTypeenv-entry-value
          The env-entry-value designates the value of a Deployment Component's environment entry. 

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
jndiEnvironmentRefsGroup

Source
<xsd:complexType name="env-entryType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:element name="env-entry-name" type="j2ee:jndi-nameType">
</xsd:element>
<xsd:element name="env-entry-type" type="j2ee:env-entry-type-valuesType"/>
<xsd:element minOccurs="0" name="env-entry-value" type="j2ee:xsdStringType">
</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.