<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
	targetNamespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:bz="http://www.bugzilla.org/rdf#"
	elementFormDefault="qualified">

	<import namespace="http://www.bugzilla.org/rdf#"
		schemaLocation="bz.xsd">
	</import>

	<element name="RDF">
		<complexType>
			<sequence>
				<element ref="bz:result"></element>
			</sequence>
		</complexType>
	</element>

	<element name="Seq">
		<complexType>
			<sequence>
				<element ref="rdf:li" minOccurs="0"
					maxOccurs="unbounded">
				</element>
			</sequence>
		</complexType>
	</element>

	<element name="li">
		<complexType>
			<sequence>
				<element ref="bz:bug"></element>
			</sequence>
		</complexType>
	</element>

	<attribute name="about" type="anyURI"></attribute>

	<attribute name="resource" type="anyURI"></attribute>

</schema>