<xsd:annotation>
<xsd:documentation>
- This group collects elements that are common to all the
+ This group collects elements that are common to most
JNDI resource elements.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
+ <xsd:group ref="javaee:resourceBaseGroup"/>
+ <xsd:element name="lookup-name"
+ type="javaee:xsdStringType"
+ minOccurs="0">
+ <xsd:annotation>
+ <xsd:documentation>
+
+ The JNDI name to be looked up to resolve a resource reference.
+
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ </xsd:sequence>
+ </xsd:group>
+
+ <xsd:group name="resourceBaseGroup">
+ <xsd:annotation>
+ <xsd:documentation>
+
+ This group collects elements that are common to all the
+ JNDI resource elements. It does not include the lookup-name
+ element, that is only applicable to some resource elements.
+
+ </xsd:documentation>
+ </xsd:annotation>
+ <xsd:sequence>
<xsd:element name="mapped-name"
type="javaee:xsdStringType"
minOccurs="0">
type="javaee:injection-targetType"
minOccurs="0"
maxOccurs="unbounded"/>
- <xsd:element name="lookup-name"
- type="javaee:xsdStringType"
- minOccurs="0">
- <xsd:annotation>
- <xsd:documentation>
-
- The JNDI name to be looked up to resolve a resource reference.
-
- </xsd:documentation>
- </xsd:annotation>
- </xsd:element>
</xsd:sequence>
</xsd:group>
minOccurs="0">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
A JDBC URL. If the <code>url</code> property is specified
along with other standard <code>DataSource</code> properties
such as <code>serverName</code>, <code>databaseName</code>
and <code>portNumber</code>, the more specific properties will
take precedence and <code>url</code> will be ignored.
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:annotation>
<xsd:documentation>
- JDBC DataSource Propertry. This may be a vendor-specific
+ JDBC DataSource property. This may be a vendor-specific
property or a less commonly used DataSource property.
</xsd:documentation>
<xsd:complexType name="display-nameType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The display-name type contains a short name that is intended
to be displayed by tools. It is used by display-name
elements. The display name need not be unique.
The value of the xml:lang attribute is "en" (English) by default.
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:complexType name="ejb-linkType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The ejb-linkType is used by ejb-link
elements in the ejb-ref or ejb-local-ref elements to specify
that an EJB reference is linked to enterprise bean.
<ejb-link>../products/product.jar#ProductEJB</ejb-link>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:complexType name="ejb-ref-nameType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
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
<ejb-ref-name>ejb/Payroll</ejb-ref-name>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
type="javaee:jndi-nameType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The env-entry-name element contains the name of a
Deployment Component's environment entry. The name
is a JNDI name relative to the java:comp/env
<env-entry-name>minAmount</env-entry-name>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
minOccurs="0">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The env-entry-type element contains the Java language
type of the environment entry. If an injection target
is specified for the environment entry, the type may
<env-entry-type>java.lang.Integer</env-entry-type>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
minOccurs="0">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The env-entry-value designates the value of a
Deployment Component's environment entry. The value
must be a String that is valid for the
<env-entry-value>100.00</env-entry-value>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="env-entry-type-valuesType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
This type contains the fully-qualified Java type of the
environment entry value that is expected by the
application's code.
<env-entry-type>java.lang.Class</env-entry-type>
<env-entry-type>com.example.Color</env-entry-type>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
minOccurs="0">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The small-icon element contains the name of a file
containing a small (16 x 16) icon image. The file
name is a relative path within the Deployment
<small-icon>employee-service-icon16x16.jpg</small-icon>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
minOccurs="0">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The large-icon element contains the name of a file
containing a large
(32 x 32) icon image. The file name is a relative
<large-icon>employee-service-icon32x32.jpg</large-icon>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:annotation>
<xsd:documentation>
- public enum isolation-level-type { TRANSACTION_NONE,
- TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED,
- TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE };
+ The following transaction isolation levels are allowed
+ (see documentation for the java.sql.Connection interface):
+ TRANSACTION_READ_UNCOMMITTED
+ TRANSACTION_READ_COMMITTED
+ TRANSACTION_REPEATABLE_READ
+ TRANSACTION_SERIALIZABLE
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
- <xsd:enumeration value="TRANSACTION_NONE"/>
<xsd:enumeration value="TRANSACTION_READ_UNCOMMITTED"/>
<xsd:enumeration value="TRANSACTION_READ_COMMITTED"/>
<xsd:enumeration value="TRANSACTION_REPEATABLE_READ"/>
<xsd:complexType name="jdbc-urlType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The jdbc-urlType contains the url pattern of the mapping.
It must follow the rules specified in Section 9.3 of the
JDBC Specification where the format is:
<url>jdbc:mysql://localhost:3307/testdb</url>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:complexType name="homeType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The homeType defines the fully-qualified name of
an enterprise bean's home interface.
<home>com.aardvark.payroll.PayrollHome</home>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:complexType name="persistence-context-refType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The persistence-context-ref element contains a declaration
of Deployment Component's reference to a persistence context
associated within a Deployment Component's
<persistence-context-type>Extended</persistence-context-type>
</persistence-context-ref>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:group ref="javaee:resourceGroup"/>
+ <xsd:group ref="javaee:resourceBaseGroup"/>
</xsd:sequence>
<xsd:attribute name="id"
type="xsd:ID"/>
<xsd:complexType name="persistence-unit-refType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The persistence-unit-ref element contains a declaration
of Deployment Component's reference to a persistence unit
associated within a Deployment Component's
</persistence-unit-name>
</persistence-unit-ref>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
- <xsd:group ref="javaee:resourceGroup"/>
+ <xsd:group ref="javaee:resourceBaseGroup"/>
</xsd:sequence>
<xsd:attribute name="id"
type="xsd:ID"/>
<xsd:complexType name="remoteType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The remote element contains the fully-qualified name
of the enterprise bean's remote interface.
<remote>com.wombat.empl.EmployeeService</remote>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:complexType name="resource-env-refType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The resource-env-refType is used to define
resource-env-ref elements. It contains a declaration of a
Deployment Component's reference to an administered object
</resource-env-ref-type>
</resource-env-ref>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:complexType name="resource-refType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The resource-refType contains a declaration of a
Deployment Component's reference to an external resource. It
consists of an optional description, the resource manager
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:complexType name="security-roleType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The security-roleType contains the definition of a security
role. The definition consists of an optional description of
the security role, and the security role name.
<role-name>employee</role-name>
</security-role>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:complexType name="message-destinationType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The message-destinationType specifies a message
destination. The logical destination described by this
element is mapped to a physical destination by the Deployer.
</message-destination-name>
</message-destination>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:complexType name="message-destination-refType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The message-destination-ref element contains a declaration
of Deployment Component's reference to a message destination
associated with a resource in Deployment Component's
</message-destination-link>
</message-destination-ref>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:complexType name="message-destination-typeType">
<xsd:annotation>
<xsd:documentation>
-<![CDATA[[
+ <![CDATA[[
The message-destination-typeType specifies the type of
the destination. The type is specified by the Java interface
expected to be implemented by the destination.
<message-destination-type>javax.jms.Queue
</message-destination-type>
-]]>
+ ]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
</xsd:complexType>
</xsd:schema>
+
+