<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<schema
  xmlns='http://www.w3.org/2001/XMLSchema'
  xmlns:xlink='http://www.w3.org/1999/xlink'
  targetNamespace='http://www.w3.org/1999/xlink'>

<annotation>
  <documentation xml:lang="en">
  partial schema for xlink
  </documentation> 
</annotation>

<!-- for xlink -->
 <attribute name='href' type='xlink:href' />
 <simpleType name="href">
  <restriction base='string' />
 </simpleType>

 <attribute name='type' type='string' />

<attribute name='label' type='xlink:label' />
 <simpleType name="label">
  <restriction base='string' />
 </simpleType>

<attribute name='from' type='xlink:from' />
 <simpleType name="from">
  <restriction base='string' />
 </simpleType>

<attribute name='to' type='xlink:to' />
 <simpleType name="to">
  <restriction base='string' />
 </simpleType>

<attribute name='title' type='xlink:title' />
 <simpleType name="title">
  <restriction base='string' />
 </simpleType>


</schema>

