﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="Config">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="CleansingRulesFile">
          <xs:complexType>
            <xs:attribute name="Path" type="xs:string" use="required" />
            <xs:attribute name="schema" type="xs:string" use="required" />
          </xs:complexType>
        </xs:element>
        <xs:element name="CleansingHeuristicsFile">
          <xs:complexType>
            <xs:attribute name="Path" type="xs:string" use="required" />
            <xs:attribute name="schema" type="xs:string" use="required" />
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>