diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/mutator0-report-schema.xsd | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/samples/mutator0-report-schema.xsd b/samples/mutator0-report-schema.xsd index da15bb4..406d2d7 100644 --- a/samples/mutator0-report-schema.xsd +++ b/samples/mutator0-report-schema.xsd @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!--this schema is used to validate the report generated and is only meant as a dev test--> -<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema"> +<mutator:schema xmlns:mutator="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema"> -<xs:element name="Report"> - <xs:complexType> - <xs:sequence> - <xs:element name="MisraDiag"> - <xs:complexType> - <xs:attribute name="Misra-C-2004Rule" use="required"></xs:attribute> - <xs:attribute name="FileName" use="required"></xs:attribute> - <xs:attribute name="SpellingLineNumber" use="required"></xs:attribute> - <xs:attribute name="SpellingColumnNumber" use="required"></xs:attribute> - </xs:complexType> - </xs:element> - </xs:sequence> - </xs:complexType> +<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> -</xs:element> +</mutator:element> -</xs:schema>
\ No newline at end of file +</mutator:schema>
\ No newline at end of file |