<xsd:element minOccurs="0" maxOccurs="unbounded" name="climate-anomaly">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="4" name="weekly" type="anomalyType" />
<xsd:element minOccurs="0" maxOccurs="4" name="monthly" type="anomalyType" />
<xsd:element minOccurs="0" maxOccurs="4" name="seasonal" type="anomalyType" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|