de:CCCP
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Describes attributes of the CCCP endpoint device, if it exists.
Syntax
<CCCP uri="..." render="..." capture="..." publish="..." version="..." deviceAvailability="..." />
Attributes
Attribute | Data Type | Description |
---|---|---|
uri |
xs:anyURI |
Optional |
render |
xs:boolean |
Optional with default="false" |
capture |
xs:boolean |
Optional with default="false" |
publish |
xs:boolean |
Optional with default="false" |
version |
xs:unsignedInt |
Optional with default="0" |
deviceAvailability |
xs:unsignedInt |
Optional |
preferred |
xs:boolean |
Specifies whether the device is preferred (true) or not (false). This attribute is optional. Its default value is false. |
preferredEndpointId |
xs:string |
Specifies the ID of the preferred endpoint. Optional. |
Tag Content
None
Parent Element
Element | Description |
---|---|
The capabilities element. |
Child Elements
None
Remarks
Examples
XML Example 1 of the CCCP Element
<CCCP uri="alice@contoso.com" render="false" publish="true" />
XML Example 2 of the CCCP Element
<CCCP uri="alice@contoso.com" />
XML Example 3 of the CCCP Element
<CCCP publish="true" deviceAvailability="3500"></CCCP>