ear-14.rnc

来自「RESIN 3.2 最新源码」· RNC 代码 · 共 63 行

RNC
63
字号
default namespace j2ee = "http://java.sun.com/xml/ns/j2ee"namespace local = ""namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"include "../resin/j2ee.rnc"j2ee_alt-dd = element alt-dd { string }j2ee_application = element application {  attribute id { string }?,  attribute version { string },  attribute xsi:schemaLocation { string },  j2ee_description-Group,  j2ee_module+,  j2ee_security-role*}## path to rar connectorj2ee_connector = element connector { j2ee_path }## the context root of the web applicationj2ee_context-root = element context-root { string }## path to ejb jarj2ee_ejb = element ejb { j2ee_path }## path to application client modulej2ee_java = element java { j2ee_path }j2ee_module = element module {  attribute id { string }?,  (j2ee_connector  | j2ee_ejb  | j2ee_java  | j2ee_web),  j2ee_alt-dd?}j2ee_web = element web {  attribute id { string }?,  j2ee_web-uri,  j2ee_context-root}j2ee_web-uri = element web-uri {  string}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?