<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:midas="http://www.heritage-standards.org.uk/midas/schema/2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.heritage-standards.org.uk/midas/schema/2.0" elementFormDefault="qualified" version="2.0" id="midas_artefact">
	<!--Version 2.0 with corrected web address for schema -->
	<xs:include schemaLocation="midas_common.xsd"/>
	<xs:include schemaLocation="midas_temporal.xsd"/>
	<xs:annotation>
		<xs:documentation>This is the Artefact Schema for the MIDAS standard, part of the FISH suite of XML schemas for the historic environment.  It is intended to act as a place-holder for artefactual information relating to ancient and historic monuments until a formal integration with the SPECTRUM standard has been accomplished. It references groups listed in MIDAS_COMMON and elements in MIDAS_TEMPORAL.</xs:documentation>
	</xs:annotation>
	<!-- Begin /artefact -->
	<xs:element name="artefact">
		<xs:annotation>
			<xs:documentation>Element for recording small finds and artefacts.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<!-- Begin /artefact/artefacttype -->
				<xs:element name="artefacttype" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Specific type (find type) of artefact.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:simpleContent>
							<xs:extension base="xs:string">
								<xs:attribute name="namespace"/>
							</xs:extension>
						</xs:simpleContent>
					</xs:complexType>
				</xs:element>
				<!-- Begin /artefact/materialtype -->
				<xs:element name="materialtype" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Composition of artefact.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<!-- Begin /artefact/description -->
				<xs:group ref="midas:description" maxOccurs="unbounded"/>
				<!-- Begin /artefact/temporal -->
				<xs:element ref="midas:temporal" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<!-- end /artefact -->
</xs:schema>

