--- 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> := <span class="nonterminal">qualifiedName</span><br/>
<span class="nonterminal">qualifiedName</span> := (<span class="nonterminal">prefix</span> <span class="name">:</span>)? <span class="nonterminal">localPart</span><br/>
-<span class="nonterminal">prefix</span> := <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> := <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> := <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> := <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>