end
Specifies the marker to end all the schema extensions.
<ct:delimiter xmlns:ct="https://schemas.microsoft.com/2006/09/sip/commontypes" />
<tns:[any]>...</tns:[any]>
<ct:end xmlns:ct="https://schemas.microsoft.com/2006/09/sip/commontypes" />
xs:element
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child Elements
None
Parent Elements
Element |
Description |
---|---|
Various |
Element representing an enhanced presence category instance value and some of its child elements can support such an extension. |
Text Value
None
Remarks
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.
Example
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="https://schemas.microsoft.com/2006/09/sip/options/otherOptions" xmlns:ct="https://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>
Element Information
Namespace |
https://schemas.microsoft.com/2006/09/sip/commontypes |
Schema Name |
CommonTypes |
Validation File |
CommonTypes.Xsd |
Can be Empty |
True |
See Also
Reference
TopicLink