1<?xml version="1.0"?>
2<!-- 	Issue: rdf-containers-syntax-vs-schema
3        Test:  04
4        $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test004.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
5
6        rdf:li elements match any of the property element productions
7-->
8
9<!--
10  Copyright World Wide Web Consortium, (Massachusetts Institute of
11  Technology, Institut National de Recherche en Informatique et en
12  Automatique, Keio University).
13
14  All Rights Reserved.
15
16  Please see the full Copyright clause at
17  <http://www.w3.org/Consortium/Legal/copyright-software.html>
18
19  $Id: test004.rdf,v 1.4 2001/09/06 21:23:35 barstow Exp $
20-->
21
22<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
23         xmlns:foo="http://foo/">
24
25  <foo:Bar>
26    <rdf:li rdf:ID="e1">1</rdf:li>
27    <rdf:li rdf:parseType="Literal">2</rdf:li>
28    <rdf:li rdf:parseType="Resource">
29      <rdf:type rdf:resource="http://foo/Bar"/>
30    </rdf:li>
31    <rdf:li rdf:ID="e4" foo:bar="foobar"/>
32  </foo:Bar>
33</rdf:RDF>
34