<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="ReferenceData" targetNamespace="http://api.dmds.com/api/v1/schemas/referencedata" elementFormDefault="qualified" xmlns="http://api.dmds.com/api/v1/schemas/referencedata" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="ReferenceDataCollection">
    <xs:complexType>
      <xs:all>
        <xs:element name="Data" minOccurs="0">
          <xs:complexType>
            <xs:all>
              <xs:element name="Key" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false" />
              <xs:element name="Value" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false" />
            </xs:all>
          </xs:complexType>
        </xs:element>
      </xs:all>
    </xs:complexType>
  </xs:element>
</xs:schema>