<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by Yungjae Cho (ENVIRONMENT CANADA) -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xsd:include schemaLocation="location-metadata.xsd"/>
	<xsd:include schemaLocation="supplementary-metadata.xsd"/>
	<xsd:complexType name="metadataType">
		<xsd:choice maxOccurs="2">
			<xsd:element name="location" type="location-metadataType"/>
			<xsd:element name="supplementary-metadata" type="supplementary-metadataType"/>
		</xsd:choice>
	</xsd:complexType>
</xsd:schema>
