expireType element
Applies to: Lync 2013 | Lync Server 2013
Specifies the expiry policy of the category publication.
<expireType type="expireTypeValuesEnumEx" expireTime="xs:integer" [anyAttribute]="anyType" />
expireTypeType
The following sections describe attributes, child elements, and parent elements.
Attribute |
Description |
---|---|
[anyAttribute] |
Any attribute |
type |
A required string value to specify the expiry policy. Microsoft Lync Server 2013 supports the following predefined values:
|
expireTime |
An optional integer value specifying the time duration at the end of which the publication expires. This attribute can be specified only when the type attribute has a value of "time". |
None
Element |
Description |
---|---|
The publication rule to be applied to the specified category instance. |
None
This element is optional. If it's unspecified, the publication is endpoint-bound.
The following example shows a publication rule for publishing an state[@type='aggregateState'] element category instance to the Block container.
<publicationRule ruleType="bootstrap" categoryName="state" containerId="32000">
<instanceId type="constant" value="0" />
<expireType type="static" />
<categoryData>
<state xmlns="http://schemas.microsoft.com/2006/09/sip/state"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
manual="false" xsi:type="aggregateState">
<availability>18500</availability>
</state>
</categoryData>
</publicationRule>
Namespace |
http://schemas.microsoft.com/2008/09/sip/categoryPublicationManifest |
Schema Name |
categoryPublicationManifest |
Validation File |
PublicationGrammarSchemaForNewPublicationManifest.xsd |
Can be Empty |
False |