此内容没有您所选择的语言版本。
Chapter 3. Writing Server-Side Plug-ins: Procedures
3.1. Tip: Checking XSD Annotations 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
There are a number of XSD files that provide elements for server-side plug-ins:
rhq-configuration.xsd, rhq-serverplugin.xsd, and type-specific files like rhq-serverplugin-alert.xsd.
Different properties and attributes are defined in these schema files. They are annotated so you can see what the existing, default schema makes available.
For example, for the <control> element:
Read through the annotations in the XSD files to help plan what your plug-in will do and determine whether your configuration requires custom schema.