<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://www.w3.org/ns/prov#"
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns:prov="http://www.w3.org/ns/prov#"
           elementFormDefault="qualified"
           attributeFormDefault="unqualified">

	<xs:include schemaLocation="prov-core.xsd"/>
	<xs:include schemaLocation="prov-dictionary.xsd"/>
	<xs:include schemaLocation="prov-links.xsd"/>

</xs:schema>
