Choice Complex Type
Defines a choice for a single selection or multiple selection list.
<xs:complexType name="Choice">
<xs:sequence>
<xs:element name="DisplayInformation"
type="dcmPS:DisplayInformation"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="Value"
type="xs:string"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="ExtensionPoint"
type="dcmPS:ExtensionPoint"
minOccurs="1"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
DisplayInformation | [dcmPS:DisplayInformation](package-displayinformation-complextype.md) | The name and description of the choice. |
||||||||
ExtensionPoint | [dcmPS:ExtensionPoint](package-extensionpoint-complextype.md) | An extension point that extends the single-response or multiple-response choice. 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.
|
||||||||
Value | xs:string | The value to return if the choice is selected from the list. |
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |