<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://www.w3.org/1999/xlink"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="qualified">
	<!--                  typeEnum             -->
	<simpleType name="typeEnum">
		<restriction base="string">
			<enumeration value="simple"/>
			<enumeration value="extended"/>
			<enumeration value="locator"/>
			<enumeration value="arc"/>
			<enumeration value="resource"/>
			<enumeration value="title"/>
		</restriction>
	</simpleType>
	<!--                  showEnum             -->
	<simpleType name="showEnum">
		<restriction base="string">
			<enumeration value="new"/>
			<enumeration value="replace"/>
			<enumeration value="embed"/>
			<enumeration value="other"/>
			<enumeration value="none"/>
		</restriction>
	</simpleType>
	<!--                  actuateEnum             -->
	<simpleType name="actuateEnum">
		<restriction base="string">
			<enumeration value="onLoad"/>
			<enumeration value="onRequest"/>
			<enumeration value="other"/>
			<enumeration value="none"/>
		</restriction>
	</simpleType>
	<attribute name="type" type="xlink:typeEnum"/>
	<attribute name="role" type="anyURI">
		<annotation>
			<documentation source="http://www.w3.org/TR/2001/REC-xlink-20010627/#link-semantics"/>
		</annotation>
	</attribute>
	<attribute name="arcrole" type="anyURI">
		<annotation>
			<documentation source="http://www.w3.org/TR/2001/REC-xlink-20010627/#link-semantics"/>
		</annotation>
	</attribute>
	<attribute name="title" type="string">
		<annotation>
			<documentation source="http://www.w3.org/TR/2001/REC-xlink-20010627/#link-semantics"/>
		</annotation>
	</attribute>
	<attribute name="show" type="xlink:showEnum"/>
	<attribute name="actuate" type="xlink:actuateEnum"/>
	<attribute name="label" type="NCName"/>
	<attribute name="from" type="NCName"/>
	<attribute name="to" type="NCName"/>
	<attribute name="href" type="anyURI"/>
</schema>
