<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.heritage-standards.org.uk/midas/schema/1.1" xmlns:midas="http://www.heritage-standards.org.uk/midas/schema/1.1" xmlns:xs = "http://www.w3.org/2001/XMLSchema" version="1.1" elementFormDefault="qualified" id="midas_artefact">
<!--Version 1.1 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" minOccurs="1" maxOccurs="unbounded">
		<xs:annotation>
		<xs:documentation>Specific type (find type) of artefact.</xs:documentation>
		</xs:annotation>
	</xs:element>	
		
	<!-- Begin /artefact/materialtype -->
	<xs:element name="materialtype" minOccurs="1" maxOccurs="unbounded">
		<xs:annotation>
		<xs:documentation>Composition of artefact.</xs:documentation>
		</xs:annotation>
	</xs:element>		
	
	<!-- Begin /artefact/description -->
	<xs:group ref="midas:description" minOccurs="0" maxOccurs="unbounded" />

	<!-- Begin /artefact/temporal -->
	<xs:element ref="midas:temporal" minOccurs="0" maxOccurs="unbounded" />
		
		</xs:sequence>
	</xs:complexType>
</xs:element>	
<!-- end /artefact -->

</xs:schema>

