Edit

Share via


container element

Applies to: Lync 2013 | Lync Server 2013

Specifies a container used in grammar-based publication.

<container id="xs:unsignedInt" [anyAttribute]="anyValue">
   <visible>xs:boolean</visible>
   <avoidRedundantMembers>xs:boolean</avoidRedundantMembers>
   <blocked>xs:boolean</blocked>
   <ct:extension xmlns:ct="http://schemas.microsoft.com/2006/09/sip/commontypes" >...</ct:extension>
   <ct:delimiter xmlns:ct="http://schemas.microsoft.com/2006/09/sip/commontypes"/>
   <[any>
   <ct:end xmlns:ct="http://schemas.microsoft.com/2006/09/sip/commontypes" />
</ container >

containerType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

id

An integer specifying the Id of a container.

[anyAttribute]

Any attribute

Child elements

Element

Occurrence

Description

avoidRedundantMembers

0 or 1

A Boolean flag to indicate this container should avoid redundant members (true) or not (false).

blocked

0 or 1

A Boolean flag to indicate this container is blocked (true) or not (false).

This feature is deprecated in the Microsoft Lync Server 2010 release.

Visible

0 or 1

A Boolean flag to indicate this container is visible to remote presentities (true) or not (false).

delimiter element

0 or more

A marker to begin a version-dependent schema extension.

[any]

0 or more

Any element in the namespace of the parent element, specifying the extension to the parent element introduced in a particular version of the schema.

end element

0 or 1

The marker to end all the schema extensions.

extension element

0 or 1

Application-specified extension to the parent element.

Parent elements

Element

Description

containers element

Containers holder containing this particular container.

Text value

None

Remarks

An example of container manifest is listed in the containerManifestList element topic. For more information about publication grammar, see the Publication grammar, privacy, and interoperability topic.

Element information

Namespace

http://schemas.microsoft.com/2008/09/sip/ContainerManifest

Schema Name

ContainerManifest

Validation File

ContainerManifestSchema.xsd

Can be Empty

True

See also

Reference

Category instance elements for publication grammar

Concepts

Publication grammar, privacy, and interoperability