1
|
1 |
<?xml version='1.0' encoding='UTF-8'?>
|
|
2 |
<!-- Schema file written by PDE -->
|
|
3 |
<schema targetNamespace="com.nokia.carbide.cpp.codescanner" xmlns="http://www.w3.org/2001/XMLSchema">
|
|
4 |
<annotation>
|
|
5 |
<appinfo>
|
|
6 |
<meta.schema plugin="com.nokia.carbide.cpp.codescanner" id="rules" name="Rules"/>
|
|
7 |
</appinfo>
|
|
8 |
<documentation>
|
|
9 |
The Rules extension point registers a plugin that contributes CodeScanner rules.
|
|
10 |
</documentation>
|
|
11 |
</annotation>
|
|
12 |
|
|
13 |
<element name="extension">
|
|
14 |
<complexType>
|
|
15 |
<sequence>
|
|
16 |
<element ref="ruleSet" minOccurs="1" maxOccurs="unbounded"/>
|
|
17 |
</sequence>
|
|
18 |
<attribute name="point" type="string" use="required">
|
|
19 |
<annotation>
|
|
20 |
<documentation>
|
|
21 |
|
|
22 |
</documentation>
|
|
23 |
</annotation>
|
|
24 |
</attribute>
|
|
25 |
<attribute name="id" type="string">
|
|
26 |
<annotation>
|
|
27 |
<documentation>
|
|
28 |
|
|
29 |
</documentation>
|
|
30 |
</annotation>
|
|
31 |
</attribute>
|
|
32 |
<attribute name="name" type="string">
|
|
33 |
<annotation>
|
|
34 |
<documentation>
|
|
35 |
|
|
36 |
</documentation>
|
|
37 |
<appinfo>
|
|
38 |
<meta.attribute translatable="true"/>
|
|
39 |
</appinfo>
|
|
40 |
</annotation>
|
|
41 |
</attribute>
|
|
42 |
</complexType>
|
|
43 |
</element>
|
|
44 |
|
|
45 |
<element name="ruleSet">
|
|
46 |
<annotation>
|
|
47 |
<documentation>
|
|
48 |
The ruleSet element register a set of rules contributed by a plugin
|
|
49 |
</documentation>
|
|
50 |
</annotation>
|
|
51 |
<complexType>
|
|
52 |
<attribute name="location" type="string">
|
|
53 |
<annotation>
|
|
54 |
<documentation>
|
|
55 |
The plugin-relative path of the folder containing the rule set
|
|
56 |
</documentation>
|
|
57 |
</annotation>
|
|
58 |
</attribute>
|
|
59 |
<attribute name="name" type="string">
|
|
60 |
<annotation>
|
|
61 |
<documentation>
|
|
62 |
Name of the rule set
|
|
63 |
</documentation>
|
|
64 |
</annotation>
|
|
65 |
</attribute>
|
|
66 |
</complexType>
|
|
67 |
</element>
|
|
68 |
|
|
69 |
<annotation>
|
|
70 |
<appinfo>
|
|
71 |
<meta.section type="since"/>
|
|
72 |
</appinfo>
|
|
73 |
<documentation>
|
|
74 |
Carbide.c++ 2.0
|
|
75 |
</documentation>
|
|
76 |
</annotation>
|
|
77 |
|
|
78 |
<annotation>
|
|
79 |
<appinfo>
|
|
80 |
<meta.section type="examples"/>
|
|
81 |
</appinfo>
|
|
82 |
<documentation>
|
|
83 |
<pre>
|
|
84 |
<extension point="com.nokia.carbide.cpp.codescanner.rules">
|
|
85 |
<ruleSet
|
|
86 |
name="Touch SDK"
|
|
87 |
location="data/rules/"
|
|
88 |
/>
|
|
89 |
</extension>
|
|
90 |
</pre>
|
|
91 |
</documentation>
|
|
92 |
</annotation>
|
|
93 |
|
|
94 |
<annotation>
|
|
95 |
<appinfo>
|
|
96 |
<meta.section type="apiinfo"/>
|
|
97 |
</appinfo>
|
|
98 |
<documentation>
|
|
99 |
No API implementation is required.
|
|
100 |
</documentation>
|
|
101 |
</annotation>
|
|
102 |
|
|
103 |
<annotation>
|
|
104 |
<appinfo>
|
|
105 |
<meta.section type="implementation"/>
|
|
106 |
</appinfo>
|
|
107 |
<documentation>
|
|
108 |
This extension point registers a plugin that contributes CodeScanner rules. Implementation is not required.
|
|
109 |
</documentation>
|
|
110 |
</annotation>
|
|
111 |
|
|
112 |
<annotation>
|
|
113 |
<appinfo>
|
|
114 |
<meta.section type="copyright"/>
|
|
115 |
</appinfo>
|
|
116 |
<documentation>
|
|
117 |
(C) Copyright 2008 Nokia Corporation.
|
|
118 |
</documentation>
|
|
119 |
</annotation>
|
|
120 |
|
|
121 |
</schema>
|