<?xml version="1.0" encoding="utf-8" ?>

<!--
  Composite Type Schema for Scenario: Dedup
  -->

<xs:schema
    targetNamespace="http://schemas.microsoft.com/mbca/models/Dedup/2010/12"
    xmlns:tns="http://schemas.microsoft.com/mbca/models/Dedup/2010/12"
    elementFormDefault="qualified"
    xmlns:xs="http://www.w3.org/2001/XMLSchema">

    <xs:element name="DedupComposite" type="tns:DedupComposite_t" />

    <xs:complexType name="DedupComposite_t">
        <xs:sequence>
            <xs:element name="violation" type="tns:violation_t" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>

    <xs:complexType name="violation_t">
	   <xs:sequence>
           <xs:element name="ID" type="xs:string" />
           <xs:element name="context" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
	   </xs:sequence>
    </xs:complexType>

</xs:schema>
