vacuumd-configuration.xsd

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

XSD
27
字号
<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 + =
减小字号Ctrl + -
显示快捷键?