Annotating XML Schemas with RDF

<xsd:annotation>

  <xsd:documentation>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>A simple schema for timelog data.</p>
    </div>
  </xsd:documentation>

  <xsd:appinfo>

    <xsa:NameSpace rdf:about="http://example.org/mcxrx/timelog#">
    <dc:title>Simple timelog namespace</dc:title>
  </xsa:NameSpace>

  <xsa:XSLTTransform rdf:resource = "http://example.org/mcxrx/log.rdf.xsl">
    <dc:title>Simple XSLT transformation of timelog data into RDF</dc:title>
  </xsa:XSLTTransform>

  <xsa:Transformation>
    <dc:title>Logic Mapping of simple timelog namespace to RDF</dc:title>
      <xsa:source rdf:resource = "http://example.org/mcxrx/timelog#" />
      <xsa:target rdf:resource = "http://example.org/mcxrx/transforms#RDF" />
      <xsa:transform rdf:resource = "http://example.org/mcxrx/log.rdf.xsl" />
    </xsa:Transformation>

  </xsd:appinfo>

</xsd:annotation>