1 <!-- 2 3 Copyright (c) 2001-2004 World Wide Web Consortium, 4 (Massachusetts Institute of Technology, Institut National de 5 Recherche en Informatique et en Automatique, Keio University). All 6 Rights Reserved. This program is distributed under the W3C's Software 7 Intellectual Property License. This program is distributed in the 8 hope that it will be useful, but WITHOUT ANY WARRANTY; without even 9 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 10 PURPOSE. 11 12 See W3C License http://www.w3.org/Consortium/Legal/ for more details. 13 14 --> 15 16 <!-- 17 18 xsi:noNamespaceSchemaLocation="Yes" appears in hc_staff.xml 19 but it was not anticipated that "Yes" would be resolved since 20 there were no elements without a namespace. However, since 21 at least one processor does attempt to load "Yes", this file 22 is here to satisfy that request. 23 24 --> 25 26 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 27 <xsd:element name="bogus" type="xsd:string"/> 28 </xsd:schema> 29