resin-app-client.rnc

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

RNC
37
字号
default namespace r = "http://caucho.com/ns/resin"namespace l = ""include "../resin/env.rnc"include "../resin/resin-j2ee.rnc"include "../webapp/resin-web-xml-content.rnc"resin_application-client = element application-client {  attribute id { string }?  & attribute version { string }?  & attribute xsi:schemaLocation { string }?  & r_description-Group  & r_env-Group  & r_env-entry*  & r_ejb-ref*  & r_service-ref-Group  & r_resource-ref*  & r_resource-env-ref*  & r_message-destination-ref*  & element callback-handler { r_fully-qualified-class }?  & r_message-destination*  & r_web-service-client*}

⌨️ 快捷键说明

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