<?xml version="1.0" encoding="UTF-8"?>
<xs:schema  xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns="http://www.nla.gov.au/digicoll/schemas/xmls/"
    targetNamespace="http://www.nla.gov.au/digicoll/schemas/xmls/"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified">
    <xs:annotation>
        <xs:documentation xml:lang="en">
            Extensions (local refinements) to simple DC based on 
            canonical NLA schema at http://www.nla.gov.au/digicoll/schemas/xmls/object.xsd
            Element declarations duplicated here in this way for use within CIC Qualified DC schema
            
            Created 2004-12-21.
            by:
            Timothy W. Cole (t-cole3@uiuc.edu),
            Muriel Foulonneau (mfoulonn@uiuc.edu).
            
            Updated 2005-04-20 -- to use local copy of dc.xsd.
            by:
            Timothy W. Cole (t-cole3@uiuc.edu) 
            
        </xs:documentation>
    </xs:annotation>
    
    <xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="http://imlsdcc.grainger.uiuc.edu/registry/dc.xsd" />
    
    <xs:element name="thumbnail" type="dc:SimpleLiteral" substitutionGroup="dc:relation" /> 
    <xs:element name="location" type="dc:SimpleLiteral" substitutionGroup="dc:identifier" /> 
    
</xs:schema>

