File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
10
<!ENTITY RFC3987 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.3987.xml" >
11
+ <!ENTITY RFC4122 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.4122.xml" >
11
12
<!ENTITY RFC4291 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.4291.xml" >
12
13
<!ENTITY RFC4329 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.4329.xml" >
13
14
<!ENTITY RFC4648 SYSTEM " http://xml.resource.org/public/rfc/bibxml/reference.RFC.4648.xml" >
686
687
Reference (either an IRI or a relative-reference),
687
688
according to <xref target =" RFC3987" />.
688
689
</t >
690
+ <t hangText =" uuid:" >
691
+ A string instance is valid against this attribute if it is a valid
692
+ string representation of a UUID, according to <xref target =" RFC4122" />.
693
+ </t >
689
694
</list >
695
+ </t >
696
+ <t >
690
697
Note that all valid URIs are valid IRIs, and all valid URI References are
691
698
also valid IRI References.
692
699
</t >
700
+ <t >
701
+ Note also that the "uuid" format is for plain UUIDs, not UUIDs in URNs. An example
702
+ is "f81d4fae-7dec-11d0-a765-00a0c91e6bf6". For UUIDs as URNs, use the "uri" format,
703
+ with a "pattern" regular expression of "^urn:uuid:" to indicate the URI scheme and
704
+ URN namespace.
705
+ </t >
693
706
</section >
694
707
695
708
<section title =" uri-template" >
1073
1086
&RFC3339;
1074
1087
&RFC3986;
1075
1088
&RFC3987;
1089
+ &RFC4122;
1076
1090
&RFC4291;
1077
1091
&RFC4648;
1078
1092
&RFC5322;
You can’t perform that action at this time.
0 commit comments