|
7 | 7 | <!ENTITY RFC2673 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2673.xml">
|
8 | 8 | <!ENTITY RFC3339 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3339.xml">
|
9 | 9 | <!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
|
| 10 | +<!ENTITY RFC3987 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3987.xml"> |
10 | 11 | <!ENTITY RFC4291 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4291.xml">
|
11 | 12 | <!ENTITY RFC5322 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml">
|
12 | 13 | <!ENTITY RFC6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
|
|
994 | 995 | </t>
|
995 | 996 | </section>
|
996 | 997 |
|
997 |
| - <section title="uri"> |
| 998 | + <section title="Resource identifiers"> |
998 | 999 | <t>
|
999 |
| - This attribute applies to string instances. |
1000 |
| - </t> |
1001 |
| - <t> |
1002 |
| - A string instance is valid against this attribute if it is a valid URI, |
1003 |
| - according to <xref target="RFC3986"/>. |
1004 |
| - </t> |
1005 |
| - </section> |
1006 |
| - |
1007 |
| - <section title="uri-reference"> |
1008 |
| - <t> |
1009 |
| - This attribute applies to string instances. |
| 1000 | + These attributes apply to string instances. |
1010 | 1001 | </t>
|
1011 | 1002 | <t>
|
1012 |
| - A string instance is valid against this attribute if it is a valid URI |
1013 |
| - Reference (either a URI or a relative-reference), |
1014 |
| - according to <xref target="RFC3986"/>. |
| 1003 | + <list style="hanging"> |
| 1004 | + <t hangText="uri"> |
| 1005 | + A string instance is valid against this attribute if it is |
| 1006 | + a valid URI, according to <xref target="RFC3986"/>. |
| 1007 | + </t> |
| 1008 | + <t hangText="uri-reference"> |
| 1009 | + A string instance is valid against this attribute if it is a valid URI |
| 1010 | + Reference (either a URI or a relative-reference), |
| 1011 | + according to <xref target="RFC3986"/>. |
| 1012 | + </t> |
| 1013 | + <t hangText="iri"> |
| 1014 | + A string instance is valid against this attribute if it is |
| 1015 | + a valid IRI, according to <xref target="RFC3987"/>. |
| 1016 | + </t> |
| 1017 | + <t hangText="iri-reference"> |
| 1018 | + A string instance is valid against this attribute if it is a valid IRI |
| 1019 | + Reference (either an IRI or a relative-reference), |
| 1020 | + according to <xref target="RFC3987"/>. |
| 1021 | + </t> |
| 1022 | + </list> |
| 1023 | + Note that all valid URIs are valid IRIs, and all valid URI References are |
| 1024 | + also valid IRI References. |
1015 | 1025 | </t>
|
1016 | 1026 | </section>
|
1017 | 1027 |
|
|
1023 | 1033 | A string instance is valid against this attribute if it is a valid URI Template
|
1024 | 1034 | (of any level), according to <xref target="RFC6570"/>.
|
1025 | 1035 | </t>
|
| 1036 | + <t> |
| 1037 | + Note that URI Templates may be used for IRIs; there is no separate |
| 1038 | + IRI Template specification. |
| 1039 | + </t> |
1026 | 1040 | </section>
|
1027 | 1041 |
|
1028 | 1042 | <section title="json-pointer">
|
|
1209 | 1223 | &RFC2673;
|
1210 | 1224 | &RFC3339;
|
1211 | 1225 | &RFC3986;
|
| 1226 | + &RFC3987; |
1212 | 1227 | &RFC4291;
|
1213 | 1228 | &RFC6570;
|
1214 | 1229 | &RFC6901;
|
|
0 commit comments