blob: 5f63102166dad80e2b3d1665b364df1d9b6ab148 [file] [log] [blame]
William M. Brack2f2a6632004-08-20 23:09:47 +00001<?xml version="1.0"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="http://FOO"
4 xmlns:foo="http://FOO">
5 <xsd:include schemaLocation="include2_0.inc" />
6
7 <xsd:element name="foo">
8 <xsd:complexType>
9 <xsd:sequence>
10 <xsd:element ref="foo:bar"/>
11 </xsd:sequence>
12 </xsd:complexType>
13 </xsd:element>
14</xsd:schema>