|
1391 | 1391 | identifier keyword that can only be used to create plain name fragments.
|
1392 | 1392 | </t>
|
1393 | 1393 | <t>
|
1394 |
| - If present, the value of this keyword MUST be a string, which MUST start with |
1395 |
| - a letter ([A-Za-z]), followed by any number of letters, digits ([0-9]), |
1396 |
| - hyphens ("-"), underscores ("_"), colons (":"), or periods ("."). |
| 1394 | + If present, the value of this keyword MUST be a string and MUST start with |
| 1395 | + a letter ([A-Za-z]) or underscore ("_"), followed by any number of letters, |
| 1396 | + digits ([0-9]), hyphens ("-"), underscores ("_"), and periods ("."). |
| 1397 | + This matches the US-ASCII part of XML's |
| 1398 | + <xref target="xml-names">NCName production</xref>. |
1397 | 1399 | <cref>
|
1398 | 1400 | Note that the anchor string does not include the "#" character,
|
1399 | 1401 | as it is not a URI-reference. An "$anchor": "foo" becomes the
|
@@ -3250,6 +3252,36 @@ https://example.com/schemas/common#/$defs/count/minimum
|
3250 | 3252 | </front>
|
3251 | 3253 | <seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-hyperschema-02" />
|
3252 | 3254 | </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 | + |
| 3262 | + </address> |
| 3263 | + </author> |
| 3264 | + <author fullname="Dave Hollander" role="editor"> |
| 3265 | + <organization>Contivo, Inc.</organization> |
| 3266 | + <address> |
| 3267 | + |
| 3268 | + </address> |
| 3269 | + </author> |
| 3270 | + <author fullname="Andrew Layman" role="editor"> |
| 3271 | + <organization>Microsoft</organization> |
| 3272 | + <address> |
| 3273 | + |
| 3274 | + </address> |
| 3275 | + </author> |
| 3276 | + <author fullname="Richard Tobin" role="editor"> |
| 3277 | + <organization>University of Edinburgh and Markup Technology Ltd</organization> |
| 3278 | + <address> |
| 3279 | + |
| 3280 | + </address> |
| 3281 | + </author> |
| 3282 | + <date month="August" year="2006"/> |
| 3283 | + </front> |
| 3284 | + </reference> |
3253 | 3285 | </references>
|
3254 | 3286 |
|
3255 | 3287 | <section title="Schema identification examples" anchor="idExamples">
|
|
0 commit comments