XLink Schema

<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>

Previous | Next | Top | Cafe con Leche

Copyright 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified November 7, 2000