Skip to content

urn:ietf:params:xml:ns:caldav:supported collation set

Marten Gajda edited this page Aug 16, 2015 · 4 revisions

###Purpose

Identifies the set of collations supported by the server for text matching operations.

###Conformance

This property MUST be defined on any resource that supports a report that does text matching. If defined, it MUST be protected and SHOULD NOT be returned by a PROPFIND DAV:allprop request (as defined in Section 12.14.1 of RFC 2518).

###Description

The CALDAV:supported-collation-set property contains zero or more CALDAV:supported-collation elements, which specify the collection identifiers of the collations supported by the server.

DTD

<!ELEMENT supported-collation-set (supported-collation*)>

<!ELEMENT supported-collation (#PCDATA)>

###Example

<C:supported-collation-set
   xmlns:C="urn:ietf:params:xml:ns:caldav">
 <C:supported-collation>i;ascii-casemap</C:supported-collation>
 <C:supported-collation>i;octet</C:supported-collation>
</C:supported-collation-set>
Clone this wiki locally