complexType ejb-ref-nameType

complexType {http://java.sun.com/xml/ns/j2ee}ejb-ref-nameType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.w3.org/2001/XMLSchema}normalizedString (by restriction)
  {http://www.w3.org/2001/XMLSchema}token (by extension)
   {http://java.sun.com/xml/ns/j2ee}string (by restriction)
    {http://java.sun.com/xml/ns/j2ee}jndi-nameType (by restriction)
     {http://java.sun.com/xml/ns/j2ee}ejb-ref-nameType
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


Source

<xsd:complexType name="ejb-ref-nameType">
    <
xsd:annotation>
        <
xsd:documentation>
The ejb-ref-name element contains the name of an EJB
reference. The EJB reference is an entry in the
Deployment Component's environment and is relative to the
java:comp/env context. The name must be unique within the
Deployment Component.

It is recommended that name is prefixed with "ejb/".

Example:

<ejb-ref-name>ejb/Payroll</ejb-ref-name>
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:simpleContent>
        <
xsd:restriction base="j2ee:jndi-nameType"/>
    </
xsd:simpleContent>
</
xsd:complexType>


Documentation

	  The ejb-ref-name element contains the name of an EJB
	  reference. The EJB reference is an entry in the
	  Deployment Component's environment and is relative to the
	  java:comp/env context.  The name must be unique within the
	  Deployment Component.
	  It is recommended that name is prefixed with "ejb/".
	  Example:
	  <ejb-ref-name>ejb/Payroll</ejb-ref-name>


complexType ejb-ref-nameType


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.