2.2.4.6 t:VotingOptionDataType Complex Type

The VotingOptionDataType complex type specifies the voting option on a message.<13>

 <xs:complexType name="VotingOptionDataType">
   <xs:sequence>
     <xs:element name="DisplayName" type="xs:string" minOccurs="0"/>
    <xs:element name="SendPrompt" type="t:SendPromptType" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>

The following table lists the child elements of the VotingOptionDataType complex type.

Element

Type

Description

DisplayName

xs:string ([XMLSCHEMA2])

The display name for the voting choice.

SendPrompt

t:SendPromptType (section 2.2.5.2)

Indicates the prompt behavior when the user selects this voting choice.