<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:pa="http://www.pictureaustralia.org/schemas/pa/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dc="http://purl.org/dc/elements/1.1/" targetNamespace="http://www.pictureaustralia.org/schemas/pa/" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1">
	<xs:annotation>
		<xs:documentation>Version 2.1</xs:documentation>
	</xs:annotation>
	<xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="http://dublincore.org/schemas/xmls/simpledc20021212.xsd"/>
	<xs:element name="picture">
		<xs:annotation>
			<xs:documentation>Picture Australia picture schema based on unqualifed Dublin Core. Each instance should have one and only one dc:title, dc:source, thumbnail and location element.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:group ref="dc:elementsGroup"/>
				<xs:element name="viewcopy" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>The URL of a medium sized version of the image</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="mediumresolution" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation>DEPRECATED - please use viewcopy</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="thumbnail" type="xs:string">
					<xs:annotation>
						<xs:documentation>The URL of a thumbnail sized version of the image</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="location" type="xs:string">
					<xs:annotation>
						<xs:documentation>The URL of a page about the image</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>

