xref: /aosp_15_r20/external/libxml2/test/schemas/include2_0.xsd (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<?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>