2.2.5.2 t:SendPromptType Simple Type

The SendPromptType simple type specifies the prompt behavior associated with a voting option.<15>

 <xs:simpleType name="SendPromptType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="Send"/>
     <xs:enumeration value="VotingOption"/>
   </xs:restriction>
 </xs:simpleType>

The following table lists the possible values for the SendPromptType simple type.

Value

Meaning

None

No prompt behavior is specified.

Send

The response is sent immediately when the user chooses a voting option.

VotingOption

The user is prompted to confirm their choice before sending a response.