diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2014-03-21 16:33:46 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2014-03-21 16:33:46 (GMT) |
commit | 18522685336756e9956691698b9380c1c54b6682 (patch) | |
tree | 87bbedd373e214308a3c318a562cc8d4d6fe3e92 | |
parent | 908cf7b1805a95e373f1b123652533eefa6fb52e (diff) | |
download | keps-18522685336756e9956691698b9380c1c54b6682.tar.gz |
Especially with the uri it makes sense to omit the mimetype.
-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" } } ? }, |