-
Notifications
You must be signed in to change notification settings - Fork 3
urn:ietf:params:xml:ns:carddav:supported collation set
Marten Gajda edited this page Jul 27, 2015
·
4 revisions
- Specification
- RFC 6352 Section 8.3.1
- Type
- Property
- Protected
- MUST
- Returned by allprop
- SHOULD NOT
- Valid for resource types
- This property MUST be defined on any resource that supports a report that does text matching.
###Purpose
Identifies the set of collations supported by the server for text matching operations.
###Protected
MUST be protected as it indicates support provided by the server.
###COPY/MOVE behavior
This property value MUST be preserved in COPY and MOVE operations.
###Allprop behavior
SHOULD NOT be returned by a PROPFIND DAV:allprop request.
###Description
The CARDDAV:supported-collation-set property contains two or more CARDDAV:supported-collation elements that specify the identifiers of the collations supported by the server.
<!ELEMENT supported-collation-set (
supported-collation
supported-collation
supported-collation*)>
<!-- Both "i;ascii-casemap" and "i;unicode-casemap"
will be present -->
<!ELEMENT supported-collation (#PCDATA)>
###Example
<C:supported-collation-set
xmlns:C="urn:ietf:params:xml:ns:carddav">
<C:supported-collation>i;ascii-casemap</C:supported-collation>
<C:supported-collation>i;octet</C:supported-collation>
<C:supported-collation>i;unicode-casemap</C:supported-collation>
</C:supported-collation-set>