<?xml version="1.0" encoding="UTF-8"?>
<xs:schema 
targetNamespace="http://www.ruleml.org/0.86/xsd" 
xmlns="http://www.ruleml.org/0.86/xsd" 
xmlns:xs="http://www.w3.org/2001/XMLSchema"
>

	<xs:annotation>
		<xs:documentation xml:lang="en">
			XML Schema for a 'UR'-Centered Datalog RuleML sublanguage
			File: urcdatalog.xsd
			Version: 0.86
			Last Modification: 2004-06-24
		</xs:documentation>
	</xs:annotation>
	
	<!--
		'UR'-centeredness refers to atoms requiring an ind with a required href attribute
		followed by an ind with an optional href attribute.
		
		This 'local' required-vs-optional constraint was not possible with DTDs and has yet
		to be implemented in the XSDs, so urcdatalog is currently equivalent to urdatalog
		(and thus just redefines it without modification, which is equivalent to using xs:include)
	-->	
	<xs:redefine schemaLocation="urdatalog.xsd"/>
	
</xs:schema>
