opennms-server.xsd

来自「opennms得相关源码 请大家看看」· XSD 代码 · 共 22 行

XSD
22
字号
<schema	xmlns="http://www.w3.org/2001/XMLSchema"	targetNamespace="http://xmlns.opennms.org/xsd/config/localServer">	<element name="local-server">		<complexType>			<attribute name="server-name" type="string" use="optional" default="localhost"/>                                                <!--- a flag to indicate if poller has to identify the nms server to restrict                               - services to poll.			-->  			<attribute name="verify-server" type="string" use="optional" default="false">                                <simpleType>                                        <restriction base="string">                                                <pattern value="(true|false)"/>                                        </restriction>                                </simpleType>                        </attribute>                        		</complexType>	</element></schema>

⌨️ 快捷键说明

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