javaee:jndi-nameType

The jndi-nameType type designates a JNDI name in the
Deployment Component's environment and is relative to the
java:comp/env context.  A JNDI name must be unique within the
Deployment Component.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Used By

Source

<xsd:complexType name="jndi-nameType">
  <xsd:annotation>
    <xsd:documentation>The jndi-nameType type designates a JNDI name in the Deployment Component's environment and is relative to the java:comp/env context. A JNDI name must be unique within the Deployment Component.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:restriction base="javaee:string"/>
  </xsd:simpleContent>
</xsd:complexType>