app-client-15.rnc

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

RNC
41
字号
default namespace javaee = "http://java.sun.com/xml/ns/javaee"namespace local = ""namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"include "../resin/javaee.rnc"javaee15_application-client = element application-client {  attribute id { string }?,  attribute metadata-complete { string }?,  attribute version { string },  attribute xsi:schemaLocation { string },  javaee_description-Group,  javaee_env-entry*,  javaee_ejb-ref*,  javaee_service-ref-Group,  javaee_resource-ref*,  javaee_resource-env-ref*,  javaee_message-destination*,  javaee_message-destination-ref*,  javaee_persistence-unit-ref*,  javaee_post-construct*,  javaee_pre-destroy*,  element callback-handler { javaee_fully-qualified-class }?}

⌨️ 快捷键说明

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