<xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"
xmlns:xlink="http://www.w3.org/1999/xlink"
targetNamespace="http://www.w3.org/1999/xlink"
attributeFormDefault="qualified"
>
<xsd:attributeGroup name="XLinkAttributes">
<!-- should make this fixed and provide the default value simple???? -->
<xsd:attribute name="xlink:type" type="xsd:string"/>
<xsd:attribute name="xlink:href" type="xsd:uriReference"/>
</xsd:attributeGroup>
</xsd:schema>