trapd-configuration.xsd
来自「opennms得相关源码 请大家看看」· XSD 代码 · 共 14 行
XSD
14 行
<?xml version="1.0"?><schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.opennms.org/xsd/config/trapd"> <element name="trapd-configuration"> <complexType> <!--- the port on which traps are listened to, default value is 162 --> <attribute name="snmp-trap-port" type="positiveInteger" use="required"/> <!--- whether traps from unknown devices should generate newSuspect events --> <attribute name="new-suspect-on-trap" type="boolean" use="required"/> </complexType> </element></schema>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?