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" >
682
683
Reference (either an IRI or a relative-reference),
683
684
according to <xref target =" RFC3987" />.
684
685
</t >
686
+ <t hangText =" uuid:" >
687
+ A string instance is valid against this attribute if it is a valid
688
+ string representation of a UUID, according to <xref target =" RFC4122" />.
689
+ </t >
685
690
</list >
691
+ </t >
692
+ <t >
686
693
Note that all valid URIs are valid IRIs, and all valid URI References are
687
694
also valid IRI References.
688
695
</t >
696
+ <t >
697
+ Note also that the "uuid" format is for plain UUIDs, not UUIDs in URNs. An example
698
+ is "f81d4fae-7dec-11d0-a765-00a0c91e6bf6". For UUIDs as URNs, use the "uri" format,
699
+ with a "pattern" regular expression of "^urn:uuid:" to indicate the URI scheme and
700
+ URN namespace.
701
+ </t >
689
702
</section >
690
703
691
704
<section title =" uri-template" >
1069
1082
&RFC3339;
1070
1083
&RFC3986;
1071
1084
&RFC3987;
1085
+ &RFC4122;
1072
1086
&RFC4291;
1073
1087
&RFC4648;
1074
1088
&RFC5322;
You can’t perform that action at this time.
0 commit comments