Change 6: removed ID and datatype exclusion on literal property from RELAX NG
authorfgandon
Tue, 10 Dec 2013 14:59:17 +0100
changeset 1513 a6d57bec0d7c
parent 1512 a82ed30b9968
child 1514 ed8a07e2f4cf
Change 6: removed ID and datatype exclusion on literal property from RELAX NG
Compact Schema
rdf-xml/index.html
--- a/rdf-xml/index.html	Tue Dec 10 14:50:32 2013 +0100
+++ b/rdf-xml/index.html	Tue Dec 10 14:59:17 2013 +0100
@@ -3676,7 +3676,7 @@
                         rdf:resource | rdf:nodeID | rdf:datatype |
                         rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
                         xml:* ) {
-              (idAttr | datatypeAttr )?, xmllang?, xmlbase?, text 
+              idAttr? , datatypeAttr?, xmllang?, xmlbase?, text 
           }
 
         parseTypeLiteralPropertyElt =