3 SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
6 <!DOCTYPE Class SYSTEM "../../DTD">
8 <label xml:lang="en">Unicode Scalar Value</label>
9 <comment xml:lang="en">
11 A thing with a <ref target="rdf:value">value</ref> between 0 and 10FFFF₁₆ but not between D800₁₆ and DFFF₁₆, representing a valid Unicode scalar value.
14 Not all Unicode scalar values can be represented in a <resource name="xsd:string"/>, so representing them as integers is required.
15 Unicode Scalar Values are uniquely identified by their value.
21 <resource name="rdf:value"/>
23 <cardinality>1</cardinality>
29 <resource name="rdf:value"/>
36 <resource name="xsd:integer"/>
39 <minInclusive datatype="xsd:integer">0</minInclusive>
40 <maxInclusive datatype="xsd:integer">55295</maxInclusive>
45 <resource name="xsd:integer"/>
48 <minInclusive datatype="xsd:integer">57344</minInclusive>
49 <maxInclusive datatype="xsd:integer">1114111</maxInclusive>
58 <resource name="rdf:value"/>