<!--* <?xml-stylesheet href="../../../2008/09/xsd.xsl" type="text/xsl"?> *-->
<xsd:schema 
 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
 xmlns:tns="http://www.w3.org/XML/2008/xsdl-exx/ns1" 
 targetNamespace="http://www.w3.org/XML/2008/xsdl-exx/ns1" 
 >
 <xsd:annotation>
  <xsd:documentation>
   <div xmlns="http://www.w3.org/1999/xhtml" >
    <p>Sample schema for testing override transformation.</p>
    <p>This is v3, which overrides v2, thus changing the way v2 redefines the base schema.</p>
    <p>CMSMcQ, 27 December 2011.</p>
   </div>
  </xsd:documentation>
 </xsd:annotation>

 <xsd:override schemaLocation="b14416-v2.xsd">
  <xsd:complexType name="t">
   <xsd:simpleContent>
    <xsd:restriction base="xsd:gYear"/>
   </xsd:simpleContent>
  </xsd:complexType>
 </xsd:override>

</xsd:schema>
<!-- Keep this comment at the end of the file
Local variables: 
mode: xml 
sgml-default-dtd-file:nil 
sgml-omittag:t 
sgml-shorttag:t 
End:
-->
