app-client-14.rnc

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

RNC
35
字号
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"start = j2ee14_application-clientj2ee14_application-client = element application-client {  attribute id { string }?,  attribute version { string },  attribute xsi:schemaLocation { string },  j2ee_description-Group,  j2ee_env-entry*,  j2ee_ejb-ref*,  j2ee_service-ref-Group,  j2ee_resource-ref*,  j2ee_resource-env-ref*,  j2ee_message-destination-ref*,  element callback-handler { j2ee_fully-qualified-class }?,  j2ee_message-destination*}

⌨️ 快捷键说明

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