Resolvers Complex Type
Specifies a list of resolver scripts to run.
<xs:complexType name="Resolvers">
<xs:sequence>
<xs:element name="Resolver"
minOccurs="0"
maxOccurs="unbounded"
>
<xs:complexType>
<xs:sequence>
<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="RequiresConsent"
type="xs:boolean"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="Script"
type="dcmPS:Script"
minOccurs="1"
maxOccurs="1"
/>
<xs:element name="ExtensionPoint"
type="dcmPS:ExtensionPoint"
minOccurs="1"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
Child elements
Element | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
DisplayInformation | [dcmPS:DisplayInformation](package-displayinformation-complextype.md) | The name and description of the resolver to use in the UI. |
||||||||
ExtensionPoint | [dcmPS:ExtensionPoint](package-extensionpoint-complextype.md) | Used by the client to extend the functionality of the Resolver node. These extension points apply only to resolver nodes that have an empty script block. Each extension is a child element of ExtensionPoint. You can specify one or more of the following extensions (but only one of each).
|
||||||||
ID | [dcmPS:ID](package-id-simpletype.md) | A string used to identify the resolver. |
||||||||
RequiresConsent | xs:boolean | Determines whether the user must provide consent to proceed with fixing the root cause issue. Typically used if the procedure can be risky. |
||||||||
Resolver | A resolver script to run. |
|||||||||
Script | [dcmPS:Script](package-script-complextype.md) | The name of the resolver script to run. If you do not specify a script, the name and description in the [DisplayInformation](package-displayinformation-complextype.md) element is displayed to the user. You might not provide a script in cases where the issue must be resolved manually by the user. In this case, the description would instruct the user on how to fix the issue. |
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |