<schema targetNamespace="http://www.adobe.com/Contribute/6.0/SmartList/"
        xmlns:ct="http://www.adobe.com/Contribute/6.0/SmartList/"
        xmlns:dc="http://purl.org/dc/elements/1.1/" 
        xmlns="http://www.w3.org/2001/XMLSchema" 
        elementFormDefault="qualified" attributeFormDefault="unqualified">
	
<annotation>
  <documentation> 
      XML Schema 2009-09-09 by Adobe Contribute.
      Schema imports the Dublin Core elements from the DCMI schema for unqualified Dublin Core.
  </documentation>
</annotation>

<import namespace="http://purl.org/dc/elements/1.1/" 
        schemaLocation="http://dublincore.org/schemas/xmls/simpledc20021212.xsd"/>
	
<element name="metadataList" type="ct:ctMetaDataListType"/>

<complexType name="ctMetaDataListType">
  <sequence>
    <element name="metadata" type="ct:ctMetaDataType" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>

<complexType name="ctMetaDataType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="dc:title" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:creator" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:subject" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:description" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:publisher" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:contributor" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:date" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:type" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:format" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:identifier" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:source" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:language" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:relation" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:coverage" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="dc:rights" minOccurs="0" maxOccurs="unbounded"/>
  </choice>
</complexType>

</schema>
