📄 vacuumd-configuration.xsd
字号:
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.opennms.org/xsd/config/outage"> <element name="VacuumdConfiguration"> <complexType> <sequence> <!-- this represents the SQL that is performed every <period> seconds --> <element ref="statement" minOccurs="0" maxOccurs="unbounded"/> </sequence> <!--- how often to vacuum the database in seconds --> <attribute name="period" type="positiveInteger" use="required"/> <!--- the query to get next value of the 'outageNxtId' database sequence - to make the access database independant --> </complexType> </element> <element name="statement"> <complexType> <simpleContent> <extension base="string"/> </simpleContent> </complexType> </element></schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -