diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-01-29 02:49:55 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-01-29 02:49:55 +0000 | 
| commit | 571aa86e1545f9e9bd0c1756c4c1f961554257aa (patch) | |
| tree | 7fd15f6ec3917ce3dccfea02e8cd6ba02a370ab1 /samples | |
| parent | added tdd tests for switchfixer and switchdfixer (diff) | |
| download | mutator-571aa86e1545f9e9bd0c1756c4c1f961554257aa.tar.gz mutator-571aa86e1545f9e9bd0c1756c4c1f961554257aa.zip | |
changed the name of th emutator namespace from xs to mutator
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 | 
