<?xml version="1.0" encoding="utf-8"?>
<xs:schema
	elementFormDefault="qualified"
	attributeFormDefault="unqualified"
	targetNamespace="http://example.org/gen/terms#"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:gen="http://example.org/gen/terms#"
	>

  <xs:annotation>
    <xs:documentation xml:lang="en">
    Dublin Core, Collection-Level Description Terms

    Based on:  http://www.ukoln.ac.uk/metadata/dcmi/collection-application-profile/

    $Workfile: gen.xsd $ $Revision: 1 $

    Last Updated by $Author: Cordial $ on $Modtime: 4/07/05 2:46p $

    $History: gen.xsd $
 * 
 * *****************  Version 1  *****************
 * User: Cordial      Date: 12/05/06   Time: 4:17p
 * Created in $/IMLSDCC/REGISTRY
 * 
 * *****************  Version 3  *****************
 * User: Thabing      Date: 4/07/05    Time: 3:47p
 * Updated in $/IMLSDCC/Collection Registry XML Export
 * Corrected the annotation namespaces

    </xs:documentation>
  </xs:annotation>

  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/xml.xsd" />
  <xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="dc.xsd" />

  <xs:element name="isLocatedAt" substitutionGroup="dc:relation" />
  <xs:element name="isAccessedVia" substitutionGroup="dc:relation" />

  <xs:complexType name="ISO8601">
    <xs:simpleContent>
      <xs:restriction base="dc:SimpleLiteral">
        <xs:simpleType>
          <xs:restriction base="xs:string" />
        </xs:simpleType>
        <xs:attribute ref="xml:lang" use="prohibited" />
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>

</xs:schema>
