<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Robert Woodcock (CSIRO) -->
<schema targetNamespace="http://xml.arrc.csiro.au/adx" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0.1" xmlns:adx="http://xml.arrc.csiro.au/adx" xmlns:gml="http://www.opengis.net/gml" xmlns:xmml="http://www.opengis.net/xmml" xmlns:cil="urn:oasis:names:tc:ciq:xsdschema:xCIL:2.0" xmlns:nal="urn:oasis:names:tc:ciq:xsdschema:xNAL:2.0" xmlns:al="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0" xmlns:nl="urn:oasis:names:tc:ciq:xsdschema:xNL:2.0" xmlns="http://www.w3.org/2001/XMLSchema">
	<!-- ==================================================== -->
	<annotation>
		<documentation> Top-level ADX objects:
    adx:Report
    ... more object types to follow ...
 
 
Copyright (c) 2004 CSIRO - see https://www.seegrid.csiro.au/twiki/bin/view/Xmml/LegalNotices#Software_Notice
    </documentation>
	</annotation>
	<!-- ==================================================== -->
	<import namespace="urn:oasis:names:tc:ciq:xsdschema:xCIL:2.0" schemaLocation="../../oasis/OASIS-CIQ/xCIL.xsd">
		<annotation>
			<documentation>Names, addresses, organisations, contacts</documentation>
		</annotation>
	</import>
	<import namespace="urn:oasis:names:tc:ciq:xsdschema:xNAL:2.0" schemaLocation="../../oasis/OASIS-CIQ/xNAL.xsd">
		<annotation>
			<documentation>Names, addresses, organisations</documentation>
		</annotation>
	</import>
	<import namespace="urn:oasis:names:tc:ciq:xsdschema:xNL:2.0" schemaLocation="../../oasis/OASIS-CIQ/xNL.xsd">
		<annotation>
			<documentation>Names</documentation>
		</annotation>
	</import>
	<import namespace="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0" schemaLocation="../../oasis/OASIS-CIQ/xAL.xsd">
		<annotation>
			<documentation>addresses</documentation>
		</annotation>
	</import>
	<import namespace="http://www.opengis.net/xmml" schemaLocation="./xmml4adx.xsd"/>
	<include schemaLocation="adxAnalysis.xsd"/>
	<include schemaLocation="adxProcedures.xsd"/>
	<!-- ==================================================== -->
	<!-- === Report === -->
	<!-- ==================================================== -->
	<element name="Report" type="adx:ReportType"/>
	<!-- ==================================================== -->
	<complexType name="ReportType">
		<annotation>
			<documentation>. </documentation>
		</annotation>
		<complexContent>
			<extension base="adx:ADXobjectType">
				<sequence>
					<element name="reportStatus" type="xmml:recordStateCodeType">
						<annotation>
							<documentation>Code indicating status of documents reporting sets of measurements - based on Newmont Standard Laboratory EDF

PARTIAL|COMPLETE|CERTIFIED|OVER LIMITS|RERUNS </documentation>
						</annotation>
					</element>
					<element name="reportDate" type="date"/>
					<element name="requestorInformation" type="adx:PartyPropertyType">
						<annotation>
							<documentation>Details about the requestor and project, etc</documentation>
						</annotation>
					</element>
					<element name="requestorsOrderID" type="adx:identifier">
						<annotation>
							<documentation>The label used by the requestor to identify the submission or work-order.</documentation>
						</annotation>
					</element>
					<element name="submittalDate" type="date"/>
					<element name="providerInformation" type="adx:PartyPropertyType">
						<annotation>
							<documentation>Details about the provider, etc</documentation>
						</annotation>
					</element>
					<element name="providersOrderID" type="adx:identifier">
						<annotation>
							<documentation>The label used by the provider to identify the submission or work-order. </documentation>
						</annotation>
					</element>
					<element name="receiptDate" type="date"/>
					<element name="procedures" type="adx:ProcedureListType"/>
					<element name="assaySpecimens" type="adx:SpecimenListType"/>
					<element name="analyses" type="adx:AnalysisListType"/>
					<element ref="adx:comment" minOccurs="0"/>
				</sequence>
				<attribute name="version" type="token"/>
			</extension>
		</complexContent>
	</complexType>
	<!-- ==================================================== -->
	<!-- === Information about interested parties === -->
	<!-- ==================================================== -->
	<element name="ExplorationCompany" type="adx:GeoCompanyType" substitutionGroup="adx:Company"/>
	<element name="MiningCompany" type="adx:GeoCompanyType" substitutionGroup="adx:Company"/>
	<element name="ResourcesCompany" type="adx:GeoCompanyType" substitutionGroup="adx:Company"/>
	<!-- ==================================================== -->
	<complexType name="GeoCompanyType">
		<annotation>
			<documentation>Extend standard Company description with some details commonly associated with Exploration and Mining Companies</documentation>
		</annotation>
		<complexContent>
			<extension base="adx:CompanyType">
				<sequence>
					<element name="geologist" type="nl:PersonName"/>
					<element name="projectName" type="string"/>
					<element name="projectCode" type="adx:identifier"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<!-- ==================================================== -->
	<element name="ChemLab" type="adx:ChemLabType" substitutionGroup="adx:Company"/>
	<!-- ==================================================== -->
	<complexType name="ChemLabType">
		<annotation>
			<documentation>Extend standard Company description with some properties associated with Chem Labs. </documentation>
		</annotation>
		<complexContent>
			<extension base="adx:CompanyType">
				<sequence>
					<element name="ISOaccreditation" type="adx:code" default="none">
						<annotation>
							<documentation>The ISO element allows the description ISO accreditation that is applicable to  the laboratory be displayed, E.g.  ISO9000  1/Jan/2002</documentation>
						</annotation>
					</element>
					<element name="NATAType" type="adx:flag" default="false">
						<annotation>
							<documentation>The NATA type flag is set to TRUE to indicate the laboratory is NATA accredited, the default of FALSE indicates the laboratory is NOT NATA accredited</documentation>
						</annotation>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<!-- ==================================================== -->
	<!-- ==================================================== -->
</schema>

