Skip to content

Commit f088bf7

Browse files
committed
Harmonizes reference to XML Schema Part 2: Datatypes
Avoids to point either to the section either to the definition
1 parent 81781e8 commit f088bf7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spec/index.html

Lines changed: 9 additions & 9 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#regexs">XML Schema Regular Expressions</a>.</p>
1079+
<a data-cite="XMLSCHEMA-2#dt-regex">XML Schema Regular Expressions</a>.</p>
10801080
</section>
10811081
<section id="restrictNumber">
10821082
<h3>Restricting Numeric Values</h3>
@@ -4648,7 +4648,7 @@ <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 href="http://www.w3.org/TR/xmlschema-2/#dt-atomic">atomic datatype</a> corresponding to the
4651+
<a data-cite="XMLSCHEMA-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
@@ -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#boolean">xsd:boolean</a><br>
7526-
dbl = <a data-cite="XMLSCHEMA-2#double">xsd:double</a><br>
7527-
flt = <a data-cite="XMLSCHEMA-2#float">xsd:float</a><br>
7528-
dec = <a data-cite="XMLSCHEMA-2#decimal">xsd:decimal</a><br>
7529-
int = <a data-cite="XMLSCHEMA-2#integer">xsd:integer</a><br>
7530-
dT = <a data-cite="XMLSCHEMA-2#dateTime">xsd:dateTime</a><br>
7531-
str = <a data-cite="XMLSCHEMA-2#string">xsd:string</a><br>
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>
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)