webui-colors.xsd

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

XSD
22
字号
<?xml version="1.0"?><schema xmlns="http://www.w3.org/2001/XMLSchema"	targetNamespace="http://xmlns.opennms.org/xsd/webui-colors">	<!--- The colors used in the categories box of the WebUI -->	<element name="category-colors">		<complexType>			<sequence>				<!-- The color used for a normal status -->				<element name="green" type="string" minOccurs="1" maxOccurs="1"/>				<!-- The color used for a warning status -->				<element name="yellow" type="string" minOccurs="1" maxOccurs="1"/>				<!-- The color used for an abnormal status -->				<element name="red" type="string" minOccurs="1" maxOccurs="1"/>			</sequence>		</complexType>	</element></schema>

⌨️ 快捷键说明

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