1
|
1 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2 |
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
3 |
<xs:element name="worryingcomments">
|
|
4 |
<xs:complexType>
|
|
5 |
<xs:sequence>
|
|
6 |
<xs:element ref="worryRE"/>
|
|
7 |
</xs:sequence>
|
|
8 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
9 |
<xs:attribute ref="severity"/>
|
|
10 |
<xs:attribute ref="category"/>
|
|
11 |
</xs:complexType>
|
|
12 |
</xs:element>
|
|
13 |
<xs:element name="worryRE" type="xs:string"/>
|
|
14 |
<xs:element name="wordsRE" type="xs:string"/>
|
|
15 |
<xs:element name="voidparameter">
|
|
16 |
<xs:complexType>
|
|
17 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
18 |
<xs:attribute ref="severity"/>
|
|
19 |
<xs:attribute ref="category"/>
|
|
20 |
</xs:complexType>
|
|
21 |
</xs:element>
|
|
22 |
<xs:element name="variablenames">
|
|
23 |
<xs:complexType>
|
|
24 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
25 |
<xs:attribute ref="severity"/>
|
|
26 |
<xs:attribute ref="category"/>
|
|
27 |
</xs:complexType>
|
|
28 |
</xs:element>
|
|
29 |
<xs:element name="userfree">
|
|
30 |
<xs:complexType>
|
|
31 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
32 |
<xs:attribute ref="severity"/>
|
|
33 |
<xs:attribute ref="category"/>
|
|
34 |
</xs:complexType>
|
|
35 |
</xs:element>
|
|
36 |
<xs:element name="userafter">
|
|
37 |
<xs:complexType>
|
|
38 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
39 |
<xs:attribute ref="severity"/>
|
|
40 |
<xs:attribute ref="category"/>
|
|
41 |
</xs:complexType>
|
|
42 |
</xs:element>
|
|
43 |
<xs:element name="userWaitForRequest">
|
|
44 |
<xs:complexType>
|
|
45 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
46 |
<xs:attribute ref="severity"/>
|
|
47 |
<xs:attribute ref="category"/>
|
|
48 |
</xs:complexType>
|
|
49 |
</xs:element>
|
|
50 |
<xs:element name="unicodesource">
|
|
51 |
<xs:complexType>
|
|
52 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
53 |
<xs:attribute ref="severity"/>
|
|
54 |
<xs:attribute ref="category"/>
|
|
55 |
</xs:complexType>
|
|
56 |
</xs:element>
|
|
57 |
<xs:element name="uncompressedbmp">
|
|
58 |
<xs:complexType>
|
|
59 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
60 |
<xs:attribute ref="severity"/>
|
|
61 |
<xs:attribute ref="category"/>
|
|
62 |
</xs:complexType>
|
|
63 |
</xs:element>
|
|
64 |
<xs:element name="uncompressedaif">
|
|
65 |
<xs:complexType>
|
|
66 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
67 |
<xs:attribute ref="severity"/>
|
|
68 |
<xs:attribute ref="category"/>
|
|
69 |
</xs:complexType>
|
|
70 |
</xs:element>
|
|
71 |
<xs:element name="uids">
|
|
72 |
<xs:complexType>
|
|
73 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
74 |
<xs:attribute ref="severity"/>
|
|
75 |
<xs:attribute ref="category"/>
|
|
76 |
</xs:complexType>
|
|
77 |
</xs:element>
|
|
78 |
<xs:element name="trspassing">
|
|
79 |
<xs:complexType>
|
|
80 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
81 |
<xs:attribute ref="severity"/>
|
|
82 |
<xs:attribute ref="category"/>
|
|
83 |
</xs:complexType>
|
|
84 |
</xs:element>
|
|
85 |
<xs:element name="traprunl">
|
|
86 |
<xs:complexType>
|
|
87 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
88 |
<xs:attribute ref="severity"/>
|
|
89 |
<xs:attribute ref="category"/>
|
|
90 |
</xs:complexType>
|
|
91 |
</xs:element>
|
|
92 |
<xs:element name="trapeleave">
|
|
93 |
<xs:complexType>
|
|
94 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
95 |
<xs:attribute ref="severity"/>
|
|
96 |
<xs:attribute ref="category"/>
|
|
97 |
</xs:complexType>
|
|
98 |
</xs:element>
|
|
99 |
<xs:element name="trapcleanup">
|
|
100 |
<xs:complexType>
|
|
101 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
102 |
<xs:attribute ref="severity"/>
|
|
103 |
<xs:attribute ref="category"/>
|
|
104 |
</xs:complexType>
|
|
105 |
</xs:element>
|
|
106 |
<xs:element name="todocomments">
|
|
107 |
<xs:complexType>
|
|
108 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
109 |
<xs:attribute ref="severity"/>
|
|
110 |
<xs:attribute ref="category"/>
|
|
111 |
</xs:complexType>
|
|
112 |
</xs:element>
|
|
113 |
<xs:element name="title" type="xs:string"/>
|
|
114 |
<xs:element name="tclassdestructor">
|
|
115 |
<xs:complexType>
|
|
116 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
117 |
<xs:attribute ref="severity"/>
|
|
118 |
<xs:attribute ref="category"/>
|
|
119 |
</xs:complexType>
|
|
120 |
</xs:element>
|
|
121 |
<xs:element name="tcclasses">
|
|
122 |
<xs:complexType>
|
|
123 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
124 |
<xs:attribute ref="severity"/>
|
|
125 |
<xs:attribute ref="category"/>
|
|
126 |
</xs:complexType>
|
|
127 |
</xs:element>
|
|
128 |
<xs:element name="timestampedoutput" type="xs:string"/>
|
|
129 |
<xs:element name="struct">
|
|
130 |
<xs:complexType>
|
|
131 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
132 |
<xs:attribute ref="severity"/>
|
|
133 |
<xs:attribute ref="category"/>
|
|
134 |
</xs:complexType>
|
|
135 |
</xs:element>
|
|
136 |
<xs:element name="stringsinresourcefiles">
|
|
137 |
<xs:complexType>
|
|
138 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
139 |
<xs:attribute ref="severity"/>
|
|
140 |
<xs:attribute ref="category"/>
|
|
141 |
</xs:complexType>
|
|
142 |
</xs:element>
|
|
143 |
<xs:element name="stringliterals">
|
|
144 |
<xs:complexType>
|
|
145 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
146 |
<xs:attribute ref="severity"/>
|
|
147 |
<xs:attribute ref="category"/>
|
|
148 |
</xs:complexType>
|
|
149 |
</xs:element>
|
|
150 |
<xs:element name="sources">
|
|
151 |
<xs:complexType>
|
|
152 |
<xs:sequence>
|
|
153 |
<xs:element minOccurs="0" maxOccurs="unbounded" ref="exclude"/>
|
|
154 |
</xs:sequence>
|
|
155 |
</xs:complexType>
|
|
156 |
</xs:element>
|
|
157 |
<xs:element name="severity" type="xs:string"/>
|
|
158 |
<xs:element name="severities">
|
|
159 |
<xs:complexType>
|
|
160 |
<xs:sequence>
|
|
161 |
<xs:element minOccurs="0" ref="high"/>
|
|
162 |
<xs:element minOccurs="0" ref="medium"/>
|
|
163 |
<xs:element minOccurs="0" ref="low"/>
|
|
164 |
</xs:sequence>
|
|
165 |
</xs:complexType>
|
|
166 |
</xs:element>
|
|
167 |
<xs:element name="scripts">
|
|
168 |
<xs:complexType mixed="true">
|
|
169 |
<xs:sequence>
|
|
170 |
<xs:element minOccurs="0" ref="accessArrayElementWithoutCheck"/>
|
|
171 |
<xs:element minOccurs="0" ref="accessArrayElementWithoutCheck2"/>
|
|
172 |
<xs:element minOccurs="0" ref="activestart"/>
|
|
173 |
<xs:element minOccurs="0" ref="activestop"/>
|
|
174 |
<xs:element minOccurs="0" ref="arraypassing"/>
|
|
175 |
<xs:element minOccurs="0" ref="arrayptrcleanup"/>
|
|
176 |
<xs:element minOccurs="0" ref="assertdebuginvariant"/>
|
|
177 |
<xs:element minOccurs="0" ref="baddefines"/>
|
|
178 |
<xs:element minOccurs="0" ref="baseconstruct"/>
|
|
179 |
<xs:element minOccurs="0" ref="callActiveObjectWithoutCheckingOrStopping"/>
|
|
180 |
<xs:element minOccurs="0" ref="changenotification"/>
|
|
181 |
<xs:element minOccurs="0" ref="cleanup"/>
|
|
182 |
<xs:element minOccurs="0" ref="commentcode"/>
|
|
183 |
<xs:element minOccurs="0" ref="connect"/>
|
|
184 |
<xs:element minOccurs="0" ref="ConnectAndDontCloseMemberVariable"/>
|
|
185 |
<xs:element minOccurs="0" ref="constnames"/>
|
|
186 |
<xs:element minOccurs="0" ref="consttdescptr"/>
|
|
187 |
<xs:element minOccurs="0" ref="controlornull"/>
|
|
188 |
<xs:element minOccurs="0" ref="crepository"/>
|
|
189 |
<xs:element minOccurs="0" ref="ctltargettype"/>
|
|
190 |
<xs:element minOccurs="0" ref="customizableicons"/>
|
|
191 |
<xs:element minOccurs="0" ref="debugrom"/>
|
|
192 |
<xs:element minOccurs="0" ref="declarename"/>
|
|
193 |
<xs:element minOccurs="0" ref="deleteMemberVariable"/>
|
|
194 |
<xs:element minOccurs="0" ref="destructor"/>
|
|
195 |
<xs:element minOccurs="0" ref="doubleSemiColon"/>
|
|
196 |
<xs:element minOccurs="0" ref="driveletters"/>
|
|
197 |
<xs:element minOccurs="0" ref="eikbuttons"/>
|
|
198 |
<xs:element minOccurs="0" ref="eikonenvstatic"/>
|
|
199 |
<xs:element minOccurs="0" ref="enummembers"/>
|
|
200 |
<xs:element minOccurs="0" ref="enumnames"/>
|
|
201 |
<xs:element minOccurs="0" ref="exportinline"/>
|
|
202 |
<xs:element minOccurs="0" ref="exportpurevirtual"/>
|
|
203 |
<xs:element minOccurs="0" ref="externaldriveletters"/>
|
|
204 |
<xs:element minOccurs="0" ref="flags"/>
|
|
205 |
<xs:element minOccurs="0" ref="foff"/>
|
|
206 |
<xs:element minOccurs="0" ref="forbiddenwords"/>
|
|
207 |
<xs:element minOccurs="0" ref="forgottoputptroncleanupstack"/>
|
|
208 |
<xs:element minOccurs="0" ref="friend"/>
|
|
209 |
<xs:element minOccurs="0" ref="goto"/>
|
|
210 |
<xs:element minOccurs="0" ref="ifassignments"/>
|
|
211 |
<xs:element minOccurs="0" ref="ifpreprocessor"/>
|
|
212 |
<xs:element minOccurs="0" ref="inheritanceorder"/>
|
|
213 |
<xs:element minOccurs="0" ref="intleaves"/>
|
|
214 |
<xs:element minOccurs="0" ref="jmp"/>
|
|
215 |
<xs:element minOccurs="0" ref="leave"/>
|
|
216 |
<xs:element minOccurs="0" ref="LeaveNoError"/>
|
|
217 |
<xs:element minOccurs="0" ref="leavingoperators"/>
|
|
218 |
<xs:element minOccurs="0" ref="LFunctionCantLeave"/>
|
|
219 |
<xs:element minOccurs="0" ref="longlines"/>
|
|
220 |
<xs:element minOccurs="0" ref="magicnumbers"/>
|
|
221 |
<xs:element minOccurs="0" ref="mclassdestructor"/>
|
|
222 |
<xs:element minOccurs="0" ref="memberlc"/>
|
|
223 |
<xs:element minOccurs="0" ref="membervariablecallld"/>
|
|
224 |
<xs:element minOccurs="0" ref="missingcancel"/>
|
|
225 |
<xs:element minOccurs="0" ref="missingcclass"/>
|
|
226 |
<xs:element minOccurs="0" ref="mmpsourcepath"/>
|
|
227 |
<xs:element minOccurs="0" ref="multilangrsc"/>
|
|
228 |
<xs:element minOccurs="0" ref="multipledeclarations"/>
|
|
229 |
<xs:element minOccurs="0" ref="multipleinheritance"/>
|
|
230 |
<xs:element minOccurs="0" ref="mydocs"/>
|
|
231 |
<xs:element minOccurs="0" ref="namespace"/>
|
|
232 |
<xs:element minOccurs="0" ref="newlreferences"/>
|
|
233 |
<xs:element minOccurs="0" ref="noleavetrap"/>
|
|
234 |
<xs:element minOccurs="0" ref="nonconsthbufc"/>
|
|
235 |
<xs:element minOccurs="0" ref="nonconsttdesc"/>
|
|
236 |
<xs:element minOccurs="0" ref="nonleavenew"/>
|
|
237 |
<xs:element minOccurs="0" ref="nonunicodeskins"/>
|
|
238 |
<xs:element minOccurs="0" ref="null"/>
|
|
239 |
<xs:element minOccurs="0" ref="open"/>
|
|
240 |
<xs:element minOccurs="0" ref="pointertoarrays"/>
|
|
241 |
<xs:element minOccurs="0" ref="pragmadisable"/>
|
|
242 |
<xs:element minOccurs="0" ref="pragmamessage"/>
|
|
243 |
<xs:element minOccurs="0" ref="pragmaother"/>
|
|
244 |
<xs:element minOccurs="0" ref="privateinheritance"/>
|
|
245 |
<xs:element minOccurs="0" ref="pushaddrvar"/>
|
|
246 |
<xs:element minOccurs="0" ref="pushmember"/>
|
|
247 |
<xs:element minOccurs="0" ref="readresource"/>
|
|
248 |
<xs:element minOccurs="0" ref="resourcenotoncleanupstack"/>
|
|
249 |
<xs:element minOccurs="0" ref="resourcesonheap"/>
|
|
250 |
<xs:element minOccurs="0" ref="returndescriptoroutofscope"/>
|
|
251 |
<xs:element minOccurs="0" ref="rfs"/>
|
|
252 |
<xs:element minOccurs="0" ref="rssnames"/>
|
|
253 |
<xs:element minOccurs="0" ref="stringliterals"/>
|
|
254 |
<xs:element minOccurs="0" ref="stringsinresourcefiles"/>
|
|
255 |
<xs:element minOccurs="0" ref="struct"/>
|
|
256 |
<xs:element minOccurs="0" ref="tcclasses"/>
|
|
257 |
<xs:element minOccurs="0" ref="tclassdestructor"/>
|
|
258 |
<xs:element minOccurs="0" ref="todocomments"/>
|
|
259 |
<xs:element minOccurs="0" ref="trapcleanup"/>
|
|
260 |
<xs:element minOccurs="0" ref="trapeleave"/>
|
|
261 |
<xs:element minOccurs="0" ref="traprunl"/>
|
|
262 |
<xs:element minOccurs="0" ref="trspassing"/>
|
|
263 |
<xs:element minOccurs="0" ref="uids"/>
|
|
264 |
<xs:element minOccurs="0" ref="uncompressedaif"/>
|
|
265 |
<xs:element minOccurs="0" ref="uncompressedbmp"/>
|
|
266 |
<xs:element minOccurs="0" ref="unicodesource"/>
|
|
267 |
<xs:element minOccurs="0" ref="userafter"/>
|
|
268 |
<xs:element minOccurs="0" ref="userfree"/>
|
|
269 |
<xs:element minOccurs="0" ref="userWaitForRequest"/>
|
|
270 |
<xs:element minOccurs="0" ref="variablenames"/>
|
|
271 |
<xs:element minOccurs="0" ref="voidparameter"/>
|
|
272 |
<xs:element minOccurs="0" ref="worryingcomments"/>
|
|
273 |
</xs:sequence>
|
|
274 |
</xs:complexType>
|
|
275 |
</xs:element>
|
|
276 |
<xs:element name="rssnames">
|
|
277 |
<xs:complexType>
|
|
278 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
279 |
<xs:attribute ref="severity"/>
|
|
280 |
<xs:attribute ref="category"/>
|
|
281 |
</xs:complexType>
|
|
282 |
</xs:element>
|
|
283 |
<xs:element name="rfs">
|
|
284 |
<xs:complexType>
|
|
285 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
286 |
<xs:attribute ref="severity"/>
|
|
287 |
<xs:attribute ref="category"/>
|
|
288 |
</xs:complexType>
|
|
289 |
</xs:element>
|
|
290 |
<xs:element name="returndescriptoroutofscope">
|
|
291 |
<xs:complexType>
|
|
292 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
293 |
<xs:attribute ref="severity"/>
|
|
294 |
<xs:attribute ref="category"/>
|
|
295 |
</xs:complexType>
|
|
296 |
</xs:element>
|
|
297 |
<xs:element name="resourcesonheap">
|
|
298 |
<xs:complexType>
|
|
299 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
300 |
<xs:attribute ref="severity"/>
|
|
301 |
<xs:attribute ref="category"/>
|
|
302 |
</xs:complexType>
|
|
303 |
</xs:element>
|
|
304 |
<xs:element name="resourcenotoncleanupstack">
|
|
305 |
<xs:complexType>
|
|
306 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
307 |
<xs:attribute ref="severity"/>
|
|
308 |
<xs:attribute ref="category"/>
|
|
309 |
</xs:complexType>
|
|
310 |
</xs:element>
|
|
311 |
<xs:element name="readresource">
|
|
312 |
<xs:complexType>
|
|
313 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
314 |
<xs:attribute ref="severity"/>
|
|
315 |
<xs:attribute ref="category"/>
|
|
316 |
</xs:complexType>
|
|
317 |
</xs:element>
|
|
318 |
<xs:element name="pushmember">
|
|
319 |
<xs:complexType>
|
|
320 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
321 |
<xs:attribute ref="severity"/>
|
|
322 |
<xs:attribute ref="category"/>
|
|
323 |
</xs:complexType>
|
|
324 |
</xs:element>
|
|
325 |
<xs:element name="pushaddrvar">
|
|
326 |
<xs:complexType>
|
|
327 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
328 |
<xs:attribute ref="severity"/>
|
|
329 |
<xs:attribute ref="category"/>
|
|
330 |
</xs:complexType>
|
|
331 |
</xs:element>
|
|
332 |
<xs:element name="privateinheritance">
|
|
333 |
<xs:complexType>
|
|
334 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
335 |
<xs:attribute ref="severity"/>
|
|
336 |
<xs:attribute ref="category"/>
|
|
337 |
</xs:complexType>
|
|
338 |
</xs:element>
|
|
339 |
<xs:element name="pragmaother">
|
|
340 |
<xs:complexType>
|
|
341 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
342 |
<xs:attribute ref="severity"/>
|
|
343 |
<xs:attribute ref="category"/>
|
|
344 |
</xs:complexType>
|
|
345 |
</xs:element>
|
|
346 |
<xs:element name="pragmamessage">
|
|
347 |
<xs:complexType>
|
|
348 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
349 |
<xs:attribute ref="severity"/>
|
|
350 |
<xs:attribute ref="category"/>
|
|
351 |
</xs:complexType>
|
|
352 |
</xs:element>
|
|
353 |
<xs:element name="pragmadisable">
|
|
354 |
<xs:complexType>
|
|
355 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
356 |
<xs:attribute ref="severity"/>
|
|
357 |
<xs:attribute ref="category"/>
|
|
358 |
</xs:complexType>
|
|
359 |
</xs:element>
|
|
360 |
<xs:element name="pointertoarrays">
|
|
361 |
<xs:complexType>
|
|
362 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
363 |
<xs:attribute ref="severity"/>
|
|
364 |
<xs:attribute ref="category"/>
|
|
365 |
</xs:complexType>
|
|
366 |
</xs:element>
|
|
367 |
<xs:element name="performance">
|
|
368 |
<xs:complexType>
|
|
369 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
370 |
</xs:complexType>
|
|
371 |
</xs:element>
|
|
372 |
<xs:element name="panic">
|
|
373 |
<xs:complexType>
|
|
374 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
375 |
</xs:complexType>
|
|
376 |
</xs:element>
|
|
377 |
<xs:element name="outputformat" type="xs:string"/>
|
|
378 |
<xs:element name="other">
|
|
379 |
<xs:complexType>
|
|
380 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
381 |
</xs:complexType>
|
|
382 |
</xs:element>
|
|
383 |
<xs:element name="openIgnoreRE" type="xs:string"/>
|
|
384 |
<xs:element name="open">
|
|
385 |
<xs:complexType>
|
|
386 |
<xs:sequence>
|
|
387 |
<xs:element ref="openIgnoreRE"/>
|
|
388 |
</xs:sequence>
|
|
389 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
390 |
<xs:attribute ref="severity"/>
|
|
391 |
<xs:attribute ref="category"/>
|
|
392 |
</xs:complexType>
|
|
393 |
</xs:element>
|
|
394 |
<xs:element name="null">
|
|
395 |
<xs:complexType>
|
|
396 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
397 |
<xs:attribute ref="severity"/>
|
|
398 |
<xs:attribute ref="category"/>
|
|
399 |
</xs:complexType>
|
|
400 |
</xs:element>
|
|
401 |
<xs:element name="nonunicodeskins">
|
|
402 |
<xs:complexType>
|
|
403 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
404 |
<xs:attribute ref="severity"/>
|
|
405 |
<xs:attribute ref="category"/>
|
|
406 |
</xs:complexType>
|
|
407 |
</xs:element>
|
|
408 |
<xs:element name="nonleavenew">
|
|
409 |
<xs:complexType>
|
|
410 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
411 |
<xs:attribute ref="severity"/>
|
|
412 |
<xs:attribute ref="category"/>
|
|
413 |
</xs:complexType>
|
|
414 |
</xs:element>
|
|
415 |
<xs:element name="nonconsttdesc">
|
|
416 |
<xs:complexType>
|
|
417 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
418 |
<xs:attribute ref="severity"/>
|
|
419 |
<xs:attribute ref="category"/>
|
|
420 |
</xs:complexType>
|
|
421 |
</xs:element>
|
|
422 |
<xs:element name="nonconsthbufc">
|
|
423 |
<xs:complexType>
|
|
424 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
425 |
<xs:attribute ref="severity"/>
|
|
426 |
<xs:attribute ref="category"/>
|
|
427 |
</xs:complexType>
|
|
428 |
</xs:element>
|
|
429 |
<xs:element name="noleavetrap">
|
|
430 |
<xs:complexType>
|
|
431 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
432 |
<xs:attribute ref="severity"/>
|
|
433 |
<xs:attribute ref="category"/>
|
|
434 |
</xs:complexType>
|
|
435 |
</xs:element>
|
|
436 |
<xs:element name="newlreferences">
|
|
437 |
<xs:complexType>
|
|
438 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
439 |
<xs:attribute ref="severity"/>
|
|
440 |
<xs:attribute ref="category"/>
|
|
441 |
</xs:complexType>
|
|
442 |
</xs:element>
|
|
443 |
<xs:element name="namespace">
|
|
444 |
<xs:complexType>
|
|
445 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
446 |
<xs:attribute ref="severity"/>
|
|
447 |
<xs:attribute ref="category"/>
|
|
448 |
</xs:complexType>
|
|
449 |
</xs:element>
|
|
450 |
<xs:element name="name" type="xs:string"/>
|
|
451 |
<xs:element name="mydocs">
|
|
452 |
<xs:complexType>
|
|
453 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
454 |
<xs:attribute ref="severity"/>
|
|
455 |
<xs:attribute ref="category"/>
|
|
456 |
</xs:complexType>
|
|
457 |
</xs:element>
|
|
458 |
<xs:element name="multipleinheritance">
|
|
459 |
<xs:complexType>
|
|
460 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
461 |
<xs:attribute ref="severity"/>
|
|
462 |
<xs:attribute ref="category"/>
|
|
463 |
</xs:complexType>
|
|
464 |
</xs:element>
|
|
465 |
<xs:element name="multipledeclarations">
|
|
466 |
<xs:complexType>
|
|
467 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
468 |
<xs:attribute ref="severity"/>
|
|
469 |
<xs:attribute ref="category"/>
|
|
470 |
</xs:complexType>
|
|
471 |
</xs:element>
|
|
472 |
<xs:element name="multilangrsc">
|
|
473 |
<xs:complexType>
|
|
474 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
475 |
<xs:attribute ref="severity"/>
|
|
476 |
<xs:attribute ref="category"/>
|
|
477 |
</xs:complexType>
|
|
478 |
</xs:element>
|
|
479 |
<xs:element name="mmpsourcepath">
|
|
480 |
<xs:complexType>
|
|
481 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
482 |
<xs:attribute ref="severity"/>
|
|
483 |
<xs:attribute ref="category"/>
|
|
484 |
</xs:complexType>
|
|
485 |
</xs:element>
|
|
486 |
<xs:element name="missingcclass">
|
|
487 |
<xs:complexType>
|
|
488 |
<xs:sequence>
|
|
489 |
<xs:element ref="cclassIgnoreRE"/>
|
|
490 |
</xs:sequence>
|
|
491 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
492 |
<xs:attribute ref="severity"/>
|
|
493 |
<xs:attribute ref="category"/>
|
|
494 |
</xs:complexType>
|
|
495 |
</xs:element>
|
|
496 |
<xs:element name="missingcancel">
|
|
497 |
<xs:complexType>
|
|
498 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
499 |
<xs:attribute ref="severity"/>
|
|
500 |
<xs:attribute ref="category"/>
|
|
501 |
</xs:complexType>
|
|
502 |
</xs:element>
|
|
503 |
<xs:element name="membervariablecallld">
|
|
504 |
<xs:complexType>
|
|
505 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
506 |
<xs:attribute ref="severity"/>
|
|
507 |
<xs:attribute ref="category"/>
|
|
508 |
</xs:complexType>
|
|
509 |
</xs:element>
|
|
510 |
<xs:element name="memberlc">
|
|
511 |
<xs:complexType>
|
|
512 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
513 |
<xs:attribute ref="severity"/>
|
|
514 |
<xs:attribute ref="category"/>
|
|
515 |
</xs:complexType>
|
|
516 |
</xs:element>
|
|
517 |
<xs:element name="medium">
|
|
518 |
<xs:complexType>
|
|
519 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
520 |
</xs:complexType>
|
|
521 |
</xs:element>
|
|
522 |
<xs:element name="mclassdestructor">
|
|
523 |
<xs:complexType>
|
|
524 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
525 |
<xs:attribute ref="severity"/>
|
|
526 |
<xs:attribute ref="category"/>
|
|
527 |
</xs:complexType>
|
|
528 |
</xs:element>
|
|
529 |
<xs:element name="magicnumbers">
|
|
530 |
<xs:complexType>
|
|
531 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
532 |
<xs:attribute ref="severity"/>
|
|
533 |
<xs:attribute ref="category"/>
|
|
534 |
</xs:complexType>
|
|
535 |
</xs:element>
|
|
536 |
<xs:element name="lxrversion" type="xs:string"/>
|
|
537 |
<xs:element name="lxr" type="xs:string"/>
|
|
538 |
<xs:element name="low">
|
|
539 |
<xs:complexType>
|
|
540 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
541 |
</xs:complexType>
|
|
542 |
</xs:element>
|
|
543 |
<xs:element name="longlines">
|
|
544 |
<xs:complexType>
|
|
545 |
<xs:attribute name="length" type="xs:int" use="required"/>
|
|
546 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
547 |
<xs:attribute ref="severity"/>
|
|
548 |
<xs:attribute ref="category"/>
|
|
549 |
</xs:complexType>
|
|
550 |
</xs:element>
|
|
551 |
<xs:element name="localisation">
|
|
552 |
<xs:complexType>
|
|
553 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
554 |
</xs:complexType>
|
|
555 |
</xs:element>
|
|
556 |
<xs:element name="link" type="xs:string"/>
|
|
557 |
<xs:element name="LFunctionIgnoreRE" type="xs:string"/>
|
|
558 |
<xs:element name="LFunctionCantLeave">
|
|
559 |
<xs:complexType>
|
|
560 |
<xs:sequence>
|
|
561 |
<xs:element ref="LFunctionIgnoreRE"/>
|
|
562 |
</xs:sequence>
|
|
563 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
564 |
<xs:attribute ref="severity"/>
|
|
565 |
<xs:attribute ref="category"/>
|
|
566 |
</xs:complexType>
|
|
567 |
</xs:element>
|
|
568 |
<xs:element name="legal">
|
|
569 |
<xs:complexType>
|
|
570 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
571 |
</xs:complexType>
|
|
572 |
</xs:element>
|
|
573 |
<xs:element name="LeaveNoError">
|
|
574 |
<xs:complexType>
|
|
575 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
576 |
<xs:attribute ref="severity"/>
|
|
577 |
<xs:attribute ref="category"/>
|
|
578 |
</xs:complexType>
|
|
579 |
</xs:element>
|
|
580 |
<xs:element name="leavingoperators">
|
|
581 |
<xs:complexType>
|
|
582 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
583 |
<xs:attribute ref="severity"/>
|
|
584 |
<xs:attribute ref="category"/>
|
|
585 |
</xs:complexType>
|
|
586 |
</xs:element>
|
|
587 |
<xs:element name="leave">
|
|
588 |
<xs:complexType>
|
|
589 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
590 |
<xs:attribute ref="severity"/>
|
|
591 |
<xs:attribute ref="category"/>
|
|
592 |
</xs:complexType>
|
|
593 |
</xs:element>
|
|
594 |
<xs:element name="keyword">
|
|
595 |
<xs:complexType>
|
|
596 |
<xs:simpleContent>
|
|
597 |
<xs:extension base="xs:string">
|
|
598 |
<xs:attribute name="type" type="xs:string" use="required"/>
|
|
599 |
</xs:extension>
|
|
600 |
</xs:simpleContent>
|
|
601 |
</xs:complexType>
|
|
602 |
</xs:element>
|
|
603 |
<xs:element name="jmp">
|
|
604 |
<xs:complexType>
|
|
605 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
606 |
<xs:attribute ref="severity"/>
|
|
607 |
<xs:attribute ref="category"/>
|
|
608 |
</xs:complexType>
|
|
609 |
</xs:element>
|
|
610 |
<xs:element name="intleaves">
|
|
611 |
<xs:complexType>
|
|
612 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
613 |
<xs:attribute ref="severity"/>
|
|
614 |
<xs:attribute ref="category"/>
|
|
615 |
</xs:complexType>
|
|
616 |
</xs:element>
|
|
617 |
<xs:element name="input" type="xs:string"/>
|
|
618 |
<xs:element name="inheritanceorder">
|
|
619 |
<xs:complexType>
|
|
620 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
621 |
<xs:attribute ref="severity"/>
|
|
622 |
<xs:attribute ref="category"/>
|
|
623 |
</xs:complexType>
|
|
624 |
</xs:element>
|
|
625 |
<xs:element name="ifpreprocessor">
|
|
626 |
<xs:complexType>
|
|
627 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
628 |
<xs:attribute ref="severity"/>
|
|
629 |
<xs:attribute ref="category"/>
|
|
630 |
</xs:complexType>
|
|
631 |
</xs:element>
|
|
632 |
<xs:element name="ifassignments">
|
|
633 |
<xs:complexType>
|
|
634 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
635 |
<xs:attribute ref="severity"/>
|
|
636 |
<xs:attribute ref="category"/>
|
|
637 |
</xs:complexType>
|
|
638 |
</xs:element>
|
|
639 |
<xs:element name="iconsRE" type="xs:string"/>
|
|
640 |
<xs:element name="high">
|
|
641 |
<xs:complexType>
|
|
642 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
643 |
</xs:complexType>
|
|
644 |
</xs:element>
|
|
645 |
<xs:element name="goto">
|
|
646 |
<xs:complexType>
|
|
647 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
648 |
<xs:attribute ref="severity"/>
|
|
649 |
<xs:attribute ref="category"/>
|
|
650 |
</xs:complexType>
|
|
651 |
</xs:element>
|
|
652 |
<xs:element name="functionality">
|
|
653 |
<xs:complexType>
|
|
654 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
655 |
</xs:complexType>
|
|
656 |
</xs:element>
|
|
657 |
<xs:element name="friend">
|
|
658 |
<xs:complexType>
|
|
659 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
660 |
<xs:attribute ref="severity"/>
|
|
661 |
<xs:attribute ref="category"/>
|
|
662 |
</xs:complexType>
|
|
663 |
</xs:element>
|
|
664 |
<xs:element name="forgottoputptroncleanupstack">
|
|
665 |
<xs:complexType>
|
|
666 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
667 |
<xs:attribute ref="severity"/>
|
|
668 |
<xs:attribute ref="category"/>
|
|
669 |
</xs:complexType>
|
|
670 |
</xs:element>
|
|
671 |
<xs:element name="forbiddenwords">
|
|
672 |
<xs:complexType>
|
|
673 |
<xs:sequence>
|
|
674 |
<xs:element ref="wordsRE"/>
|
|
675 |
</xs:sequence>
|
|
676 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
677 |
<xs:attribute ref="severity"/>
|
|
678 |
<xs:attribute ref="category"/>
|
|
679 |
</xs:complexType>
|
|
680 |
</xs:element>
|
|
681 |
<xs:element name="foff">
|
|
682 |
<xs:complexType>
|
|
683 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
684 |
<xs:attribute ref="severity"/>
|
|
685 |
<xs:attribute ref="category"/>
|
|
686 |
</xs:complexType>
|
|
687 |
</xs:element>
|
|
688 |
<xs:element name="flags">
|
|
689 |
<xs:complexType>
|
|
690 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
691 |
<xs:attribute ref="severity"/>
|
|
692 |
<xs:attribute ref="category"/>
|
|
693 |
</xs:complexType>
|
|
694 |
</xs:element>
|
|
695 |
<xs:element name="filetype" type="xs:string"/>
|
|
696 |
<xs:element name="externaldriveletters">
|
|
697 |
<xs:complexType>
|
|
698 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
699 |
<xs:attribute ref="severity"/>
|
|
700 |
<xs:attribute ref="category"/>
|
|
701 |
</xs:complexType>
|
|
702 |
</xs:element>
|
|
703 |
<xs:element name="exportpurevirtual">
|
|
704 |
<xs:complexType>
|
|
705 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
706 |
<xs:attribute ref="severity"/>
|
|
707 |
<xs:attribute ref="category"/>
|
|
708 |
</xs:complexType>
|
|
709 |
</xs:element>
|
|
710 |
<xs:element name="exportinline">
|
|
711 |
<xs:complexType>
|
|
712 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
713 |
<xs:attribute ref="severity"/>
|
|
714 |
<xs:attribute ref="category"/>
|
|
715 |
</xs:complexType>
|
|
716 |
</xs:element>
|
|
717 |
<xs:element name="exclude" type="xs:string"/>
|
|
718 |
<xs:element name="enumnames">
|
|
719 |
<xs:complexType>
|
|
720 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
721 |
<xs:attribute ref="severity"/>
|
|
722 |
<xs:attribute ref="category"/>
|
|
723 |
</xs:complexType>
|
|
724 |
</xs:element>
|
|
725 |
<xs:element name="enummembers">
|
|
726 |
<xs:complexType>
|
|
727 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
728 |
<xs:attribute ref="severity"/>
|
|
729 |
<xs:attribute ref="category"/>
|
|
730 |
</xs:complexType>
|
|
731 |
</xs:element>
|
|
732 |
<xs:element name="eikonenvstatic">
|
|
733 |
<xs:complexType>
|
|
734 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
735 |
<xs:attribute ref="severity"/>
|
|
736 |
<xs:attribute ref="category"/>
|
|
737 |
</xs:complexType>
|
|
738 |
</xs:element>
|
|
739 |
<xs:element name="eikbuttons">
|
|
740 |
<xs:complexType>
|
|
741 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
742 |
<xs:attribute ref="severity"/>
|
|
743 |
<xs:attribute ref="category"/>
|
|
744 |
</xs:complexType>
|
|
745 |
</xs:element>
|
|
746 |
<xs:element name="driveletters">
|
|
747 |
<xs:complexType>
|
|
748 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
749 |
<xs:attribute ref="severity"/>
|
|
750 |
<xs:attribute ref="category"/>
|
|
751 |
</xs:complexType>
|
|
752 |
</xs:element>
|
|
753 |
<xs:element name="doubleSemiColon">
|
|
754 |
<xs:complexType>
|
|
755 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
756 |
<xs:attribute ref="severity"/>
|
|
757 |
<xs:attribute ref="category"/>
|
|
758 |
</xs:complexType>
|
|
759 |
</xs:element>
|
|
760 |
<xs:element name="documentation">
|
|
761 |
<xs:complexType>
|
|
762 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
763 |
</xs:complexType>
|
|
764 |
</xs:element>
|
|
765 |
<xs:element name="destructor">
|
|
766 |
<xs:complexType>
|
|
767 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
768 |
<xs:attribute ref="severity"/>
|
|
769 |
<xs:attribute ref="category"/>
|
|
770 |
</xs:complexType>
|
|
771 |
</xs:element>
|
|
772 |
<xs:element name="description" type="xs:string"/>
|
|
773 |
<xs:element name="deleteMemberVariable">
|
|
774 |
<xs:complexType>
|
|
775 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
776 |
<xs:attribute ref="severity"/>
|
|
777 |
<xs:attribute ref="category"/>
|
|
778 |
</xs:complexType>
|
|
779 |
</xs:element>
|
|
780 |
<xs:element name="declarename">
|
|
781 |
<xs:complexType>
|
|
782 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
783 |
<xs:attribute ref="severity"/>
|
|
784 |
<xs:attribute ref="category"/>
|
|
785 |
</xs:complexType>
|
|
786 |
</xs:element>
|
|
787 |
<xs:element name="debugrom">
|
|
788 |
<xs:complexType>
|
|
789 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
790 |
<xs:attribute ref="severity"/>
|
|
791 |
<xs:attribute ref="category"/>
|
|
792 |
</xs:complexType>
|
|
793 |
</xs:element>
|
|
794 |
<xs:element name="customrules">
|
|
795 |
<xs:complexType>
|
|
796 |
<xs:sequence>
|
|
797 |
<xs:element minOccurs="0" maxOccurs="unbounded" ref="customrule"/>
|
|
798 |
</xs:sequence>
|
|
799 |
</xs:complexType>
|
|
800 |
</xs:element>
|
|
801 |
<xs:element name="customrule">
|
|
802 |
<xs:complexType>
|
|
803 |
<xs:sequence>
|
|
804 |
<xs:element ref="name"/>
|
|
805 |
<xs:element maxOccurs="unbounded" ref="keyword"/>
|
|
806 |
<xs:element maxOccurs="unbounded" ref="filetype"/>
|
|
807 |
<xs:element ref="severity"/>
|
|
808 |
<xs:element ref="title"/>
|
|
809 |
<xs:element ref="description"/>
|
|
810 |
<xs:element minOccurs="0" ref="link"/>
|
|
811 |
</xs:sequence>
|
|
812 |
</xs:complexType>
|
|
813 |
</xs:element>
|
|
814 |
<xs:element name="customizableicons">
|
|
815 |
<xs:complexType>
|
|
816 |
<xs:sequence>
|
|
817 |
<xs:element ref="iconsRE"/>
|
|
818 |
</xs:sequence>
|
|
819 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
820 |
<xs:attribute ref="severity"/>
|
|
821 |
<xs:attribute ref="category"/>
|
|
822 |
</xs:complexType>
|
|
823 |
</xs:element>
|
|
824 |
<xs:element name="ctltargettype">
|
|
825 |
<xs:complexType>
|
|
826 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
827 |
<xs:attribute ref="severity"/>
|
|
828 |
<xs:attribute ref="category"/>
|
|
829 |
</xs:complexType>
|
|
830 |
</xs:element>
|
|
831 |
<xs:element name="crepository">
|
|
832 |
<xs:complexType>
|
|
833 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
834 |
<xs:attribute ref="severity"/>
|
|
835 |
<xs:attribute ref="category"/>
|
|
836 |
</xs:complexType>
|
|
837 |
</xs:element>
|
|
838 |
<xs:element name="controlornull">
|
|
839 |
<xs:complexType>
|
|
840 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
841 |
<xs:attribute ref="severity"/>
|
|
842 |
<xs:attribute ref="category"/>
|
|
843 |
</xs:complexType>
|
|
844 |
</xs:element>
|
|
845 |
<xs:element name="consttdescptr">
|
|
846 |
<xs:complexType>
|
|
847 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
848 |
<xs:attribute ref="severity"/>
|
|
849 |
<xs:attribute ref="category"/>
|
|
850 |
</xs:complexType>
|
|
851 |
</xs:element>
|
|
852 |
<xs:element name="constnames">
|
|
853 |
<xs:complexType>
|
|
854 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
855 |
<xs:attribute ref="severity"/>
|
|
856 |
<xs:attribute ref="category"/>
|
|
857 |
</xs:complexType>
|
|
858 |
</xs:element>
|
|
859 |
<xs:element name="ConnectAndDontCloseMemberVariable">
|
|
860 |
<xs:complexType>
|
|
861 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
862 |
<xs:attribute ref="severity"/>
|
|
863 |
<xs:attribute ref="category"/>
|
|
864 |
</xs:complexType>
|
|
865 |
</xs:element>
|
|
866 |
<xs:element name="connect">
|
|
867 |
<xs:complexType>
|
|
868 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
869 |
<xs:attribute ref="severity"/>
|
|
870 |
<xs:attribute ref="category"/>
|
|
871 |
</xs:complexType>
|
|
872 |
</xs:element>
|
|
873 |
<xs:element name="commentcode">
|
|
874 |
<xs:complexType>
|
|
875 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
876 |
<xs:attribute ref="severity"/>
|
|
877 |
<xs:attribute ref="category"/>
|
|
878 |
</xs:complexType>
|
|
879 |
</xs:element>
|
|
880 |
<xs:element name="codingstandards">
|
|
881 |
<xs:complexType>
|
|
882 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
883 |
</xs:complexType>
|
|
884 |
</xs:element>
|
|
885 |
<xs:element name="codescannerConfig">
|
|
886 |
<xs:complexType>
|
|
887 |
<xs:sequence>
|
|
888 |
<xs:element minOccurs="0" ref="arguments"/>
|
|
889 |
<xs:element minOccurs="0" ref="customrules"/>
|
|
890 |
<xs:element minOccurs="0" ref="sources"/>
|
|
891 |
<xs:element minOccurs="0" ref="scripts"/>
|
|
892 |
<xs:element minOccurs="0" ref="severities"/>
|
|
893 |
<xs:element minOccurs="0" ref="categories"/>
|
|
894 |
</xs:sequence>
|
|
895 |
</xs:complexType>
|
|
896 |
</xs:element>
|
|
897 |
<xs:element name="codereview">
|
|
898 |
<xs:complexType>
|
|
899 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
900 |
</xs:complexType>
|
|
901 |
</xs:element>
|
|
902 |
<xs:element name="cleanup">
|
|
903 |
<xs:complexType>
|
|
904 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
905 |
<xs:attribute ref="severity"/>
|
|
906 |
<xs:attribute ref="category"/>
|
|
907 |
</xs:complexType>
|
|
908 |
</xs:element>
|
|
909 |
<xs:element name="changenotification">
|
|
910 |
<xs:complexType>
|
|
911 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
912 |
<xs:attribute ref="severity"/>
|
|
913 |
<xs:attribute ref="category"/>
|
|
914 |
</xs:complexType>
|
|
915 |
</xs:element>
|
|
916 |
<xs:element name="cclassIgnoreRE" type="xs:string"/>
|
|
917 |
<xs:element name="categories">
|
|
918 |
<xs:complexType>
|
|
919 |
<xs:sequence>
|
|
920 |
<xs:element minOccurs="0" ref="canpanic"/>
|
|
921 |
<xs:element minOccurs="0" ref="codereview"/>
|
|
922 |
<xs:element minOccurs="0" ref="codingstandards"/>
|
|
923 |
<xs:element minOccurs="0" ref="documentation"/>
|
|
924 |
<xs:element minOccurs="0" ref="functionality"/>
|
|
925 |
<xs:element minOccurs="0" ref="legal"/>
|
|
926 |
<xs:element minOccurs="0" ref="localisation"/>
|
|
927 |
<xs:element minOccurs="0" ref="other"/>
|
|
928 |
<xs:element minOccurs="0" ref="panic"/>
|
|
929 |
<xs:element minOccurs="0" ref="performance"/>
|
|
930 |
</xs:sequence>
|
|
931 |
</xs:complexType>
|
|
932 |
</xs:element>
|
|
933 |
<xs:element name="canpanic">
|
|
934 |
<xs:complexType>
|
|
935 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
936 |
</xs:complexType>
|
|
937 |
</xs:element>
|
|
938 |
<xs:element name="callActiveObjectWithoutCheckingOrStopping">
|
|
939 |
<xs:complexType>
|
|
940 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
941 |
<xs:attribute ref="severity"/>
|
|
942 |
<xs:attribute ref="category"/>
|
|
943 |
</xs:complexType>
|
|
944 |
</xs:element>
|
|
945 |
<xs:element name="baseconstruct">
|
|
946 |
<xs:complexType>
|
|
947 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
948 |
<xs:attribute ref="severity"/>
|
|
949 |
<xs:attribute ref="category"/>
|
|
950 |
</xs:complexType>
|
|
951 |
</xs:element>
|
|
952 |
<xs:element name="baddefines">
|
|
953 |
<xs:complexType>
|
|
954 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
955 |
<xs:attribute ref="severity"/>
|
|
956 |
<xs:attribute ref="category"/>
|
|
957 |
</xs:complexType>
|
|
958 |
</xs:element>
|
|
959 |
<xs:element name="assertdebuginvariant">
|
|
960 |
<xs:complexType>
|
|
961 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
962 |
<xs:attribute ref="severity"/>
|
|
963 |
<xs:attribute ref="category"/>
|
|
964 |
</xs:complexType>
|
|
965 |
</xs:element>
|
|
966 |
<xs:element name="arguments">
|
|
967 |
<xs:complexType>
|
|
968 |
<xs:sequence>
|
|
969 |
<xs:element minOccurs="0" maxOccurs="unbounded" ref="input"/>
|
|
970 |
<xs:element minOccurs="0" ref="lxr"/>
|
|
971 |
<xs:element minOccurs="0" ref="lxrversion"/>
|
|
972 |
<xs:element minOccurs="0" ref="outputformat"/>
|
|
973 |
<xs:element minOccurs="0" ref="timestampedoutput"/>
|
|
974 |
</xs:sequence>
|
|
975 |
</xs:complexType>
|
|
976 |
</xs:element>
|
|
977 |
<xs:element name="arrayptrcleanup">
|
|
978 |
<xs:complexType>
|
|
979 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
980 |
<xs:attribute ref="severity"/>
|
|
981 |
<xs:attribute ref="category"/>
|
|
982 |
</xs:complexType>
|
|
983 |
</xs:element>
|
|
984 |
<xs:element name="arraypassing">
|
|
985 |
<xs:complexType>
|
|
986 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
987 |
<xs:attribute ref="severity"/>
|
|
988 |
<xs:attribute ref="category"/>
|
|
989 |
</xs:complexType>
|
|
990 |
</xs:element>
|
|
991 |
<xs:element name="activestop">
|
|
992 |
<xs:complexType>
|
|
993 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
994 |
<xs:attribute ref="severity"/>
|
|
995 |
<xs:attribute ref="category"/>
|
|
996 |
</xs:complexType>
|
|
997 |
</xs:element>
|
|
998 |
<xs:element name="activestart">
|
|
999 |
<xs:complexType>
|
|
1000 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
1001 |
<xs:attribute ref="severity"/>
|
|
1002 |
<xs:attribute ref="category"/>
|
|
1003 |
</xs:complexType>
|
|
1004 |
</xs:element>
|
|
1005 |
<xs:element name="accessArrayElementWithoutCheck2">
|
|
1006 |
<xs:complexType>
|
|
1007 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
1008 |
<xs:attribute ref="severity"/>
|
|
1009 |
<xs:attribute ref="category"/>
|
|
1010 |
</xs:complexType>
|
|
1011 |
</xs:element>
|
|
1012 |
<xs:element name="accessArrayElementWithoutCheck">
|
|
1013 |
<xs:complexType>
|
|
1014 |
<xs:attribute name="enable" type="xs:boolean" use="required"/>
|
|
1015 |
<xs:attribute ref="severity"/>
|
|
1016 |
<xs:attribute ref="category"/>
|
|
1017 |
</xs:complexType>
|
|
1018 |
</xs:element>
|
|
1019 |
<xs:attribute name="severity">
|
|
1020 |
<xs:simpleType>
|
|
1021 |
<xs:restriction base="xs:string">
|
|
1022 |
<xs:enumeration value="high"/>
|
|
1023 |
<xs:enumeration value="low"/>
|
|
1024 |
<xs:enumeration value="medium"/>
|
|
1025 |
</xs:restriction>
|
|
1026 |
</xs:simpleType>
|
|
1027 |
</xs:attribute>
|
|
1028 |
<xs:attribute name="category">
|
|
1029 |
<xs:simpleType>
|
|
1030 |
<xs:restriction base="xs:string">
|
|
1031 |
<xs:enumeration value="canpanic"/>
|
|
1032 |
<xs:enumeration value="codereview"/>
|
|
1033 |
<xs:enumeration value="codingstandards"/>
|
|
1034 |
<xs:enumeration value="documentation"/>
|
|
1035 |
<xs:enumeration value="functionality"/>
|
|
1036 |
<xs:enumeration value="legal"/>
|
|
1037 |
<xs:enumeration value="localisation"/>
|
|
1038 |
<xs:enumeration value="other"/>
|
|
1039 |
<xs:enumeration value="panic"/>
|
|
1040 |
<xs:enumeration value="performance"/>
|
|
1041 |
</xs:restriction>
|
|
1042 |
</xs:simpleType>
|
|
1043 |
</xs:attribute>
|
|
1044 |
</xs:schema>
|