attribute and identifier
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Fri, 25 Nov 2011 10:57:06 +0000
changeset 1053 124a6fd0ed78
parent 1052 3e5a6b96886f
child 1054 7daffb713cc0
attribute and identifier
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Fri Nov 25 10:47:05 2011 +0000
+++ b/model/ProvenanceModel.html	Fri Nov 25 10:57:06 2011 +0000
@@ -2220,8 +2220,8 @@
 <div class='grammar'>
 <span class="nonterminal">attribute</span>&nbsp;:=  <span class="nonterminal">qualifiedName</span><br/>
 <span class="nonterminal">qualifiedName</span> &nbsp;:= (<span class="nonterminal">prefix</span> <span class="name">:</span>)? <span class="nonterminal">localPart</span><br/>
-<span class="nonterminal">prefix</span> &nbsp;:= <em>a name without colon compatible with the <a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-LocalPart">NC_NAME</a> production [[!XMLSCHEMA-2]]</em><br/>
-<span class="nonterminal">localPart</span> &nbsp;:= <em>a name without colon compatible with the <a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-LocalPart">NC_NAME</a> production [[!XMLSCHEMA-2]]</em>
+<span class="nonterminal">prefix</span> &nbsp;:= <em>a name without colon compatible with the <a href="http://www.w3.org/TR/2009/REC-xml-names-20091208/#NT-NCName">NC_NAME</a> production [[!XML-NAMES]]</em><br/>
+<span class="nonterminal">localPart</span> &nbsp;:= <em>a name without colon compatible with the <a href="http://www.w3.org/TR/2009/REC-xml-names-20091208/#NT-NCName">NC_NAME</a> production [[!XML-NAMES]]</em>
 </div>
 
 <p>If a namespace prefix occurs in the qualified name, it refers to a namespace declared in the record container.</p>