<?xml version="1.0" encoding="UTF-8"?>
<xs:schema  xmlns:xs="http://www.w3.org/2001/XMLSchema"
            targetNamespace="http://libdbs.library.wisc.edu:33201/schemas/MmBib/"
            xmlns:dc_qual="http://cicharvest.grainger.uiuc.edu/schemas/QDC/"
            elementFormDefault="qualified"
            attributeFormDefault="unqualified">

  <xs:annotation>
    <xs:documentation xml:lang="en">
      XML Schema 2007-05-31 by Rose Smith.
      Schema imports the CIC dc_qual Schema for OAI-PMH
    </xs:documentation>

  </xs:annotation>
  <xs:import namespace="http://cicharvest.grainger.uiuc.edu/schemas/QDC/"
        schemaLocation="http://cicharvest.grainger.uiuc.edu/schemas/QDC/2004/07/14/CICQualifiedDC.xsd"/>

  <xs:element name="records">
      <xs:complexType>
          <xs:sequence>
              <xs:element ref="dc_qual:qualifieddc" maxOccurs="unbounded"/>
          </xs:sequence>
      </xs:complexType>
  </xs:element>

</xs:schema>

