SingleResponseInteraction Complex Type
Defines an interaction that lets the user select a single choice from a list of choices.
<xs:complexType name="SingleResponseInteraction">
<xs:sequence>
<xs:element name="AllowDynamicResponses"
type="xs:boolean"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="Choices"
type="dcmPS:Choices"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="ID"
type="dcmPS:ID"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="DisplayInformation"
type="dcmPS:DisplayInformation"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="ContextParameters"
type="dcmPS:Parameters"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="ExtensionPoint"
type="dcmPS:ExtensionPoint"
minOccurs="1"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AllowDynamicResponses | xs:boolean | Set to true if the script can add choices at run time; otherwise, false if the list is static. The dynamic choices are shown before the static choices in the list. Note that if you specify true, the interaction cannot be included in an answer file. |
||||||||||||||
Choices | [dcmPS:Choices](package-choices-complextype.md) | The static list of choices. |
||||||||||||||
ContextParameters | [dcmPS:Parameters](package-parameters-complextype.md) | Some extension points can contain substitution strings (for example, %param%). Each substitution string in the extension point is replaced with the value of the same named parameter specified in this list. |
||||||||||||||
DisplayInformation | [dcmPS:DisplayInformation](package-displayinformation-complextype.md) | The name and description of this interaction that is used in the UI. The name is used as the prompt for the list. |
||||||||||||||
ExtensionPoint | [dcmPS:ExtensionPoint](package-extensionpoint-complextype.md) | An extension point that extends the functionality of this interaction. Each extension is a child element of ExtensionPoint. The extension points are MSDT specific and are not supported by the command-line client using the [Invoke-TroubleshootingPack](invoke-troubleshootingpack-cmdlet.md) cmdlet. You can specify one or more of the following extensions (but only one of each).
|
||||||||||||||
ID | [dcmPS:ID](package-id-simpletype.md) | An identifier that identifies this interaction. |
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |