Skip to content

Commit 3c05b41

Browse files
committed
Upgrades references to XML schema from 1.0 to 1.1
1 parent f088bf7 commit 3c05b41

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

spec/index.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ <h3>Restricting the Value of Strings</h3>
10761076
</div>
10771077
<p>The regular expression language is <a data-cite="XPATH-FUNCTIONS#regex-syntax">defined by XQuery
10781078
and XPath Functions and Operators</a> and is based on
1079-
<a data-cite="XMLSCHEMA-2#dt-regex">XML Schema Regular Expressions</a>.</p>
1079+
<a data-cite="XMLSCHEMA11-2#dt-regex">XML Schema Regular Expressions</a>.</p>
10801080
</section>
10811081
<section id="restrictNumber">
10821082
<h3>Restricting Numeric Values</h3>
@@ -4648,21 +4648,21 @@ <h3>Operand Data Types</h3>
46484648
<code>literals</code> passed as arguments to these functions and operators are mapped
46494649
to XML Schema typed values with a <a data-cite="XPATH20#dt-string-value">string value</a> of
46504650
the <code>lexical form</code> and an
4651-
<a data-cite="XMLSCHEMA-2#dt-atomic">atomic datatype</a> corresponding to the
4651+
<a data-cite="XMLSCHEMA11-2#dt-atomic">atomic datatype</a> corresponding to the
46524652
<span class="type datatypeIRI">datatype IRI</span>. The returned typed values are mapped back
46534653
to RDF <code>literals</code> the same way.</p>
46544654
<p>SPARQL has additional operators which operate on specific subsets of RDF terms. When
46554655
referring to a type, the following terms denote a <code>literal</code> with the
4656-
corresponding [[[XMLSCHEMA-2]]] [[XMLSCHEMA-2]] <span class="type datatypeIRI">datatype
4656+
corresponding [[[XMLSCHEMA11-2]]] [[XMLSCHEMA11-2]] <span class="type datatypeIRI">datatype
46574657
IRI</span>:</p>
46584658
<ul>
4659-
<li><code><a data-cite="XMLSCHEMA-2#dt-integer">xsd:integer</a></code></li>
4660-
<li><code><a data-cite="XMLSCHEMA-2#dt-decimal">xsd:decimal</a></code></li>
4661-
<li><code><a data-cite="XMLSCHEMA-2#dt-float">xsd:float</a></code></li>
4662-
<li><code><a data-cite="XMLSCHEMA-2#dt-double">xsd:double</a></code></li>
4663-
<li><code><a data-cite="XMLSCHEMA-2#dt-string">xsd:string</a></code></li>
4664-
<li><code><a data-cite="XMLSCHEMA-2#dt-boolean">xsd:boolean</a></code></li>
4665-
<li><code><a data-cite="XMLSCHEMA-2#dt-dateTime">xsd:dateTime</a></code></li>
4659+
<li><code><a data-cite="XMLSCHEMA11-2#dt-integer">xsd:integer</a></code></li>
4660+
<li><code><a data-cite="XMLSCHEMA11-2#dt-decimal">xsd:decimal</a></code></li>
4661+
<li><code><a data-cite="XMLSCHEMA11-2#dt-float">xsd:float</a></code></li>
4662+
<li><code><a data-cite="XMLSCHEMA11-2#dt-double">xsd:double</a></code></li>
4663+
<li><code><a data-cite="XMLSCHEMA11-2#dt-string">xsd:string</a></code></li>
4664+
<li><code><a data-cite="XMLSCHEMA11-2#dt-boolean">xsd:boolean</a></code></li>
4665+
<li><code><a data-cite="XMLSCHEMA11-2#dt-dateTime">xsd:dateTime</a></code></li>
46664666
</ul>
46674667
<p>The following terms identify additional types used in SPARQL value tests:</p>
46684668
<ul>
@@ -4677,40 +4677,40 @@ <h3>Operand Data Types</h3>
46774677
are valid arguments to functions and operators taking <span class="type numeric">numeric</span> arguments:</p>
46784678
<ul>
46794679
<li>
4680-
<a data-cite="XMLSCHEMA-2#dt-nonPositiveInteger"><code>xsd:nonPositiveInteger</code></a>
4680+
<a data-cite="XMLSCHEMA11-2#dt-nonPositiveInteger"><code>xsd:nonPositiveInteger</code></a>
46814681
</li>
46824682
<li>
4683-
<a data-cite="XMLSCHEMA-2#dt-negativeInteger"><code>xsd:negativeInteger</code></a>
4683+
<a data-cite="XMLSCHEMA11-2#dt-negativeInteger"><code>xsd:negativeInteger</code></a>
46844684
</li>
46854685
<li>
4686-
<a data-cite="XMLSCHEMA-2#dt-long"><code>xsd:long</code></a>
4686+
<a data-cite="XMLSCHEMA11-2#dt-long"><code>xsd:long</code></a>
46874687
</li>
46884688
<li>
4689-
<a data-cite="XMLSCHEMA-2#dt-int"><code>xsd:int</code></a>
4689+
<a data-cite="XMLSCHEMA11-2#dt-int"><code>xsd:int</code></a>
46904690
</li>
46914691
<li>
4692-
<a data-cite="XMLSCHEMA-2#dt-short"><code>xsd:short</code></a>
4692+
<a data-cite="XMLSCHEMA11-2#dt-short"><code>xsd:short</code></a>
46934693
</li>
46944694
<li>
4695-
<a data-cite="XMLSCHEMA-2#dt-byte"><code>xsd:byte</code></a>
4695+
<a data-cite="XMLSCHEMA11-2#dt-byte"><code>xsd:byte</code></a>
46964696
</li>
46974697
<li>
4698-
<a data-cite="XMLSCHEMA-2#dt-nonNegativeInteger"><code>xsd:nonNegativeInteger</code></a>
4698+
<a data-cite="XMLSCHEMA11-2#dt-nonNegativeInteger"><code>xsd:nonNegativeInteger</code></a>
46994699
</li>
47004700
<li>
4701-
<a data-cite="XMLSCHEMA-2#dt-unsignedLong"><code>xsd:unsignedLong</code></a>
4701+
<a data-cite="XMLSCHEMA11-2#dt-unsignedLong"><code>xsd:unsignedLong</code></a>
47024702
</li>
47034703
<li>
4704-
<a data-cite="XMLSCHEMA-2#dt-unsignedInt"><code>xsd:unsignedInt</code></a>
4704+
<a data-cite="XMLSCHEMA11-2#dt-unsignedInt"><code>xsd:unsignedInt</code></a>
47054705
</li>
47064706
<li>
4707-
<a data-cite="XMLSCHEMA-2#dt-unsignedShort"><code>xsd:unsignedShort</code></a>
4707+
<a data-cite="XMLSCHEMA11-2#dt-unsignedShort"><code>xsd:unsignedShort</code></a>
47084708
</li>
47094709
<li>
4710-
<a data-cite="XMLSCHEMA-2#dt-unsignedByte"><code>xsd:unsignedByte</code></a>
4710+
<a data-cite="XMLSCHEMA11-2#dt-unsignedByte"><code>xsd:unsignedByte</code></a>
47114711
</li>
47124712
<li>
4713-
<a data-cite="XMLSCHEMA-2#dt-positiveInteger"><code>xsd:positiveInteger</code></a>
4713+
<a data-cite="XMLSCHEMA11-2#dt-positiveInteger"><code>xsd:positiveInteger</code></a>
47144714
</li>
47154715
</ul>
47164716
<p>SPARQL language extensions may treat additional types as being derived from XML schema
@@ -7522,13 +7522,13 @@ <h3>XPath Constructor Functions</h3>
75227522
<code>xsd:string</code> (the first row) to an <code>xsd:float</code> (the second column) is
75237523
dependent on the lexical value (<span class="castM">M</span>).</p>
75247524
<blockquote>
7525-
<p>bool = <a data-cite="XMLSCHEMA-2#dt-boolean">xsd:boolean</a><br>
7526-
dbl = <a data-cite="XMLSCHEMA-2#dt-double">xsd:double</a><br>
7527-
flt = <a data-cite="XMLSCHEMA-2#dt-float">xsd:float</a><br>
7528-
dec = <a data-cite="XMLSCHEMA-2#dt-decimal">xsd:decimal</a><br>
7529-
int = <a data-cite="XMLSCHEMA-2#dt-integer">xsd:integer</a><br>
7530-
dT = <a data-cite="XMLSCHEMA-2#dt-dateTime">xsd:dateTime</a><br>
7531-
str = <a data-cite="XMLSCHEMA-2#dt-string">xsd:string</a><br>
7525+
<p>bool = <a data-cite="XMLSCHEMA11-2#dt-boolean">xsd:boolean</a><br>
7526+
dbl = <a data-cite="XMLSCHEMA11-2#dt-double">xsd:double</a><br>
7527+
flt = <a data-cite="XMLSCHEMA11-2#dt-float">xsd:float</a><br>
7528+
dec = <a data-cite="XMLSCHEMA11-2#dt-decimal">xsd:decimal</a><br>
7529+
int = <a data-cite="XMLSCHEMA11-2#dt-integer">xsd:integer</a><br>
7530+
dT = <a data-cite="XMLSCHEMA11-2#dt-dateTime">xsd:dateTime</a><br>
7531+
str = <a data-cite="XMLSCHEMA11-2#dt-string">xsd:string</a><br>
75327532
<span class="rdfDM">IRI</span> = <span class="type IRI">IRI</span></p>
75337533
</blockquote>
75347534
<table title="Casting table" class="casting"

0 commit comments

Comments
 (0)