blob: 406d2d7b9102457095596c4bef131f63d57f4ede (
plain) (
tree)
|
|
<?xml version="1.0" encoding="UTF-8"?>
<!--this schema is used to validate the report generated and is only meant as a dev test-->
<mutator:schema xmlns:mutator="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema">
<mutator:element name="Report">
<mutator:complexType>
<mutator:sequence>
<mutator:element name="MisraDiag">
<mutator:complexType>
<mutator:attribute name="Misra-C-2004Rule" use="required"></mutator:attribute>
<mutator:attribute name="FileName" use="required"></mutator:attribute>
<mutator:attribute name="SpellingLineNumber" use="required"></mutator:attribute>
<mutator:attribute name="SpellingColumnNumber" use="required"></mutator:attribute>
</mutator:complexType>
</mutator:element>
</mutator:sequence>
</mutator:complexType>
</mutator:element>
</mutator:schema>
|