<?xml version="1.0"?>
<!-- CMML v2.0  -->
<!-- For more information, refer to the CMML_control_document -->
<!-- Pour plus d'information, veuillez consulter le CMML_control_document_FR  -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xsd:include schemaLocation="forecast.xsd"/>
	<xsd:include schemaLocation="observation-series.xsd"/>
	<xsd:include schemaLocation="metadata.xsd"/>
	<xsd:complexType name="dataType">
		<xsd:choice maxOccurs="unbounded">
			<xsd:element name="metadata" type="metadataType"/>
			<xsd:element name="observation-series" type="observation-seriesType"/>
			<xsd:element name="forecast" type="forecastType"/>
		</xsd:choice>
	</xsd:complexType>
</xsd:schema>
