expireType
Specifies the expiry policy of the category publication.
<expireType type="expireTypeValuesEnumEx" expireTime="xs:integer" [anyAttribute]="anyType" />
expireTypeType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
[anyAttribute] |
Any attribute |
type |
A required string value to specify the expiry policy. Lync Server 2010 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". |
Child Elements
None
Parent Elements
Element |
Description |
---|---|
The publication rule to be applied to the specified category instance. |
Text Value
None
Remarks
This element is optional. If it is unspecified, the publication is endpoint-bound.
Example
The following example shows a publication rule for publishing an state[@type='aggregateState'] category instance to the Block container.
<publicationRule ruleType="bootstrap" categoryName="state" containerId="32000">
<instanceId type="constant" value="0" />
<expireType type="static" />
<categoryData>
<state xmlns="https://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>
Element Information
Namespace |
https://schemas.microsoft.com/2008/09/sip/categoryPublicationManifest |
Schema Name |
categoryPublicationManifest |
Validation File |
PublicationGrammarSchemaForNewPublicationManifest.xsd |
Can be Empty |
False |