<schema
        xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        targetNamespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<annotation>
<documentation>
<div xmlns="http://www.w3.org/1999/xhtml">
<address>
by Dan Connolly
<br class=''/>
$Id: rdf0.xsd,v 1.1 2001/04/17 05:48:08 connolly Exp $
</address>

<p>This is an XML schema for the smallest RDF document;
it traces one derivation thru
<a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/#grammar">the RDF grammar</a>.</p>

<p>see also
<a href="http://www.w3.org/2000/07/DAML-0-5-syntax">RDF Syntax:
An XML Schema Approach</a> of Aug 2000</p>

</div>
</documentation>
</annotation>


<element name="RDF">
  <annotation>
    <documentation>
      [6.1] RDF
    </documentation>
  </annotation>

  <complexType>
    <sequence minOccurs="0" maxOccurs="unbounded">
      <group ref="rdf:obj"/>
    </sequence>
  </complexType>
</element>

<group name="obj">
  <annotation><documentation>[6.2] obj</documentation></annotation>

  <choice>
    <!-- ... -->
  </choice>
</group>

</schema>
