⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vacuumd-configuration.xsd

📁 opennms得相关源码 请大家看看
💻 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 + -