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" >
676
677
Reference (either an IRI or a relative-reference),
677
678
according to <xref target =" RFC3987" />.
678
679
</t >
680
+ <t hangText =" uuid:" >
681
+ A string instance is valid against this attribute if it is a valid
682
+ string representation of a UUID, according to <xref target =" RFC4122" />.
683
+ </t >
679
684
</list >
685
+ </t >
686
+ <t >
680
687
Note that all valid URIs are valid IRIs, and all valid URI References are
681
688
also valid IRI References.
682
689
</t >
690
+ <t >
691
+ Note also that the "uuid" format is for plain UUIDs, not UUIDs in URNs. An example
692
+ is "f81d4fae-7dec-11d0-a765-00a0c91e6bf6". For UUIDs as URNs, use the "uri" format,
693
+ with a "pattern" regular expression of "^urn:uuid:" to indicate the URI scheme and
694
+ URN namespace.
695
+ </t >
683
696
</section >
684
697
685
698
<section title =" uri-template" >
1063
1076
&RFC3339;
1064
1077
&RFC3986;
1065
1078
&RFC3987;
1079
+ &RFC4122;
1066
1080
&RFC4291;
1067
1081
&RFC4648;
1068
1082
&RFC5322;
You can’t perform that action at this time.
0 commit comments