Choices Complex Type

Defines a collection of choices to display to the user.

<xs:complexType name="Choices">
    <xs:sequence>
        <xs:element name="Choice"
            type="dcmPS:Choice"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
Choice dcmPS:Choice A list of choices. The choices are displayed in the order they were entered.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]

See also

Choices Complex Type

Choices (MultipleResponseInteraction) Element

Choices (SingleResponseInteraction) Element