Freigeben über


Voter Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents the votes of one meeting attendee in one poll during the meeting.

Syntax

<Voter
    vid = "string">
</Voter>

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

Attributes

Name

Description

vid

string type. Length range 1-16 characters.

Specifies the visitor ID of the voter.

Corresponds to the vid attribute of the Visitor element; it matches the voters to the visitors.

Element Information

Parent Element

Element

Occurrence

Voters

1

Child Element

Element

Occurrence

Vote

1 or more

Remarks

There is one Vote child element for each vote cast by the voter in the poll. All intermediate votes are available along with the final vote. Because the child elements are in increasing time order, the last child element represents the final vote.

See Also

Concepts

Poll Element

Visitor Element

ListConnectedVisitors Message