<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://example.com/foo"
  elementFormDefault="qualified">
  
  <xs:include schemaLocation="include-no-ns.xsd"></xs:include>
</xs:schema>