|
7 | 7 | <!ENTITY RFC3339 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3339.xml">
|
8 | 8 | <!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
|
9 | 9 | <!ENTITY RFC5322 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml">
|
| 10 | +<!ENTITY RFC6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml"> |
| 11 | +<!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml"> |
10 | 12 | <!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
|
11 | 13 | ]>
|
12 | 14 | <?rfc toc="yes"?>
|
|
843 | 845 | </t>
|
844 | 846 | </section>
|
845 | 847 |
|
| 848 | + <section title="uritemplate"> |
| 849 | + <t> |
| 850 | + This attribute applies to string instances. |
| 851 | + </t> |
| 852 | + <t> |
| 853 | + A string instance is valid against this attribute if it is a valid URI Template |
| 854 | + (of any level), according to <xref target="RFC6570"/>. |
| 855 | + </t> |
| 856 | + </section> |
| 857 | + |
| 858 | + <section title="jsonpointer"> |
| 859 | + <t> |
| 860 | + This attribute applies to string instances. |
| 861 | + </t> |
| 862 | + <t> |
| 863 | + A string instance is valid against this attribute if it is a valid JSON Pointer, |
| 864 | + according to <xref target="RFC6901"/> |
| 865 | + </t> |
| 866 | + </section> |
846 | 867 | </section>
|
847 | 868 | </section>
|
848 | 869 |
|
|
887 | 908 | &RFC2673;
|
888 | 909 | &RFC3339;
|
889 | 910 | &RFC3986;
|
| 911 | + &RFC6570; |
| 912 | + &RFC6901; |
890 | 913 | &RFC7159;
|
891 | 914 | &RFC5322;
|
892 | 915 | <reference anchor="ecma262"
|
|
0 commit comments