Skip to content

Commit 11b909d

Browse files
authored
Merge pull request #85 from w3c/xsd-link
Migrates XML Schema references to 1.1 and cleans up anchors
2 parents 1fb6e10 + 3c05b41 commit 11b909d

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
@@ -1077,7 +1077,7 @@ <h3>Restricting the Value of Strings</h3>
10771077
</div>
10781078
<p>The regular expression language is <a data-cite="XPATH-FUNCTIONS-31#regex-syntax">defined by XQuery
10791079
and XPath Functions and Operators</a> and is based on
1080-
<a data-cite="XMLSCHEMA-2#regexs">XML Schema Regular Expressions</a>.</p>
1080+
<a data-cite="XMLSCHEMA11-2#dt-regex">XML Schema Regular Expressions</a>.</p>
10811081
</section>
10821082
<section id="restrictNumber">
10831083
<h3>Restricting Numeric Values</h3>
@@ -4656,21 +4656,21 @@ <h3>Operand Data Types</h3>
46564656
<code>literals</code> passed as arguments to these functions and operators are mapped
46574657
to XML Schema typed values with a <a data-cite="XPATH-31#dt-string-value">string value</a> of
46584658
the <code>lexical form</code> and an
4659-
<a href="http://www.w3.org/TR/xmlschema-2/#dt-atomic">atomic datatype</a> corresponding to the
4659+
<a data-cite="XMLSCHEMA11-2#dt-atomic">atomic datatype</a> corresponding to the
46604660
<span class="type datatypeIRI">datatype IRI</span>. The returned typed values are mapped back
46614661
to RDF <code>literals</code> the same way.</p>
46624662
<p>SPARQL has additional operators which operate on specific subsets of RDF terms. When
46634663
referring to a type, the following terms denote a <code>literal</code> with the
4664-
corresponding [[[XMLSCHEMA-2]]] [[XMLSCHEMA-2]] <span class="type datatypeIRI">datatype
4664+
corresponding [[[XMLSCHEMA11-2]]] [[XMLSCHEMA11-2]] <span class="type datatypeIRI">datatype
46654665
IRI</span>:</p>
46664666
<ul>
4667-
<li><code><a data-cite="XMLSCHEMA-2#dt-integer">xsd:integer</a></code></li>
4668-
<li><code><a data-cite="XMLSCHEMA-2#dt-decimal">xsd:decimal</a></code></li>
4669-
<li><code><a data-cite="XMLSCHEMA-2#dt-float">xsd:float</a></code></li>
4670-
<li><code><a data-cite="XMLSCHEMA-2#dt-double">xsd:double</a></code></li>
4671-
<li><code><a data-cite="XMLSCHEMA-2#dt-string">xsd:string</a></code></li>
4672-
<li><code><a data-cite="XMLSCHEMA-2#dt-boolean">xsd:boolean</a></code></li>
4673-
<li><code><a data-cite="XMLSCHEMA-2#dt-dateTime">xsd:dateTime</a></code></li>
4667+
<li><code><a data-cite="XMLSCHEMA11-2#dt-integer">xsd:integer</a></code></li>
4668+
<li><code><a data-cite="XMLSCHEMA11-2#dt-decimal">xsd:decimal</a></code></li>
4669+
<li><code><a data-cite="XMLSCHEMA11-2#dt-float">xsd:float</a></code></li>
4670+
<li><code><a data-cite="XMLSCHEMA11-2#dt-double">xsd:double</a></code></li>
4671+
<li><code><a data-cite="XMLSCHEMA11-2#dt-string">xsd:string</a></code></li>
4672+
<li><code><a data-cite="XMLSCHEMA11-2#dt-boolean">xsd:boolean</a></code></li>
4673+
<li><code><a data-cite="XMLSCHEMA11-2#dt-dateTime">xsd:dateTime</a></code></li>
46744674
</ul>
46754675
<p>The following terms identify additional types used in SPARQL value tests:</p>
46764676
<ul>
@@ -4685,40 +4685,40 @@ <h3>Operand Data Types</h3>
46854685
are valid arguments to functions and operators taking <span class="type numeric">numeric</span> arguments:</p>
46864686
<ul>
46874687
<li>
4688-
<a data-cite="XMLSCHEMA-2#dt-nonPositiveInteger"><code>xsd:nonPositiveInteger</code></a>
4688+
<a data-cite="XMLSCHEMA11-2#dt-nonPositiveInteger"><code>xsd:nonPositiveInteger</code></a>
46894689
</li>
46904690
<li>
4691-
<a data-cite="XMLSCHEMA-2#dt-negativeInteger"><code>xsd:negativeInteger</code></a>
4691+
<a data-cite="XMLSCHEMA11-2#dt-negativeInteger"><code>xsd:negativeInteger</code></a>
46924692
</li>
46934693
<li>
4694-
<a data-cite="XMLSCHEMA-2#dt-long"><code>xsd:long</code></a>
4694+
<a data-cite="XMLSCHEMA11-2#dt-long"><code>xsd:long</code></a>
46954695
</li>
46964696
<li>
4697-
<a data-cite="XMLSCHEMA-2#dt-int"><code>xsd:int</code></a>
4697+
<a data-cite="XMLSCHEMA11-2#dt-int"><code>xsd:int</code></a>
46984698
</li>
46994699
<li>
4700-
<a data-cite="XMLSCHEMA-2#dt-short"><code>xsd:short</code></a>
4700+
<a data-cite="XMLSCHEMA11-2#dt-short"><code>xsd:short</code></a>
47014701
</li>
47024702
<li>
4703-
<a data-cite="XMLSCHEMA-2#dt-byte"><code>xsd:byte</code></a>
4703+
<a data-cite="XMLSCHEMA11-2#dt-byte"><code>xsd:byte</code></a>
47044704
</li>
47054705
<li>
4706-
<a data-cite="XMLSCHEMA-2#dt-nonNegativeInteger"><code>xsd:nonNegativeInteger</code></a>
4706+
<a data-cite="XMLSCHEMA11-2#dt-nonNegativeInteger"><code>xsd:nonNegativeInteger</code></a>
47074707
</li>
47084708
<li>
4709-
<a data-cite="XMLSCHEMA-2#dt-unsignedLong"><code>xsd:unsignedLong</code></a>
4709+
<a data-cite="XMLSCHEMA11-2#dt-unsignedLong"><code>xsd:unsignedLong</code></a>
47104710
</li>
47114711
<li>
4712-
<a data-cite="XMLSCHEMA-2#dt-unsignedInt"><code>xsd:unsignedInt</code></a>
4712+
<a data-cite="XMLSCHEMA11-2#dt-unsignedInt"><code>xsd:unsignedInt</code></a>
47134713
</li>
47144714
<li>
4715-
<a data-cite="XMLSCHEMA-2#dt-unsignedShort"><code>xsd:unsignedShort</code></a>
4715+
<a data-cite="XMLSCHEMA11-2#dt-unsignedShort"><code>xsd:unsignedShort</code></a>
47164716
</li>
47174717
<li>
4718-
<a data-cite="XMLSCHEMA-2#dt-unsignedByte"><code>xsd:unsignedByte</code></a>
4718+
<a data-cite="XMLSCHEMA11-2#dt-unsignedByte"><code>xsd:unsignedByte</code></a>
47194719
</li>
47204720
<li>
4721-
<a data-cite="XMLSCHEMA-2#dt-positiveInteger"><code>xsd:positiveInteger</code></a>
4721+
<a data-cite="XMLSCHEMA11-2#dt-positiveInteger"><code>xsd:positiveInteger</code></a>
47224722
</li>
47234723
</ul>
47244724
<p>SPARQL language extensions may treat additional types as being derived from XML schema
@@ -7515,13 +7515,13 @@ <h3>XPath Constructor Functions</h3>
75157515
<code>xsd:string</code> (the first row) to an <code>xsd:float</code> (the second column) is
75167516
dependent on the lexical value (<span class="castM">M</span>).</p>
75177517
<blockquote>
7518-
<p>bool = <a data-cite="XMLSCHEMA-2#boolean">xsd:boolean</a><br>
7519-
dbl = <a data-cite="XMLSCHEMA-2#double">xsd:double</a><br>
7520-
flt = <a data-cite="XMLSCHEMA-2#float">xsd:float</a><br>
7521-
dec = <a data-cite="XMLSCHEMA-2#decimal">xsd:decimal</a><br>
7522-
int = <a data-cite="XMLSCHEMA-2#integer">xsd:integer</a><br>
7523-
dT = <a data-cite="XMLSCHEMA-2#dateTime">xsd:dateTime</a><br>
7524-
str = <a data-cite="XMLSCHEMA-2#string">xsd:string</a><br>
7518+
<p>bool = <a data-cite="XMLSCHEMA11-2#dt-boolean">xsd:boolean</a><br>
7519+
dbl = <a data-cite="XMLSCHEMA11-2#dt-double">xsd:double</a><br>
7520+
flt = <a data-cite="XMLSCHEMA11-2#dt-float">xsd:float</a><br>
7521+
dec = <a data-cite="XMLSCHEMA11-2#dt-decimal">xsd:decimal</a><br>
7522+
int = <a data-cite="XMLSCHEMA11-2#dt-integer">xsd:integer</a><br>
7523+
dT = <a data-cite="XMLSCHEMA11-2#dt-dateTime">xsd:dateTime</a><br>
7524+
str = <a data-cite="XMLSCHEMA11-2#dt-string">xsd:string</a><br>
75257525
<span class="rdfDM">IRI</span> = <span class="type IRI">IRI</span></p>
75267526
</blockquote>
75277527
<table title="Casting table" class="casting"

0 commit comments

Comments
 (0)