home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _6886BD054DE4488CB9DFF4F2C6E44E0F < prev    next >
Encoding:
Text File  |  2002-08-22  |  10.1 KB  |  323 lines

  1. <!--
  2. Copyright (c) 2000 Sun Microsystems, Inc.,
  3. 901 San Antonio Road,
  4. Palo Alto, California 94303, U.S.A.
  5. All rights reserved.
  6.  
  7. Sun Microsystems, Inc. has intellectual property rights relating to
  8. technology embodied in the product that is described in this document.
  9. In particular, and without limitation, these intellectual property
  10. rights may include one or more of the U.S. patents listed at
  11. http://www.sun.com/patents and one or more additional patents or
  12. pending patent applications in the U.S. and in other countries.
  13.  
  14. This document and the product to which it pertains are distributed
  15. under licenses restricting their use, copying, distribution, and
  16. decompilation.  This document may be reproduced and distributed but may
  17. not be changed without prior written authorization of Sun and its
  18. licensors, if any.
  19.  
  20. Third-party software, including font technology, is copyrighted and
  21. licensed from Sun suppliers.
  22.  
  23. Sun,  Sun Microsystems,  the Sun logo,  Java,  JavaServer Pages,  Java
  24. Naming and Directory Interface,  JDBC,  JDK,  JavaMail and  and
  25. Enterprise JavaBeans are trademarks or registered trademarks of Sun
  26. Microsystems, Inc. in the U.S. and other countries.
  27.  
  28. Federal Acquisitions: Commercial Software - Government Users Subject to
  29. Standard License Terms and Conditions.
  30.  
  31. DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED
  32. CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED
  33. WARRANTY OF MERCHANTABILITY, FITNESS FOR FOR A PARTICULAR PURPOSE OR
  34. NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH
  35. DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.
  36.  
  37.  
  38. _________________________________________________________________________
  39.  
  40. Copyright (c) 2000 Sun Microsystems, Inc.,
  41. 901 San Antonio Road,
  42. Palo Alto, California 94303, E'tats-Unis.
  43. Tous droits re'serve's.
  44.  
  45. Sun Microsystems, Inc. a les droits de proprie'te' intellectuels
  46. relatants a` la technologie incorpore'e dans le produit qui est de'crit
  47. dans ce document. En particulier, et sans la limitation, ces droits de
  48. proprie'te' intellectuels peuvent inclure un ou plus des brevets
  49. ame'ricains e'nume're's a` http://www.sun.com/patents et un ou les
  50. brevets plus supple'mentaires ou les applications de brevet en attente
  51. dans les E'tats-Unis et dans les autres pays.
  52.  
  53. Ce produit ou document est prote'ge' par un copyright et distribue'
  54. avec des licences qui en restreignent l'utilisation, la copie, la
  55. distribution, et la de'compilation.  Ce documention associe n peut
  56. e^tre reproduite et distribuer, par quelque moyen que ce soit, sans
  57. l'autorisation pre'alable et e'crite de Sun et de ses bailleurs de
  58. licence, le cas e'che'ant.
  59.  
  60. Le logiciel de'tenu par des tiers, et qui comprend la technologie
  61. relative aux polices de caracte`res, est prote'ge' par un copyright et
  62. licencie' par des fournisseurs de Sun.
  63.  
  64. Sun,  Sun Microsystems,  le logo Sun,  Java,  JavaServer Pages,  Java
  65. Naming and Directory Interface,  JDBC,  JDK,  JavaMail et  and
  66. Enterprise JavaBeans sont des marques de fabrique ou des marques
  67. de'pose'es de Sun Microsystems, Inc. aux E'tats-Unis et dans d'autres
  68. pays.
  69.  
  70. LA DOCUMENTATION EST FOURNIE "EN L'E'TAT" ET TOUTES AUTRES CONDITIONS,
  71. DECLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT
  72. EXCLUES, DANS LA MESURE AUTORISEE PAR LA LOI APPLICABLE, Y COMPRIS
  73. NOTAMMENT TOUTE GARANTIE IMPLICITE RELATIVE A LA QUALITE MARCHANDE, A
  74. L'APTITUDE A UNE UTILISATION PARTICULIERE OU A L'ABSENCE DE
  75. CONTREFAC,ON.
  76. -->
  77. <!--
  78. This is the XML DTD for the J2EE 1.3 application deployment
  79. descriptor.  All J2EE 1.3 application deployment descriptors
  80. must include a DOCTYPE of the following form:
  81.  
  82.   <!DOCTYPE application PUBLIC
  83.     "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
  84.     "http://java.sun.com/dtd/application_1_3.dtd">
  85.  
  86. -->
  87. <!--
  88. The following conventions apply to all J2EE deployment descriptor
  89. elements unless indicated otherwise.
  90.  
  91. - In elements that contain PCDATA, leading and trailing whitespace
  92.   in the data may be ignored.
  93.  
  94. - In elements whose value is an "enumerated type", the value is
  95.   case sensitive.
  96.  
  97. - In elements that specify a pathname to a file within the same
  98.   JAR file, relative filenames (i.e., those not starting with "/")
  99.   are considered relative to the root of the JAR file's namespace.
  100.   Absolute filenames (i.e., those starting with "/") also specify
  101.   names in the root of the JAR file's namespace.  In general, relative
  102.   names are preferred.  The exception is .war files where absolute
  103.   names are preferred for consistency with the servlet API.
  104. -->
  105. <!--
  106. The application element is the root element of a J2EE application
  107. deployment descriptor.
  108. -->
  109. <!ELEMENT application (icon?, display-name, description?, module+, security-role*)>
  110. <!--
  111. The alt-dd element specifies an optional URI to the post-assembly
  112. version of the deployment descriptor file for a particular J2EE module.
  113. The URI must specify the full pathname of the deployment descriptor
  114. file relative to the application's root directory. If alt-dd is not
  115. specified, the deployer must read the deployment descriptor from the
  116. default location and file name required by the respective component
  117. specification.
  118.  
  119. Used in: module
  120. -->
  121. <!ELEMENT alt-dd (#PCDATA)>
  122. <!--
  123. The connector element specifies the URI of a resource adapter archive
  124. file, relative to the top level of the application package.
  125.  
  126. Used in: module
  127. -->
  128. <!ELEMENT connector (#PCDATA)>
  129. <!--
  130. The context-root element specifies the context root of a web
  131. application.
  132.  
  133. Used in: web
  134. -->
  135. <!ELEMENT context-root (#PCDATA)>
  136. <!--
  137. The description element is used to provide text describing the parent
  138. element.  The description element should include any information that
  139. the application ear file producer wants to provide to the consumer of
  140. the application ear file (i.e., to the Deployer). Typically, the tools
  141. used by the application ear file consumer will display the description
  142. when processing the parent element that contains the description.
  143.  
  144. Used in: application, security-role
  145. -->
  146. <!ELEMENT description (#PCDATA)>
  147. <!--
  148. The display-name element contains a short name that is intended to be
  149. displayed by tools.  The display name need not be unique.
  150.  
  151. Used in: application
  152.  
  153. Example:
  154.  
  155. <display-name>Employee Self Service</display-name>
  156. -->
  157. <!ELEMENT display-name (#PCDATA)>
  158. <!--
  159. The ejb element specifies the URI of an ejb-jar, relative to the top
  160. level of the application package.
  161.  
  162. Used in: module
  163. -->
  164. <!ELEMENT ejb (#PCDATA)>
  165. <!--
  166. The icon element contains small-icon and large-icon elements that
  167. specify the file names for small and a large GIF or JPEG icon images
  168. used to represent the parent element in a GUI tool.
  169.  
  170. Used in: application
  171. -->
  172. <!ELEMENT icon (small-icon?, large-icon?)>
  173. <!--
  174. The java element specifies the URI of a java application client module,
  175. relative to the top level of the application package.
  176.  
  177. Used in: module
  178. -->
  179. <!ELEMENT java (#PCDATA)>
  180. <!--
  181. The large-icon element contains the name of a file
  182. containing a large (32 x 32) icon image. The file
  183. name is a relative path within the application's
  184. ear file.
  185.  
  186. The image may be either in the JPEG or GIF format.
  187. The icon can be used by tools.
  188.  
  189. Used in: icon
  190.  
  191. Example:
  192.  
  193. <large-icon>employee-service-icon32x32.jpg</large-icon>
  194. -->
  195. <!ELEMENT large-icon (#PCDATA)>
  196. <!--
  197. The module element represents a single J2EE module and contains a
  198. connector, ejb, java, or web element, which indicates the module type
  199. and contains a path to the module file, and an optional alt-dd element,
  200. which specifies an optional URI to the post-assembly version of the
  201. deployment descriptor.
  202.  
  203. The application deployment descriptor must have one module element for
  204. each J2EE module in the application package.
  205.  
  206. Used in: application
  207. -->
  208. <!ELEMENT module ((connector | ejb | java | web), alt-dd?)>
  209. <!--
  210. The role-name element contains the name of a security role.
  211.  
  212. The name must conform to the lexical rules for an NMTOKEN.
  213.  
  214. Used in: security-role
  215. -->
  216. <!ELEMENT role-name (#PCDATA)>
  217. <!--
  218. The security-role element contains the definition of a security
  219. role. The definition consists of an optional description of the
  220. security role, and the security role name.
  221.  
  222. Used in: application
  223.  
  224. Example:
  225.  
  226.     <security-role>
  227.     <description>
  228.         This role includes all employees who are authorized
  229.         to access the employee service application.
  230.     </description>
  231.     <role-name>employee</role-name>
  232.     </security-role>
  233. -->
  234. <!ELEMENT security-role (description?, role-name)>
  235. <!--
  236. The small-icon element contains the name of a file
  237. containing a small (16 x 16) icon image. The file
  238. name is a relative path within the application's
  239. ear file.
  240.  
  241. The image may be either in the JPEG or GIF format.
  242. The icon can be used by tools.
  243.  
  244. Used in: icon
  245.  
  246. Example:
  247.  
  248. <small-icon>employee-service-icon16x16.jpg</small-icon>
  249. -->
  250. <!ELEMENT small-icon (#PCDATA)>
  251. <!--
  252. The web element contains the web-uri and context-root of a web
  253. application module.
  254.  
  255. Used in: module
  256. -->
  257. <!ELEMENT web (web-uri, context-root)>
  258. <!--
  259. The web-uri element specifies the URI of a web application file,
  260. relative to the top level of the application package.
  261.  
  262. Used in: web
  263. -->
  264. <!ELEMENT web-uri (#PCDATA)>
  265. <!--
  266. The ID mechanism is to allow tools that produce additional deployment
  267. information (i.e., information beyond the standard deployment
  268. descriptor information) to store the non-standard information in a
  269. separate file, and easily refer from these tool-specific files to the
  270. information in the standard deployment descriptor.
  271.  
  272. Tools are not allowed to add the non-standard information into the
  273. standard deployment descriptor.
  274. -->
  275. <!ATTLIST alt-dd
  276.     id ID #IMPLIED
  277. >
  278. <!ATTLIST application
  279.     id ID #IMPLIED
  280. >
  281. <!ATTLIST connector
  282.     id ID #IMPLIED
  283. >
  284. <!ATTLIST context-root
  285.     id ID #IMPLIED
  286. >
  287. <!ATTLIST description
  288.     id ID #IMPLIED
  289. >
  290. <!ATTLIST display-name
  291.     id ID #IMPLIED
  292. >
  293. <!ATTLIST ejb
  294.     id ID #IMPLIED
  295. >
  296. <!ATTLIST icon
  297.     id ID #IMPLIED
  298. >
  299. <!ATTLIST java
  300.     id ID #IMPLIED
  301. >
  302. <!ATTLIST large-icon
  303.     id ID #IMPLIED
  304. >
  305. <!ATTLIST module
  306.     id ID #IMPLIED
  307. >
  308. <!ATTLIST role-name
  309.     id ID #IMPLIED
  310. >
  311. <!ATTLIST security-role
  312.     id ID #IMPLIED
  313. >
  314. <!ATTLIST small-icon
  315.     id ID #IMPLIED
  316. >
  317. <!ATTLIST web
  318.     id ID #IMPLIED
  319. >
  320. <!ATTLIST web-uri
  321.     id ID #IMPLIED
  322. >
  323.