diff options
-rw-r--r-- | KEP-0017.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/KEP-0017.txt b/KEP-0017.txt index 02ae31b..e39875a 100644 --- a/KEP-0017.txt +++ b/KEP-0017.txt @@ -89,7 +89,7 @@ The global uniqueness of a UID '''SHOULD''' be achieved by following the provisi The UID '''MUST NOT''' be changed after initial creation of the object. -A UID in the uri format (uri-uid), '''MUST''' use the URN namespace described in {{rfc|4122}}<ref name="rfc4122">{{rfc|4122|A Universally Unique IDentifier (UUID) URN Namespace}}</ref>. +A UID in the uri format (uri-uid), '''MUST''' use the URN namespace described in {{rfc|4122}}<ref name="rfc4122">{{rfc|4122|A Universally Unique IDentifier (UUID) URN Namespace}}</ref>. If the UID does not conform to {{rfc|4122}}<ref name="rfc4122"> (e.g. 5f21d83f-5123-4ae7-bb31-4de1fa35d0bb), the text-uri '''MUST''' be used. Implements: * {{rfc|5545}} [https://tools.ietf.org/html/rfc5545#section-3.8.4.7 section-3.8.4.7] @@ -191,7 +191,7 @@ Implements: kolab-property-attach = element attach { element parameters { - element fmttype { [[#String]] }, + element fmttype { [[#String]] } ?, element x-label { [[#String]] } ?, element encoding { "BASE64" } ? }, @@ -201,7 +201,7 @@ Implements: xcal-property-attach = element attach { element parameters { - element fmttype { element text { [[#String]] } }, + element fmttype { element text { [[#String]] } } ?, element x-label { element text { [[#String]] } } ?, element encoding { element text { "BASE64" } } ? }, |