end element
Applies to: Lync 2013 | Lync Server 2013
Specifies the marker to end all the schema extensions.
<ct:delimiter xmlns:ct="http://schemas.microsoft.com/2006/09/sip/commontypes" />
<tns:[any]>...</tns:[any]>
<ct:end xmlns:ct="http://schemas.microsoft.com/2006/09/sip/commontypes" />
xs:element
The following sections describe attributes, child elements, and parent elements.
None
None
Element |
Description |
---|---|
Various |
Element representing an enhanced presence category instance value and some of its child elements can support such an extension. |
None
This element serves to end all the schema extensions to its parent element. For each parent element, there can be at most one occurrence of this ct:end element even if multiple instances of ct:delimiter are present in the scenarios of multiple schema extension.
The following XML snippet shows a use of the ct:delimiter and ct:end elementd to add a voiceMailStamp as a schema extension to the otherOptions category instance value.
<otherOptions xmlns="http://schemas.microsoft.com/2006/09/sip/options/otherOptions" xmlns:ct="http://schemas.microsoft.com/2006/09/sip/commontypes">
<permissions>
<personalInformationManager>outlook</personalInformationManager>
<autoRetrieveOofFromOutlook>true</autoRetrieveOofFromOutlook>
<publishCalendarPresence>true</publishCalendarPresence>
<imAutoArchiving>true</imAutoArchiving>
<callLogAutoArchiving>true</callLogAutoArchiving>
<publishMeetingSubjectAndLocation>true</publishMeetingSubjectAndLocation>
</permissions>
<ct:delimiter/>
<voiceMailTimestamp>2010-01-01T00:10:10</voiceMailTimestamp>
<ct:end/>
</otherOptions>
Namespace |
http://schemas.microsoft.com/2006/09/sip/commontypes |
Schema Name |
CommonTypes |
Validation File |
CommonTypes.Xsd |
Can be Empty |
True |