<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:g="http://gargamel" targetNamespace="http://smerf" elementFormDefault="qualified">
    <import namespace="http://gargamel" schemaLocation="gargamel.xsd" />
    <element name="Alert" > <!-- type="g:gargamelType"> -->
        <complexType>
                <complexContent>
                        <extension base="g:gargamelType" />
                </complexContent>
        </complexType>
   </element>
</schema> 