Skip to content

Commit fab4f8c

Browse files
committed
Update the NCName reference to an xref
1 parent f8a6a29 commit fab4f8c

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

jsonschema-core.xml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,8 +1394,8 @@
13941394
If present, the value of this keyword MUST be a string and MUST start with
13951395
a letter ([A-Za-z]) or underscore ("_"), followed by any number of letters,
13961396
digits ([0-9]), hyphens ("-"), underscores ("_"), and periods (".").
1397-
This matches the US-ASCII part of XML's NCName production at
1398-
<eref target="https://www.w3.org/TR/2006/REC-xml-names11-20060816/#NT-NCName"/>.
1397+
This matches the US-ASCII part of XML's
1398+
<xref target="xml-names">NCName production</xref>.
13991399
<cref>
14001400
Note that the anchor string does not include the "#" character,
14011401
as it is not a URI-reference. An "$anchor": "foo" becomes the
@@ -3252,6 +3252,36 @@ https://example.com/schemas/common#/$defs/count/minimum
32523252
</front>
32533253
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-hyperschema-02" />
32543254
</reference>
3255+
<reference anchor="xml-names" target="http://www.w3.org/TR/2006/REC-xml-names11-20060816">
3256+
<front>
3257+
<title>Namespaces in XML 1.1 (Second Edition)</title>
3258+
<author fullname="Tim Bray" role="editor">
3259+
<organization>Textuality</organization>
3260+
<address>
3261+
<email>[email protected]</email>
3262+
</address>
3263+
</author>
3264+
<author fullname="Dave Hollander" role="editor">
3265+
<organization>Contivo, Inc.</organization>
3266+
<address>
3267+
<email>[email protected]</email>
3268+
</address>
3269+
</author>
3270+
<author fullname="Andrew Layman" role="editor">
3271+
<organization>Microsoft</organization>
3272+
<address>
3273+
<email>[email protected]</email>
3274+
</address>
3275+
</author>
3276+
<author fullname="Richard Tobin" role="editor">
3277+
<organization>University of Edinburgh and Markup Technology Ltd</organization>
3278+
<address>
3279+
<email>[email protected]</email>
3280+
</address>
3281+
</author>
3282+
<date month="August" year="2006"/>
3283+
</front>
3284+
</reference>
32553285
</references>
32563286

32573287
<section title="Schema identification examples" anchor="idExamples">

0 commit comments

Comments
 (0)