This appendix provides a complete reference for the elements in the WebLogic Coherence application deployment descriptor weblogic-coh-app.xml.
This appendix includes the following sections:
The correct text for the namespace declaration and schema location for the weblogic-coh-app.xml file is as follows.
<weglogic-coh-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-coh-app">
The weblogic-coh-app element is the root element of the WebLogic Coherence application deployment descriptor.
The following table describes the elements you can define within a weblogic-coh-app element.
Table B-1 weblogic-coh-app Elements
| Element | Required/ Optional | Description | 
|---|---|---|
| 
 | Optional | Specifies a description. | 
| Optional | Specifies a shared library module that is intended to be used as a library in a Coherence application. | 
The library-ref element specifies a shared library module that is intended to be used as a library in a Coherence application.
The following table describes the elements you can define within a library-ref element.
Table B-2 library-ref Elements
| Element | Required/ Optional | Description | 
|---|---|---|
| 
 | Required | Specifies the name of the referenced shared library. | 
| 
 | Optional | Specifies the minimum specification-version required. | 
| 
 | Optional | Specifies the minimum implementation-version required. | 
| 
 | Optional | Specifies whether there must be an exact match between the specification and implementation version that is specified and that of the referenced library. Default value is  |