Schema Name: moreWeatherInformation.xsd
Collapse XSD Schema Code:

<!--Created with Liquid XML Studio - Developer Pro Edition 7.1.0.1135 (http://www.liquid-technologies.com)-->
<!--   **********************************************************************   
                                                                           
       moreWeatherInformation.xsd   

       Paul Hershberg            MDL                29 June 2007  
       Red Hat Linux                                Apache Server  
                                       

      *************************************************************************   -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:complexType name="moreWeatherInformationType">
    <xsd:simpleContent>
      <xsd:extension base="xsd:anyURI">
        <xsd:attribute name="applicable-location" type="xsd:string" use="required" />
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:schema>
Collapse ComplexTypes: