<xsd:complexType name="dataType">
<xsd:sequence>
<xsd:element minOccurs="1" maxOccurs="unbounded" name="location" type="locationType" />
<xsd:element minOccurs="1" maxOccurs="unbounded" name="moreWeatherInformation" type="moreWeatherInformationType" />
<xsd:element minOccurs="1" maxOccurs="unbounded" name="time-layout" type="time-layoutElementType" />
<xsd:element minOccurs="1" maxOccurs="unbounded" name="parameters" type="parametersType" />
</xsd:sequence>
</xsd:complexType>
|