1<?xml version="1.0"?>
2<!-- 	Issue: rdf-containers-syntax-vs-schema
3        Test:  error01
4        $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/error001.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
5
6        rdf:li is not allowed as as an attribute
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: error001.rdf,v 1.6 2001/09/06 21:23:35 barstow Exp $
20-->
21
22
23<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
24         xmlns:foo="http://foo/">
25
26  <foo:bar rdf:li="1"/>
27</rdf:RDF>
28